From:             imchillindave at hotmail dot com
Operating system: Windows XP PRO SP3
PHP version:      5.2.8
PHP Bug Type:     Dynamic loading
Bug description:  Error loading dynamic libraries with Apache 2.2.11

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.  


-- 
Edit bug report at http://bugs.php.net/?id=47203&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=47203&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=47203&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=47203&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=47203&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47203&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=47203&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=47203&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=47203&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=47203&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=47203&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=47203&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=47203&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=47203&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=47203&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=47203&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=47203&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=47203&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=47203&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=47203&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=47203&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=47203&r=mysqlcfg

Reply via email to