summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
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)