Test: /ext/openssl/tests/bug48182.phpt - Version 7.3.13        

Bug #48182 asynchronous socket connection over ssl fails entirely
Submitted: 2009-05-07 16:23:49 Modified: 2009-08-21 00:46:54
From: frase Assigned: srinatar
Status: Closed Package: OpenSSL related
PHP Version: 5.2.11RC1 OS: *

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

Count Diff
1 (10%)
002+ PHP Warning: PHP Startup: Unable to load dynamic library 'phalcon.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/phalcon.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/phalcon.so: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/phalcon.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/phalcon.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
003+ PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/imagick.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/imagick.so: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/imagick.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/imagick.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 'redis.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/redis.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/redis.so: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/redis.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/redis.so.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 'zip.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/zip.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/zip.so: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/zip.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20180731/zip.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
1 (10%)
002+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'gd.so' in Unknown on line 0
1 (10%)
002+ PHP Warning: Module 'PDO_ODBC' already loaded in Unknown on line 0
003+ PHP Warning: Module 'pdo_pgsql' already loaded in Unknown on line 0
004+ PHP Warning: Module 'pdo_sqlite' already loaded in Unknown on line 0
007+ Segmentation fault
1 (10%)
002+ PHP Warning: Module 'PDO_ODBC' already loaded in Unknown on line 0
003+ PHP Warning: Module 'pdo_pgsql' already loaded in Unknown on line 0
004+ PHP Warning: Module 'pdo_sqlite' already loaded in Unknown on line 0
005+ PHP Warning: PHP Startup: Unable to load dynamic library 'krb5.so' (tried: /opt/Apache73/lib/extensions/no-debug-zts-20180731/krb5.so (/opt/Apache73/lib/extensions/no-debug-zts-20180731/krb5.so: undefined symbol: GSS_C_NT_HOSTBASED_SERVICE), /opt/Apache73/lib/extensions/no-debug-zts-20180731/krb5.so.so (/opt/Apache73/lib/extensions/no-debug-zts-20180731/krb5.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
008+ Segmentation fault
1 (10%)
002+
003+ Warning: stream_socket_client(): SSL: Success in /php/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
002- Sending bug48182
003- Sending data over to SSL server in async mode with contents like Hello World
004+
005+ Warning: stream_socket_client(): Failed to enable crypto in /php/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
006+
007+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in /php/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
008+
009+ Warning: fwrite() expects parameter 1 to be resource, bool given in /php/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 13
010+
011+ Warning: fread() expects parameter 1 to be resource, bool given in /php/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14
1 (10%)
002+
003+ Warning: stream_socket_client(): SSL: Success in /home/mohammad_omar/Lab/server/php-binaries/temp/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
002- Sending bug48182
003- Sending data over to SSL server in async mode with contents like Hello World
004+
005+ Warning: stream_socket_client(): Failed to enable crypto in /home/mohammad_omar/Lab/server/php-binaries/temp/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
006+
007+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in /home/mohammad_omar/Lab/server/php-binaries/temp/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
008+
009+ Warning: fwrite() expects parameter 1 to be resource, bool given in /home/mohammad_omar/Lab/server/php-binaries/temp/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 13
010+
011+ Warning: fread() expects parameter 1 to be resource, bool given in /home/mohammad_omar/Lab/server/php-binaries/temp/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14
1 (10%)
002+
003+ Warning: stream_socket_client(): SSL: Success in /home/dorianneto/www/server/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
002- Sending bug48182
003- Sending data over to SSL server in async mode with contents like Hello World
004+
005+ Warning: stream_socket_client(): Failed to enable crypto in /home/dorianneto/www/server/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
006+
007+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in /home/dorianneto/www/server/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
008+
009+ Warning: fwrite() expects parameter 1 to be resource, bool given in /home/dorianneto/www/server/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 13
010+
011+ Warning: fread() expects parameter 1 to be resource, bool given in /home/dorianneto/www/server/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14
1 (10%)
002+
003+ Warning: stream_socket_client(): SSL: Connection refused in /home/ubuntu/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
002- Sending bug48182
003- Sending data over to SSL server in async mode with contents like Hello World
004+
005+ Warning: stream_socket_client(): Failed to enable crypto in /home/ubuntu/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
006+
007+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in /home/ubuntu/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
008+
009+ Warning: fwrite() expects parameter 1 to be resource, bool given in /home/ubuntu/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 13
010+
011+ Warning: fread() expects parameter 1 to be resource, bool given in /home/ubuntu/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14
1 (10%)
002+
003+ Warning: stream_socket_client(): SSL: Connection refused in /home/devi/Downloads/linux-soft/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
002- Sending bug48182
003- Sending data over to SSL server in async mode with contents like Hello World
004+
005+ Warning: stream_socket_client(): Failed to enable crypto in /home/devi/Downloads/linux-soft/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
006+
007+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in /home/devi/Downloads/linux-soft/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 9
008+
009+ Warning: fwrite() expects parameter 1 to be resource, bool given in /home/devi/Downloads/linux-soft/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 13
010+
011+ Warning: fread() expects parameter 1 to be resource, bool given in /home/devi/Downloads/linux-soft/php-7.3.13/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14
1 (10%)
002+
003+ Warning: stream_socket_client()