From: Operating system: Windows Vista Ultimate - 32bit PHP version: 5.2.14 Package: PHP options/info functions Bug Type: Bug Bug description:php.ini error for error_log parameter
Description: ------------ Using IIS7 in ISAPI mode, the php.ini file is not allowed to change the value of error_log. When installed, error_log="C:\Windows\temp\php-errors.log" Attempted to change to a new folder path error_log="C:\PHP\logs\php-errors.log" It worked properly with the windows temp folder, but not the next location. The "C:\PHP\logs" folder has full permissions for anyone. The file "php-errors.log" is created by PHP in the new folder when it starts processing a web page, but then generates error 500. There are 31 websites running on this server. They all ran properly with PHP version 5.2.6, but all fail with 5.2.14. Changing back to the windows temp folder always makes PHP work properly. This is a repeatable problem. It is not related to the content of the PHP file being parsed. There is no problem with the parameters for "upload_tmp_dir=" and "session.save_path=" using the new folder: upload_tmp_dir="C:\PHP\tmp" session.save_path="C:\PHP\tmp" -- Edit bug report at http://bugs.php.net/bug.php?id=52704&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=52704&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=52704&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=52704&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=52704&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=52704&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=52704&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=52704&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=52704&r=needscript Try newer version: http://bugs.php.net/fix.php?id=52704&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=52704&r=support Expected behavior: http://bugs.php.net/fix.php?id=52704&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=52704&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=52704&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=52704&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=52704&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=52704&r=dst IIS Stability: http://bugs.php.net/fix.php?id=52704&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=52704&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=52704&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=52704&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=52704&r=mysqlcfg