php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56812 zziplib module requires zzlib >= 0.10.6 when compiling PHP 5.1.2 with
Submitted: 2006-02-01 06:52 UTC Modified: 2006-02-25 21:21 UTC
From: aranna at free dot fr Assigned: pajoye (profile)
Status: Wont fix Package: zip (PECL)
PHP Version: Irrelevant OS: RHE3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: aranna at free dot fr
New email:
PHP Version: OS:

 

 [2006-02-01 06:52 UTC] aranna at free dot fr
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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-25 21:21 UTC] pierre dot php at gmail dot com
zzlib usage will be droped in the next major version.

You can already try a development version by fetching it from  the cvs (pecl/zip).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 05:01:29 2024 UTC