From: foobar Date: Thu, 11 Apr 2002 22:42:10 +0000 (+0000) Subject: Fixed (again) the news entry..NEWS file is not a manual. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~706 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=995e6f6af02da934d95b77531225ecd886a2aa56;p=php Fixed (again) the news entry..NEWS file is not a manual. --- diff --git a/NEWS b/NEWS index f0ef5e46fe..290cf78151 100644 --- 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)