php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47203 Error loading dynamic libraries with Apache 2.2.11
Submitted: 2009-01-23 22:55 UTC Modified: 2009-01-24 23:52 UTC
From: imchillindave at hotmail dot com Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 5.2.8 OS: Windows XP PRO SP3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: imchillindave at hotmail dot com
New email:
PHP Version: OS:

 

 [2009-01-23 22:55 UTC] imchillindave at hotmail dot com
Description:
------------
Hey there,
I had this issue with a few dynamic libraries in the previous version of PHP, but there's more of them not loading in the latest version and I can't seem to find the fix for it.  
I used the installer to install PHP 5.2.8 as a new install with only Apache 2.2.11 already installed just shortly prior to installing PHP 5.  I checked the Apache error log and there are several lines like this:
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Apache2.2\\PHP\\ext\\php_pgsql.dll' - The specified module could not be found.\r\n in Unknown on line 0

It cannot load these libraries:
php_fdf.dll
php_interbase.dll
php_mcrypt.dll
php_mhash.dll
php_mysql.dll
php_mysqli.dll
php_oci8.dll
php_pdo_firebird.dll
php_pdo_mysql.dll
php_pdo_oci.dll
php_pdo_oci8.dll
php_pdo_pgsql.dll
php_pdo_sqlite_external.dll
php_pgsql.dll
php_pspell.dll
php_sybase_ct.dll

I downloaded the zip version of PHP 5.2.8 and tried replacing the "ext" directory with the one contained in the ZIP download and that didn't help.  I verified the extension directory path is correct by looking at the phpinfo.  The best I can tell is there's an issue with the dynamic library versions and so far I've had no luck at finding the solution for this problem.  These are all dynamic library files included in your php installation files.

Reproduce code:
---------------
N/A.  


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-01-24 23:52 UTC] jani@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 19:01:30 2024 UTC