From:             simon at bleif dot de
Operating system: Windows Server 2003 R2 x64
PHP version:      5.2.4
PHP Bug Type:     *Configuration Issues
Bug description:  php-cgi.exe doesn't load/use "Per Directory Values" from 
windows registry

Description:
------------
When running PHP via php-cgi.exe using CGI/FastCGI, "Per Directory Values"
are not read from the windows registry.

Reproduce code:
---------------
Simply run PHP in CGI/FastCGI mode using php-cgi.exe and use regmon to
monitor the accessed registry keys.

Already configured "Per Directory Values" working correctly via
php5isapi.dll are not being loaded and are - as a result - not applied in
CGI/FastCGI-mode.
They are applied fine using php5isapi.dll/ISAPI-mode.

Expected result:
----------------
The relevant values should be loaded from the registry and should be
applied as described here:
http://de3.php.net/manual/en/configuration.changes.php#configuration.changes.windows.

Actual result:
--------------
The relevant registry keys are not loaded from the registry and the
settings configured there are not being applied.

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

Reply via email to