From: RQuadling at GMail dot com Operating system: Windows XP Pro SP3 PHP version: 6CVS-2008-11-28 (CVS) PHP Bug Type: *Configuration Issues Bug description: until => unless in php.ini* files
Description: ------------ Related to bug #46675, the ini files use the "until" rather than "unless". Patch below Reproduce code: --------------- Index: php.ini-dist =================================================================== RCS file: /repository/php-src/php.ini-dist,v retrieving revision 1.281 diff -u -r1.281 php.ini-dist --- php.ini-dist 13 Nov 2008 19:05:36 -0000 1.281 +++ php.ini-dist 28 Nov 2008 13:27:51 -0000 @@ -297,7 +297,7 @@ log_errors_max_len = 1024 ; Do not log repeated messages. Repeated errors must occur in same file on same -; line until ignore_repeated_source is set true. +; line unless ignore_repeated_source is set true. ignore_repeated_errors = Off ; Ignore source of message when ignoring repeated messages. When this setting Index: php.ini-recommended =================================================================== RCS file: /repository/php-src/php.ini-recommended,v retrieving revision 1.231 diff -u -r1.231 php.ini-recommended --- php.ini-recommended 13 Nov 2008 19:05:36 -0000 1.231 +++ php.ini-recommended 28 Nov 2008 13:27:50 -0000 @@ -336,7 +336,7 @@ log_errors_max_len = 1024 ; Do not log repeated messages. Repeated errors must occur in same file on same -; line until ignore_repeated_source is set true. +; line unless ignore_repeated_source is set true. ignore_repeated_errors = Off ; Ignore source of message when ignoring repeated messages. When this setting -- Edit bug report at http://bugs.php.net/?id=46708&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=46708&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=46708&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=46708&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=46708&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=46708&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=46708&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=46708&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=46708&r=needscript Try newer version: http://bugs.php.net/fix.php?id=46708&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=46708&r=support Expected behavior: http://bugs.php.net/fix.php?id=46708&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=46708&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=46708&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=46708&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=46708&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=46708&r=dst IIS Stability: http://bugs.php.net/fix.php?id=46708&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=46708&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=46708&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=46708&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=46708&r=mysqlcfg
