php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39388 provide --with-libzip-dir configure option to allow usage of system's libzip
Submitted: 2006-11-05 03:50 UTC Modified: 2011-07-20 17:40 UTC
From: crrodriguez at opensuse dot org Assigned: pajoye (profile)
Status: Not a bug Package: Zip Related
PHP Version: 5CVS-2006-11-05 (CVS) OS: Linux
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: crrodriguez at opensuse dot org
New email:
PHP Version: OS:

 

 [2006-11-05 03:50 UTC] crrodriguez at opensuse dot org
Description:
------------
Currently there is no  --with-libzip-dir to easily allow distributions to use independantly packaged system libraries.

Reproduce code:
---------------
./configure --help | grep zip

Expected result:
----------------
--enable-zip        Include Zip read/write support.
--with-zlib-dir=DIR   zip: Set the path to libz install prefix.
--with-libzip=DIR     zip : path to libzip sources if not using the bundled library.

Actual result:
--------------
--enable-zip        Include Zip read/write support.
--with-zlib-dir=DIR   zip: Set the path to libz install prefix.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-05 19:21 UTC] pajoye@php.net
There is no need of it. And no, you should *really* not use an external library.

The version bundled have more fixes and features than the released lib. Most of them are already in the libzip cvs, other not.
 [2011-04-06 08:33 UTC] oeriksson at mandriva dot com
With the recent security flaws related to libzip it's desirable to enable this option. Isn't the latest http://www.nih.at/libzip/libzip-0.10.tar.bz2 going to work fine now?
 [2011-07-20 15:54 UTC] tcallawa at redhat dot com
It doesn't look like 0.10 will work with PHP's zip extension out of the tarball, because it is still missing some necessary features that were never upstreamed (as far as I can tell). I've worked up a patch against 0.10 that adds the necessary functionality, and sent a copy to the libzip upstream for consideration. A copy of that patch can be found here:

http://spot.fedorapeople.org/libzip-0.10-php-changes.patch

Then, I reworked ext/zip/config.m4 to enable an option to use libzip (the system copy). That patch is here:

http://spot.fedorapeople.org/php-5.3.6-libzip.patch

I couldn't figure out a good way to test for overwrite support (the bits that the first patch add), so the configure tests will pass on a system libzip without the php changes applied, but I don't think the compile will succeed (it definitely won't work properly).
 [2011-07-20 17:40 UTC] crrodriguez at opensuse dot org
-: judas.iscariote@gmail.com +: crrodriguez at opensuse dot org
 [2011-07-20 17:40 UTC] crrodriguez at opensuse dot org
tcallawa at redhat dot com : Great, patches look OK, will try them asap in openSUSE packages.
 [2011-09-28 05:35 UTC] glen at delfi dot ee
i updated the patch to really link with system libzip and not to link
with libz (as that it is libzip dependency not zip ext in case of system libzip)

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/system-libzip.patch?
sortby=date

i would reformat the patch indent if there's any interest it getting
applied upstream, it's currently "broken" indent just to get diffs
better to understand (and update with new upstream changes)
 [2012-06-28 19:02 UTC] tk at giga dot or dot at
The current libzip HEAD revision from the mercurial repository contains AFAICT all necessary changes for PHP. Please let me know if it doesn't.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 00:01:28 2024 UTC