ID: 31614 Updated by: [EMAIL PROTECTED] Reported By: wkonkel at gmail dot com -Status: Open +Status: Feedback -Bug Type: Feature/Change Request +Bug Type: Network related Operating System: n/a PHP Version: 4.3.10 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip It is working here. Previous Comments: ------------------------------------------------------------------------ [2005-01-19 17:45:25] wkonkel at gmail dot com Description: ------------ The functions file_get_contents and fopen, when opening an http or https location, don't use the default_socket_timeout specified in the php.ini. Reproduce code: --------------- ini_set("default_socket_timeout", 2); echo file_get_contents("https://1.2.3.4"); Expected result: ---------------- (2 seconds later... nothing) Actual result: -------------- (60 seconds later... nothing) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31614&edit=1