mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #80164: Example says "see changelog" but there's no changelog
That example refers to a changelog entry which stated that E_ALL is available as of PHP 5.4.0. Since the documenation does no longer document PHP 5, that referral has to be removed. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350716 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e61d2217d5
commit
b92a33c51c
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
|
|||
// Report all errors except E_NOTICE
|
||||
error_reporting(E_ALL & ~E_NOTICE);
|
||||
|
||||
// Report all PHP errors (see changelog)
|
||||
// Report all PHP errors
|
||||
error_reporting(E_ALL);
|
||||
|
||||
// Report all PHP errors
|
||||
|
|
Loading…
Reference in a new issue