]> granicus.if.org Git - php/commitdiff
Fixed (again) the news entry..NEWS file is not a manual.
authorfoobar <sniper@php.net>
Thu, 11 Apr 2002 22:42:10 +0000 (22:42 +0000)
committerfoobar <sniper@php.net>
Thu, 11 Apr 2002 22:42:10 +0000 (22:42 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f0ef5e46feecc80d768ddaddeb7f1c67135306e3..290cf78151a01e32a397a4b57b05c80d8f3e13da 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
-- New ini setting log_errors_max_len controls maximum length for error
-  messages. Set it to 0 for infinite. Default is 1024 (old behaviour) (Marcus)
+- Added "log_errors_max_len" php.ini option which controls maximum length for 
+  error messages. (Marcus)
 - Added __FUNCTION__ and __CLASS__ constants. (Jani, Zend Engine)
 - Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()
   and pg_delete(). (Yasuo)