php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #46675 Typo: "until" should be "unless"
Submitted: 2008-11-26 04:09 UTC Modified: 2008-11-26 18:18 UTC
From: btherl at yahoo dot com dot au Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
 [2008-11-26 04:09 UTC] btherl at yahoo dot com dot au
Description:
------------
Description for ignore_repeated_errors ini directive has a typo

Reproduce code:
---------------
http://sg2.php.net/manual/en/errorfunc.configuration.php#ini.ignore-repeated-errors

Expected result:
----------------
"Do not log repeated messages. Repeated errors must occur in the same 
file on the same line unless ignore_repeated_source is set true."

Actual result:
--------------
"Do not log repeated messages. Repeated errors must occur in the same 
file on the same line until ignore_repeated_source is set true."

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-26 18:18 UTC] rquadling@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 09:01:33 2024 UTC