ID: 36236 Updated by: [EMAIL PROTECTED] Reported By: aranna at free dot fr -Status: Open +Status: Bogus Bug Type: ZZiplib Related Operating System: RHE3 PHP Version: 5.1.2 New Comment:
Can't reproduce. Also, please report PECL/zip problems to PECL bug system. Thanks. Previous Comments: ------------------------------------------------------------------------ [2006-01-31 23:03:51] aranna at free dot fr | #define HAVE_XSL 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char zzip_open (); | int | main () | { | zzip_open (); | ; | return 0; | } configure:124745: result: no configure:124765: error: zziplib module requires zzlib >= 0.10.6. ------------------------------------------------------------------------ [2006-01-31 22:57:52] aranna at free dot fr Description: ------------ zziplib module requires zzlib >= 0.10.6 when compiling PHP 5.1.2 with --with-zip option. Actually zziplib Version 0.13.38 installed (../../bins/unzzip.c version zziplib 0.13.38) Actual result: -------------- checking for EXSLT support... found checking for ZIP support... yes checking for zzip_open in -lzzip... no configure: error: zziplib module requires zzlib >= 0.10.6. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36236&edit=1