Test: /ext/openssl/tests/bug48182.phpt - Version 5.4.0RC6-dev        

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 is 1 diff reported by users for this test.

Count Diff
1 (100%)
002+
003+ Warning: stream_socket_client(): SSL: crypto enabling timeout in %s/bug48182.php on line 42
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 %s/bug48182.php on line 42
006+
007+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:23569 (Unknown error) in %s/bug48182.php on line 42
008+
009+ Warning: stream_set_blocking() expects parameter 1 to be resource, boolean given in %s/bug48182.php on line 43
010+
011+ Warning: stream_select(): supplied argument is not a valid stream resource in %s/bug48182.php on line 53
012+
013+ Warning: stream_select(): No stream arrays were passed in %s/bug48182.php on line 53
014+ Sending data over to SSL server in async mode with contents like Hello World
015+
016+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/bug48182.php on line 60
017+
018+ Warning: stream_socket_accept(): accept failed: Connection timed out in %s/bug48182.php on line 16