PHP_WINDOWS_VERSION_BUILD is undefined under CYGWIN (Windows) and Environment.php would not detect this. Suggestion; typically the following would return:
echo PHP_OS . ' ' . (8 * PHP_INT_SIZE);
CYGWIN 32
This could be used to decipher the platform as "Windows 32-bit compatible".
PHP_WINDOWS_VERSION_BUILD is undefined under CYGWIN (Windows) and Environment.php would not detect this. Suggestion; typically the following would return:
CYGWIN 32
This could be used to decipher the platform as "Windows 32-bit compatible".