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:
>I'm trying to pull the content headers from an FTP >server, and all this snapshot does is return false to any >FTP URL I give it. That's expected, since there are no headers in FTP. Previous Comments: ------------------------------------------------------------------------ [2006-10-04 16:09:48] trustpunk at gmail dot com Sorry, but I tried the new and newer CVS Snapshots and it still does not fix the problem. I'm trying to pull the content headers from an FTP server, and all this snapshot does is return false to any FTP URL I give it. I didn't want to Open this back up but I had to. ------------------------------------------------------------------------ [2006-09-28 12:55:22] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ [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