From: Stanislav Malyshev Date: Tue, 10 Jul 2007 17:46:15 +0000 (+0000) Subject: fixes X-Git-Tag: php-5.2.4RC1~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62ec6b17a6e91036fb9f5777774e1a3ee1b01e3b;p=php fixes --- diff --git a/NEWS b/NEWS index c28cc4d89b..cdc25abe2d 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,8 @@ PHP NEWS - Fixed INFILE LOCAL option handling with MySQL extensions not to be allowed when open_basedir or safe_mode is active. (Stas) - Fixed SimpleXML's behavior when used with empty(). (Sara) +- Fixed session.save_path and error_log values to be checked against + open_basedir and safe_mode (Stas, Maksymilian Arciemowicz) - Fixed PECL Bug #11345 (PDO_OCI crash after National language Support "NLS" environment initialization error). (Chris Jones)