On 03.08.2016 at 09:20, Peter West wrote: > With a straight ./configure, make, make test I get a failure. > > ===================================================================== > FAILED TEST SUMMARY > --------------------------------------------------------------------- > mixed stream_socket_enable_crypto(resource $stream , bool $enable [, int > $crypto_type [, resource $session_stream ]] ) ; > [ext/standard/tests/streams/stream_socket_enable_crypto-win32.phpt] > Check cli_process_title support on Unix > [sapi/cli/tests/cli_process_title_unix.phpt] > > Does this matter?
The first test[1] is supposed to be run on Windows systems only. I'm rather surprised that apparently your system reports the following to be false: substr(PHP_OS, 0, 3) != 'WIN' What is the value of PHP_OS on your system? The second test[2] has recently been reported to fail on AIX[3]. Maybe we need a similar fix for OS X? [1] <https://github.com/php/php-src/blob/PHP-5.6.24/ext/standard/tests/streams/stream_socket_enable_crypto-win32.phpt> [2] <https://github.com/php/php-src/blob/PHP-5.6.24/sapi/cli/tests/cli_process_title_unix.phpt> [3] <https://bugs.php.net/bug.php?id=72676> -- Christoph M. Becker -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php