From: rafael dot amador at gmail dot com Operating system: Windows XP Pro SP2 PHP version: 5.1.4 PHP Bug Type: *Configuration Issues Bug description: PHP doesn't read the configurations propertly
Description: ------------ in IIS 5.1, PHP ISAPI Module and .Net framework 2.0 installed, following instructions from install.php, PHP doesn't read the options in file php.ini if i put php.ini in c:\php\ (the webserver init php but you can't configure any option, php don't load any modules and in phpinfo() page you look strange values) example: Configuration File (php.ini) Path: "C:\WINDOWS" must be "c:\php\php.ini" extension_dir: "C:\php5" "C:\php5" in phpinfo() in php.ini the value is: extension_dir = ""c:/php/ext/" i've PATH pointing to c:\php\, my document_root is well configured and i put php.ini in other place php shows message "No input file specified." i'm experimenting the Bug #37843 and other bug (if you put php5isapi.dll in ISAPI Filters when you shutdown the server ISS crash allways) Reproduce code: --------------- <? phpinfo(); ?> Expected result: ---------------- that my changes to php.ini are reflected in phpinfo() Actual result: -------------- php shows strange parameter configurations (i can't load any module) -- Edit bug report at http://bugs.php.net/?id=37919&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=37919&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=37919&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=37919&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=37919&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=37919&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=37919&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=37919&r=needscript Try newer version: http://bugs.php.net/fix.php?id=37919&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=37919&r=support Expected behavior: http://bugs.php.net/fix.php?id=37919&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=37919&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=37919&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=37919&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=37919&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=37919&r=dst IIS Stability: http://bugs.php.net/fix.php?id=37919&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=37919&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=37919&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=37919&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=37919&r=mysqlcfg
