php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46708 until => unless in php.ini* files
Submitted: 2008-11-28 13:32 UTC Modified: 2008-11-28 19:08 UTC
From: RQuadling at GMail dot com Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 6CVS-2008-11-28 (CVS) OS: Windows XP Pro SP3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: RQuadling at GMail dot com
New email:
PHP Version: OS:

 

 [2008-11-28 13:32 UTC] 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




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-28 19:08 UTC] mattwil@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 08:01:28 2024 UTC