ID: 46708 Updated by: [EMAIL PROTECTED] Reported By: RQuadling at GMail dot com -Status: Open +Status: Closed Bug Type: *Configuration Issues Operating System: Windows XP Pro SP3 PHP Version: 6CVS-2008-11-28 (CVS) New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2008-11-28 13:32:32] RQuadling at GMail dot com 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 this bug report at http://bugs.php.net/?id=46708&edit=1