Test: /ext/openssl/tests/bug77390.phpt - Version 7.4.16        

Bug #77390 feof might hang on TLS streams in case of fragmented TLS records
Submitted: 2018-12-31 15:53:30 Modified: 2019-01-17 18:15:52
From: kelunik Assigned: bukka
Status: Closed Package: OpenSSL related
PHP Version: 7.2.13 OS:

There are 21 different diffs reported by users for this test.

Count Diff
3 (12%)
001+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /ysdata/server/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 002+ 001- string(0) "" 002- string(12) "hello, world" 003+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /ysdata/server/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8 004+ 005+ Warning: stream_select(): supplied argument is not a valid stream resource in /ysdata/server/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 006+ 007+ Warning: stream_select(): No stream arrays were passed in /ysdata/server/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 008+ 009+ ** ERROR: process timed out **
3 (12%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library 'mcrypt.so' (tried: /wwws/php/php7.4.16/lib/php/extensions/no-debug-zts-20190902/mcrypt.so (/wwws/php/php7.4.16/lib/php/extensions/no-debug-zts-20190902/mcrypt.so: cannot open shared object file: No such file or directory), /wwws/php/php7.4.16/lib/php/extensions/no-debug-zts-20190902/mcrypt.so.so (/wwws/php/php7.4.16/lib/php/extensions/no-debug-zts-20190902/mcrypt.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+ PHP Warning: PHP Startup: Unable to load dynamic library 'mcrypt.so' (tried: /wwws/php/php7.4.16/lib/php/extensions/no-debug-zts-20190902/mcrypt.so (/wwws/php/php7.4.16/lib/php/extensions/no-debug-zts-20190902/mcrypt.so: cannot open shared object file: No such file or directory), /wwws/php/php7.4.16/lib/php/extensions/no-debug-zts-20190902/mcrypt.so.so (/wwws/php/php7.4.16/lib/php/extensions/no-debug-zts-20190902/mcrypt.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
1 (4%)
001+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /usr/src/software/PHP/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 002+ 001- string(0) "" 002- string(12) "hello, world" 003+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /usr/src/software/PHP/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8 004+ 005+ Warning: stream_select(): supplied argument is not a valid stream resource in /usr/src/software/PHP/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 006+ 007+ Warning: stream_select(): No stream arrays were passed in /usr/src/software/PHP/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 008+ 009+ ** ERROR: process timed out **
1 (4%)
001+ Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: 002+ error:1408F10B:SSL routines:ssl3_get_record:wrong version number in /opt/php/php-7.4/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 001- string(0) "" 002- string(12) "hello, world" 003+ 004+ Warning: stream_socket_client(): Failed to enable crypto in /opt/php/php-7.4/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 005+ 006+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Unknown error) in /opt/php/php-7.4/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 007+ 008+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /opt/php/php-7.4/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8 009+ 010+ Warning: stream_select(): supplied argument is not a valid stream resource in /opt/php/php-7.4/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 011+ 012+ Warning: stream_select(): No stream arrays were passed in /opt/php/php-7.4/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 013+ 014+ ** ERROR: process timed out **
1 (4%)
001+ Warning: openssl_x509_export_to_file(): cannot get cert from parameter 1 in /home/dcoombs/src/git/php7-carillon/src/php-7.4.16/ext/openssl/tests/CertificateGenerator.inc on line 82 002+ 001- string(0) "" 002- string(12) "hello, world" 003+ Warning: openssl_csr_new(): private key length is too short; it needs to be at least 384 bits, not 0 in /home/dcoombs/src/git/php7-carillon/src/php-7.4.16/ext/openssl/tests/CertificateGenerator.inc on line 128 004+ 005+ Warning: openssl_csr_new(): Unable to generate a private key in /home/dcoombs/src/git/php7-carillon/src/php-7.4.16/ext/openssl/tests/CertificateGenerator.inc on line 128 006+ 007+ Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in /home/dcoombs/src/git/php7-carillon/src/php-7.4.16/ext/openssl/tests/CertificateGenerator.inc on line 132 008+ 009+ Fatal error: Uncaught Exception: Failed to create certificate in /home/dcoombs/src/git/php7-carillon/src/php-7.4.16/ext/openssl/tests/CertificateGenerator.inc:135 010+ Stack trace: 011+ #0 %s/bug77390.php(107): CertificateGenerator->saveNewCertAsFileWithKey('bug77390', '/home/dcoombs/s...') 012+ #1 {main} 013+ thrown in /home/dcoombs/src/git/php7-carillon/src/php-7.4.16/ext/openssl/tests/CertificateGenerator.inc on line 135
1 (4%)
001+ Warning: openssl_x509_export_to_file(): cannot get cert from parameter 1 in /app/php-7.4.16/ext/openssl/tests/CertificateGenerator.inc on line 82 002+ 001- string(0) "" 002- string(12) "hello, world" 003+ Warning: openssl_csr_new(): private key length is too short; it needs to be at least 384 bits, not 0 in /app/php-7.4.16/ext/openssl/tests/CertificateGenerator.inc on line 128 004+ 005+ Warning: openssl_csr_new(): Unable to generate a private key in /app/php-7.4.16/ext/openssl/tests/CertificateGenerator.inc on line 128 006+ 007+ Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in /app/php-7.4.16/ext/openssl/tests/CertificateGenerator.inc on line 132 008+ 009+ Fatal error: Uncaught Exception: Failed to create certificate in /app/php-7.4.16/ext/openssl/tests/CertificateGenerator.inc:135 010+ Stack trace: 011+ #0 %s/bug77390.php(107): CertificateGenerator->saveNewCertAsFileWithKey('bug77390', '/app/php-7.4.16...') 012+ #1 {main} 013+ thrown in /app/php-7.4.16/ext/openssl/tests/CertificateGenerator.inc on line 135
1 (4%)
001+ PHP Warning: PHP Startup: ssh2: Unable to initialize module 002+ Module compiled with module API=20180731 001- string(0) "" 002- string(12) "hello, world" 003+ PHP compiled with module API=20190902 004+ These options need to match 005+ in Unknown on line 0 006+ PHP Warning: PHP Startup: ssh2: Unable to initialize module 007+ Module compiled with module API=20180731 008+ PHP compiled with module API=20190902 009+ These options need to match 010+ in Unknown on line 0 011+ 012+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /usr/src/php/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 013+ 014+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /usr/src/php/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8 015+ 016+ Warning: stream_select(): supplied argument is not a valid stream resource in /usr/src/php/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 017+ 018+ Warning: stream_select(): No stream arrays were passed in /usr/src/php/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 019+ PHP Warning: stream_socket_accept(): accept failed: Connection timed out in /usr/src/php/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 10 020+ PHP Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /usr/src/php/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 11 021+ PHP Warning: stream_select(): supplied argument is not a valid stream resource in /usr/src/php/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 14 022+ PHP Warning: stream_select(): supplied argument is not a valid stream resource in /usr/src/php/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 14 023+ PHP Warning: stream_socket_accept(): SSL: Handshake timed out in /usr/src/php/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 7 024+ PHP Warning: stream_select(): supplied argument is not a valid stream resource in /usr/src/php/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 14 025+ PHP Warning: fwrite() expects parameter 1 to be resource, bool given in /usr/src/php/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 27
1 (4%)
001+ PHP Warning: PHP Startup: openssl: Unable to initialize module 002+ Module compiled with module API=20160303 001- string(0) "" 002- string(12) "hello, world" 003+ PHP compiled with module API=20190902 004+ These options need to match 005+ in Unknown on line 0 006+ PHP Warning: PHP Startup: openssl: Unable to initialize module 007+ Module compiled with module API=20160303 008+ PHP compiled with module API=20190902 009+ These options need to match 010+ in Unknown on line 0 011+ 012+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 013+ 014+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8 015+ 016+ Warning: stream_select(): supplied argument is not a valid stream resource in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 017+ 018+ Warning: stream_select(): No stream arrays were passed in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 019+ PHP Notice: fwrite(): write of 1 bytes failed with errno=32 Broken pipe in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc on line 158 020+ PHP Warning: stream_socket_client(): unable to connect to tcp://127.0.0.1:10011 (Connection refused) in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 3 021+ PHP Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 4 022+ PHP Warning: stream_socket_accept(): accept failed: Connection timed out in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 10
1 (4%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /usr/lib/php/extensions/no-debug-zts-20190902/pdo_mysql (/usr/lib/php/extensions/no-debug-zts-20190902/pdo_mysql: cannot open shared object file: No such file or directory), /usr/lib/php/extensions/no-debug-zts-20190902/pdo_mysql.so (/usr/lib/php/extensions/no-debug-zts-20190902/pdo_mysql.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+ PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /usr/lib/php/extensions/no-debug-zts-20190902/pdo_mysql (/usr/lib/php/extensions/no-debug-zts-20190902/pdo_mysql: cannot open shared object file: No such file or directory), /usr/lib/php/extensions/no-debug-zts-20190902/pdo_mysql.so (/usr/lib/php/extensions/no-debug-zts-20190902/pdo_mysql.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 001- string(0) "" 002- string(12) "hello, world" 003+ 004+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /usr/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 005+ 006+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /usr/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8 007+ 008+ Warning: stream_select(): supplied argument is not a valid stream resource in /usr/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 009+ 010+ Warning: stream_select(): No stream arrays were passed in /usr/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 011+ PHP Notice: fwrite(): write of 1 bytes failed with errno=32 Broken pipe in /usr/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc on line 158 012+ PHP Warning: stream_socket_client(): unable to connect to tcp://127.0.0.1:10011 (Connection refused) in /usr/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 3 013+ PHP Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /usr/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 4 014+ 015+ ** ERROR: process timed out **
1 (4%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library 'openssl' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl.so (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+ PHP Warning: PHP Startup: Unable to load dynamic library 'openssl' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl.so (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 001- string(0) "" 002- string(12) "hello, world" 003+ 004+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 005+ PHP Warning: stream_socket_client(): unable to connect to tcp://127.0.0.1:10011 (Connection refused) in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 3 006+ 007+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8 008+ PHP Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 4 009+ 010+ Warning: stream_select(): supplied argument is not a valid stream resource in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 011+ 012+ Warning: stream_select(): No stream arrays were passed in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 013+ PHP Notice: fwrite(): write of 1 bytes failed with errno=32 Broken pipe in /home/michael/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc on line 158 014+ 015+ ** ERROR: process timed out **
1 (4%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/local/lib/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/imagick.so (/usr/local/lib/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/imagick.so: cannot open shared object file: No such file or directory), /usr/local/lib/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/imagick.so.so (/usr/local/lib/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+ PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/local/lib/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/imagick.so (/usr/local/lib/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/imagick.so: cannot open shared object file: No such file or directory), /usr/local/lib/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/imagick.so.so (/usr/local/lib/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
1 (4%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library 'gd2' (tried: /usr/local/lamp/apache/php/lib/php/extensions/no-debug-zts-20190902/gd2 (/usr/local/lamp/apache/php/lib/php/extensions/no-debug-zts-20190902/gd2: cannot open shared object file: No such file or directory), /usr/local/lamp/apache/php/lib/php/extensions/no-debug-zts-20190902/gd2.so (/usr/local/lamp/apache/php/lib/php/extensions/no-debug-zts-20190902/gd2.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+ PHP Warning: PHP Startup: Unable to load dynamic library 'gd2' (tried: /usr/local/lamp/apache/php/lib/php/extensions/no-debug-zts-20190902/gd2 (/usr/local/lamp/apache/php/lib/php/extensions/no-debug-zts-20190902/gd2: cannot open shared object file: No such file or directory), /usr/local/lamp/apache/php/lib/php/extensions/no-debug-zts-20190902/gd2.so (/usr/local/lamp/apache/php/lib/php/extensions/no-debug-zts-20190902/gd2.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 001- string(0) "" 002- string(12) "hello, world" 003+ 004+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /opt/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 005+ 006+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /opt/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8 007+ 008+ Warning: stream_select(): supplied argument is not a valid stream resource in /opt/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 009+ 010+ Warning: stream_select(): No stream arrays were passed in /opt/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 011+ PHP Notice: fwrite(): write of 1 bytes failed with errno=32 Broken pipe in /opt/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc on line 158 012+ 013+ ** ERROR: process timed out **
1 (4%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/curl (/usr/local/lib/php/extensions/no-debug-zts-20190902/curl: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/curl.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/curl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+ PHP Warning: PHP Startup: Unable to load dynamic library 'ftp' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/ftp (/usr/local/lib/php/extensions/no-debug-zts-20190902/ftp: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/ftp.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/ftp.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 001- string(0) "" 002- string(12) "hello, world" 003+ PHP Warning: PHP Startup: Unable to load dynamic library 'gd2' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/gd2 (/usr/local/lib/php/extensions/no-debug-zts-20190902/gd2: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/gd2.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/gd2.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 004+ PHP Warning: PHP Startup: Unable to load dynamic library 'mbstring' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/mbstring (/usr/local/lib/php/extensions/no-debug-zts-20190902/mbstring: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/mbstring.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/mbstring.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 005+ PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/mysqli (/usr/local/lib/php/extensions/no-debug-zts-20190902/mysqli: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/mysqli.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/mysqli.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 006+ PHP Warning: PHP Startup: Unable to load dynamic library 'openssl' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/openssl (/usr/local/lib/php/extensions/no-debug-zts-20190902/openssl: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/openssl.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 007+ PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_mysql (/usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_mysql: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_mysql.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_mysql.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 008+ PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_sqlite' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_sqlite (/usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_sqlite: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_sqlite.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_sqlite.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 009+ PHP Warning: PHP Startup: Unable to load dynamic library 'sockets' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/sockets (/usr/local/lib/php/extensions/no-debug-zts-20190902/sockets: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/sockets.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/sockets.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 010+ PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/curl (/usr/local/lib/php/extensions/no-debug-zts-20190902/curl: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/curl.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/curl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 011+ PHP Warning: PHP Startup: Unable to load dynamic library 'ftp' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/ftp (/usr/local/lib/php/extensions/no-debug-zts-20190902/ftp: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/ftp.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/ftp.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 012+ PHP Warning: PHP Startup: Unable to load dynamic library 'gd2' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/gd2 (/usr/local/lib/php/extensions/no-debug-zts-20190902/gd2: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/gd2.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/gd2.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 013+ PHP Warning: PHP Startup: Unable to load dynamic library 'mbstring' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/mbstring (/usr/local/lib/php/extensions/no-debug-zts-20190902/mbstring: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/mbstring.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/mbstring.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 014+ PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/mysqli (/usr/local/lib/php/extensions/no-debug-zts-20190902/mysqli: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/mysqli.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/mysqli.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 015+ PHP Warning: PHP Startup: Unable to load dynamic library 'openssl' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/openssl (/usr/local/lib/php/extensions/no-debug-zts-20190902/openssl: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/openssl.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 016+ PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_mysql (/usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_mysql: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_mysql.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_mysql.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 017+ PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_sqlite' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_sqlite (/usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_sqlite: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_sqlite.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/pdo_sqlite.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 018+ PHP Warning: PHP Startup: Unable to load dynamic library 'sockets' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/sockets (/usr/local/lib/php/extensions/no-debug-zts-20190902/sockets: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/sockets.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/sockets.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 019+ 020+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /home/alejandro/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 021+ 022+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /home/alejandro/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8 023+ 024+ Warning: stream_select(): supplied argument is not a valid stream resource in /home/alejandro/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 025+ 026+ Warning: stream_select(): No stream arrays were passed in /home/alejandro/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 027+ 028+ ** ERROR: process timed out **
1 (4%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/curl (/usr/local/lib/php/extensions/no-debug-zts-20190902/curl: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/curl.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/curl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+ PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: /usr/local/lib/php/extensions/no-debug-zts-20190902/curl (/usr/local/lib/php/extensions/no-debug-zts-20190902/curl: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-zts-20190902/curl.so (/usr/local/lib/php/extensions/no-debug-zts-20190902/curl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 001- string(0) "" 002- string(12) "hello, world" 003+ 004+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /home/enzo/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 005+ 006+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /home/enzo/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8 007+ 008+ Warning: stream_select(): supplied argument is not a valid stream resource in /home/enzo/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 009+ 010+ Warning: stream_select(): No stream arrays were passed in /home/enzo/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 011+ PHP Notice: fwrite(): write of 1 bytes failed with errno=32 Broken pipe in /home/enzo/Downloads/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc on line 158 012+ 013+ ** ERROR: process timed out **
1 (4%)
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'mysqli' in Unknown on line 0 002+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'mysqli' in Unknown on line 0 001- string(0) "" 002- string(12) "hello, world" 003+ 004+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /usr/local/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 005+ 006+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /usr/local/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8 007+ 008+ Warning: stream_select(): supplied argument is not a valid stream resource in /usr/local/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 009+ 010+ Warning: stream_select(): No stream arrays were passed in /usr/local/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 011+ PHP Notice: fwrite(): write of 1 bytes failed with errno=32 Broken pipe in /usr/local/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc on line 158 012+ PHP Warning: stream_socket_client(): unable to connect to tcp://127.0.0.1:10011 (Connection refused) in /usr/local/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 3 013+ PHP Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /usr/local/src/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 4 014+ 015+ ** ERROR: process timed out **
1 (4%)
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) '/usr/local/php/lib/php/extensions/no-debug-zts-20190902/openssl.so' in Unknown on line 0 002+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php/lib/php/extensions/no-debug-zts-20190902/bcmath.so' (tried: /usr/local/php/lib/php/extensions/no-debug-zts-20190902/bcmath.so (/usr/local/php/lib/php/extensions/no-debug-zts-20190902/bcmath.so: undefined symbol: _tsrm_ls_cache), /usr/local/php/lib/php/extensions/no-debug-zts-20190902//usr/local/php/lib/php/extensions/no-debug-zts-20190902/bcmath.so.so (/usr/local/php/lib/php/extensions/no-debug-zts-20190902//usr/local/php/lib/php/extensions/no-debug-zts-20190902/bcmath.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 003+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) '/usr/local/php/lib/php/extensions/no-debug-zts-20190902/openssl.so' in Unknown on line 0 004+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php/lib/php/extensions/no-debug-zts-20190902/bcmath.so' (tried: /usr/local/php/lib/php/extensions/no-debug-zts-20190902/bcmath.so (/usr/local/php/lib/php/extensions/no-debug-zts-20190902/bcmath.so: undefined symbol: _tsrm_ls_cache), /usr/local/php/lib/php/extensions/no-debug-zts-20190902//usr/local/php/lib/php/extensions/no-debug-zts-20190902/bcmath.so.so (/usr/local/php/lib/php/extensions/no-debug-zts-20190902//usr/local/php/lib/php/extensions/no-debug-zts-20190902/bcmath.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
1 (4%)
001+ PHP Warning: Module 'imagick' already loaded in Unknown on line 0 002+ PHP Warning: Module 'zip' already loaded in Unknown on line 0 003+ PHP Warning: Module 'imagick' already loaded in Unknown on line 0 004+ PHP Warning: Module 'zip' already loaded in Unknown on line 0
1 (4%)
001+ PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/opcache.so (/opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/opcache.so: cannot open shared object file: No such file or directory), /opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/opcache.so.so (/opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/opcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 002+ PHP Warning: PHP Startup: Unable to load dynamic library 'memcache.so' (tried: /opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/memcache.so (/opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/memcache.so: cannot open shared object file: No such file or directory), /opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/memcache.so.so (/opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/memcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 003+ PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/opcache.so (/opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/opcache.so: cannot open shared object file: No such file or directory), /opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/opcache.so.so (/opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/opcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 004+ PHP Warning: PHP Startup: Unable to load dynamic library 'memcache.so' (tried: /opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/memcache.so (/opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/memcache.so: cannot open shared object file: No such file or directory), /opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/memcache.so.so (/opt/self/Tools/php-7.4.16/lib/php/extensions/no-debug-non-zts-20190902/memcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
1 (4%)
001+ PHP Deprecated: Directive 'track_errors' is deprecated in Unknown on line 0 002+ PHP Deprecated: Directive 'track_errors' is deprecated in Unknown on line 0 001- string(0) "" 002- string(12) "hello, world" 003+ 004+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /var/tmacalee/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 005+ 006+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /var/tmacalee/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8 007+ 008+ Warning: stream_select(): supplied argument is not a valid stream resource in /var/tmacalee/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 009+ 010+ Warning: stream_select(): No stream arrays were passed in /var/tmacalee/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 011+ 012+ ** ERROR: process timed out **
1 (4%)
001+ Failed loading /opt/php7/lib/extensions/xdebug.so: /opt/php7/lib/extensions/xdebug.so: undefined symbol: gc_globals 002+ Failed loading /opt/php7/lib/extensions/xdebug.so: /opt/php7/lib/extensions/xdebug.so: undefined symbol: gc_globals
1 (4%)
001+ Failed loading /local/lib/php/extensions/no-debug-non-zts-20131226/opcache.so: /local/lib/php/extensions/no-debug-non-zts-20131226/opcache.so: undefined symbol: _zval_ptr_dtor 002+ PHP Warning: PHP Startup: Unable to load dynamic library 'php_openssl.dll' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20190902/php_openssl.dll (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/php_openssl.dll: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20190902/php_openssl.dll.so (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/php_openssl.dll.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 001- string(0) "" 002- string(12) "hello, world" 003+ Failed loading /local/lib/php/extensions/no-debug-non-zts-20131226/opcache.so: /local/lib/php/extensions/no-debug-non-zts-20131226/opcache.so: undefined symbol: _zval_ptr_dtor 004+ PHP Warning: PHP Startup: Unable to load dynamic library 'php_openssl.dll' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20190902/php_openssl.dll (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/php_openssl.dll: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20190902/php_openssl.dll.so (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/php_openssl.dll.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 005+ 006+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /local/src/xiong/PHPWare/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7 007+ 008+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /local/src/xiong/PHPWare/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8 009+ 010+ Warning: stream_select(): supplied argument is not a valid stream resource in /local/src/xiong/PHPWare/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 011+ 012+ Warning: stream_select(): No stream arrays were passed in /local/src/xiong/PHPWare/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14 013+ PHP Warning: stream_socket_accept(): accept failed: Connection timed out in /local/src/xiong/PHPWare/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 10 014+ PHP Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /local/src/xiong/PHPWare/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 11 015+ PHP Warning: stream_select(): supplied argument is not a valid stream resource in /local/src/xiong/PHPWare/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 14 016+ PHP Warning: stream_select(): supplied argument is not a valid stream resource in /local/src/xiong/PHPWare/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 14 017+ PHP Warning: stream_socket_accept(): SSL: Handshake timed out in /local/src/xiong/PHPWare/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 7 018+ PHP Warning: stream_select(): supplied argument is not a valid stream resource in /local/src/xiong/PHPWare/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 14 019+ PHP Warning: fwrite() expects parameter 1 to be resource, bool given in /local/src/xiong/PHPWare/php-7.4.16/ext/openssl/tests/ServerClientTestCase.inc(119) : eval()'d code on line 27