From c33fa392debeb452170ac1fc0498f278ca27cf18 Mon Sep 17 00:00:00 2001 From: Date: Sun, 27 Feb 2000 02:09:10 +0000 Subject: [PATCH] NEWS update --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 436bf34741..722c4e7561 100644 --- 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) -- 2.50.1