ID: 37335 User updated by: humbads at alum dot mit dot edu Reported By: humbads at alum dot mit dot edu Status: Bogus Bug Type: ZZiplib Related Operating System: FreeBSD 4.7 RELEASE PHP Version: 4.4.2 Assigned To: pajoye New Comment:
Confirmed. After updating zip.so to the latest 1.3.1 by running pkg_add for gnu-autoconf, gnu-automake, and gnu-libtool, adding a symbolic link "autoconf" to /usr/local/bin/autoconf529, and then running "pear install http://pecl.php.net/get/zip-1.3.1.tgz", the error went away. Previous Comments: ------------------------------------------------------------------------ [2006-05-06 02:17:59] humbads at alum dot mit dot edu Just noticed the changelog for pecl-zip, and this bug has been fixed since version 1.2.3 -- "#7214, use binary safe string as return value". Sorry for the trouble. ------------------------------------------------------------------------ [2006-05-06 02:15:20] humbads at alum dot mit dot edu The version of pecl-zip seems to be 1.2.1 based on the Makefile in the ports directory. I'd prefer not to upgrade to PHP 5.1 at this time, and I am extracting the zip contents into a database, so it has to happen in memory. I'll try the latest PECL zip package. ------------------------------------------------------------------------ [2006-05-05 22:28:47] [EMAIL PROTECTED] Thank you for taking the time to report a problem with PHP. Unfortunately you are not using a current version of PHP -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. I cannot reproduce your problen with the latest Zip release. Your zip works with php 4.4 and 5.1.x. I can read and extract the image. I also recommend to use the new API with php 5.1+. It is more efficient and you can extract directly to the disk. You can fetch the latest release from the PECL site: http://pecl.php.net/package/zip If you still have troubles, please reopen this bug. ------------------------------------------------------------------------ [2006-05-05 21:44:33] [EMAIL PROTECTED] Sorry for the previous comment, a wrong snippet was selected. My question is only: which version(s) of the zip package do you use? ------------------------------------------------------------------------ [2006-05-05 21:43:43] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Which version(s) of the zip package do you use? ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/37335 -- Edit this bug report at http://bugs.php.net/?id=37335&edit=1
