From:             anilb36 at hotmail dot com
Operating system: Windows Vista Home Premium
PHP version:      5.2.5
PHP Bug Type:     Apache2 related
Bug description:  php.ini doesn't show changed variable value for extension_dir 
and include_path 

Description:
------------
Sys Config : Windows Vista Home Premium / PHP 5.2.5 / Apache 2.2.8

The changed values in php.ini doesn't get reproduced thru phpinfo() even
after saving the file to %WINDIR% with admin privs as suggested on some
sites eg. extension_dir still shows c:\php5 although php installed in
c:\php.
Is version 5.2.5 regression tested on the above env or is there some
workaround available for above issue ?




Reproduce code:
---------------
settings in php.ini config

extension_dir = C:/php/ext/



O/P of phpinfo()

Directive       Local Value     Master Value
extension_dir   C:\php5 C:\php5
include_path    .;c:\php\pear   .;c:\php\pear
og_errors       Off     Off

Other changed values are also not taking effect at runtime like error
logging being set to on to debug further.


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

Reply via email to