php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57579 Undefined symbol OPENBASEDIR_CHECKFILE
Submitted: 2007-03-19 07:54 UTC Modified: 2007-03-19 09:21 UTC
From: chtekk at gentoo dot ogr Assigned: pajoye (profile)
Status: Closed Package: zip (PECL)
PHP Version: 5.2.1 OS: Gentoo Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
32 - 31 = ?
Subscribe to this entry?

 
 [2007-03-19 07:54 UTC] chtekk at gentoo dot ogr
Description:
------------
On 64bit systems (managed to reproduce this on two of them, while it doesn't happen on my x86 system), it seems that after installing 1.8.7, calling PHP gives back the error shown here:

/usr/lib/php5/bin/php -v
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php5/lib/php/extensions/no-debug-zts-20060613/zip.so' - /usr/lib64/php5/lib/php/extensions/no-debug-zts-20060613/zip.so: undefined symbol: OPENBASEDIR_CHECKFILE in Unknown on line 0

With 1.8.6 it works perfectly fine, and I installed both the same way (using emerge, which just does phpize, configures, makes and installs).
I see mention of that in:
zip-1.8.7/zip_stream.c:116
zip-1.8.7/zip_stream.c:196
While in the other files its normally OPENBASEDIR_CHECKPATH, so maybe some changes were missed? HTH, best regards, CHTEKK.

Expected result:
----------------
Works. ;)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-03-19 09:21 UTC] pierre dot php at gmail dot com
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

Fixed in CVS (pecl/zip ZIP_1_8).

Thanks for the head up.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC