From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.2.3 PHP Bug Type: *Configuration Issues Bug description: Different files...
Ok. Heres the run down. After you install PHP, you have the 2 php.ini files. One in c:\windows(or winnt) and one in the C:\php\backup folder. Apprarently the PHP.inis are different. The working copy has its Error_reporting setting set to E_ALL. That causes some scripts to fail because the NOTICES begin to show, which causes the script to fail. The Backup copy has the setting set correctly at E_ALL & ~E_NOTICE. This setting allows the scripts to run correctly. This is just to let you know. -- Edit bug report at http://bugs.php.net/?id=20469&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20469&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20469&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20469&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20469&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20469&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20469&r=support Expected behavior: http://bugs.php.net/fix.php?id=20469&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20469&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20469&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20469&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20469&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20469&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20469&r=isapi