From:             scott at phphq dot net
Operating system: Windows Server 2003 STD
PHP version:      4.4.4
PHP Bug Type:     Unknown/Other Function
Bug description:  php-4.4.4 Not loading extensions

Description:
------------
Since upgrading to php 4.4.4 php no longer loads any extensions. I
installed it the same way I did php 4.4.3 and all earlier versions since
4.3.8. My install is like this:

Shutdown IIS
mv C:\php > C:\php-4.4.3.bak

unzip new php package to C:\php
Move php4isapi.dll to C:\php and change permissions accordingly. Change
permissions on php4ts.dll and move files from \dll's to C:\php. Copy old
php.ini to C:\php

Restart IIS, phpinfo(), shows new version. 

This has worked for me flawless since 4.3.8, but with 4.4.4 it will not
load any extensions. Downgrading back to 4.4.3 loads the extensions fine.

Some misc info:

PHPRC C:\php
PATH: ;C:\php
REG: IniFilePath: C:\php

phpinfo() shows it is loading my php.ini (C:\php\php.ini) and the
extension directory is C:\php\extensions, yet it will not load any
extensions.

Nothing has changed in my php.ini for a long time, the only extensions I
have loaded are gettext, gd2, mbstring, zip.

Running Win Server 2003 STD w/ IIS6.



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

Reply via email to