Test: /ext/curl/tests/curl_copy_handle_basic_005.phpt - Version 7.0.0RC2    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Fatal error: Uncaught RuntimeException: usleep is not suitable for use in multi threaded applications, use synchronized Threaded::wait in /usr/local/src/php/ext/curl/tests/server.inc:38
002+ Stack trace:
003+ #0 /usr/local/src/php/ext/curl/tests/server.inc(38): usleep(10000)
004+ #1 %s/curl_copy_handle_basic_005.php(4): curl_cli_server_start()
005+ #2 {main}
006+ thrown in /usr/local/src/php/ext/curl/tests/server.inc on line 38
001- *** Test curl_copy_handle() after exec() with POST ***
002- string(163) "array(1) {
003- ["test"]=>
004- string(7) "getpost"
005- }
006- array(3) {
007- ["Hello"]=>
008- string(5) "World"
009- ["Foo"]=>
010- string(3) "Bar"
011- ["Person"]=>
012- string(8) "John Doe"
013- }
014- "
015- ===DONE===