|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-02-25 21:21 UTC] pierre dot php at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 05:00:01 2025 UTC |
Description: ------------ 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. Actual result: -------------- | #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.