php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18245 can't load bz2.so dynamically
Submitted: 2002-07-09 10:56 UTC Modified: 2002-07-09 19:19 UTC
From: wilfried at spamcop dot net Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.2.1 OS: OpenBSD 3.1
Private report: No CVE-ID: None
 [2002-07-09 10:56 UTC] wilfried at spamcop dot net
From apache error_log 
PHP Warning:  Invalid library (maybe not a PHP library) 'bz2.so'  in Unknown on line 
0 
 
Fix: 
--- main/php_config.h.in.orig   Sun May 12 23:44:27 2002 
+++ main/php_config.h.in        Tue Jul  9 16:30:57 2002 
@@ -996,7 +996,7 @@ 
 #undef HAVE_BZ2 
  
 /* Whether to build bz2 as dynamic module */ 
-#undef COMPILE_DL_BZ 
+#undef COMPILE_DL_BZ2 
  
 /*   */ 
 #undef HAVE_CALENDAR 
 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-09 19:19 UTC] sniper@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 08:01:28 2024 UTC