php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #16780 Wrong comment in php.ini-recommended
Submitted: 2002-04-23 21:12 UTC Modified: 2002-04-23 21:54 UTC
From: jan at horde dot org Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0CVS-2002-04-23 OS:
Private report: No CVE-ID: None
 [2002-04-23 21:12 UTC] jan at horde dot org
Hi, this wrong documentation line has already been in php.ini-recommende for 8 month. :-)

Index: php.ini-recommended
===================================================================
RCS file: /repository/php4/php.ini-recommended,v
retrieving revision 1.75
diff -u -r1.75 php.ini-recommended
--- php.ini-recommended 19 Apr 2002 07:13:55 -0000      1.75
+++ php.ini-recommended 24 Apr 2002 01:02:18 -0000
@@ -241,7 +241,7 @@
 ;
 ;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
 ;
-;   - Show all errors except for notices
+;   - Show all errors
 ;
 error_reporting  =  E_ALL

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-23 21:54 UTC] sniper@php.net
Fixed in CVS. (HEAD and PHP_4_2_0 branch)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 12:01:27 2024 UTC