]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sun, 27 Feb 2000 02:09:10 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Sun, 27 Feb 2000 02:09:10 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 436bf347413f58d035c3478b1ff3ae5f6883ae27..722c4e7561d3f9b1e6da985c70bb160bfcbe29f6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ???, Version 4.0 Beta 5
+- Fixed a (fairly common) situation where error_reporting values would not be
+  properly restored after a call to error_reporting(), in between requests (Zeev)
+- The various $HTTP_*_VARS[] are now protected, and cannot be manipulated by
+  user input (Zeev)
+- Added ini_set() as an alias to ini_alter() (Zeev)
+- The string None is now recognized as a keyword by the php.ini processor, and
+  can be used to denote an empty string (Zeev)
 - Added get_class_vars(string class_name) and get_object_vars(object obj)
   function. (Andrei, Zend library)
 - Add pdf_set_parameter(), pdf_skew(), pdf_show_boxed() (Uwe)