ID: 38981 Updated by: [EMAIL PROTECTED] Reported By: trustpunk at gmail dot com -Status: Open +Status: Closed Bug Type: Reproducible crash Operating System: Windows XP PHP Version: 5.2.0RC4 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2006-09-28 12:40:03] trustpunk at gmail dot com Description: ------------ When you add a simple FTP connection to the get_headers() function, PHP will crash. Reproduce code: --------------- <pre> <?php $ftp_server = "ftp://user:[EMAIL PROTECTED]/path/to/file.zip"; // Let's echo the "header" from the file print_r(get_headers($ftp_server)); ?> </pre> Expected result: ---------------- I want the headers from my FTP server request. Actual result: -------------- Windows tells me that "PHP" has crashed. Also, I'm testing this on PHP5.2.0RC5. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38981&edit=1