diff options
author | Antony Dovgal <tony2001@php.net> | 2007-07-26 08:26:47 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-07-26 08:26:47 +0000 |
commit | 0c10470842e082924744331cdb5465ff72a0fc8f (patch) | |
tree | ddcdb78dd15009a96aff9279f9ce9b57c713d532 | |
parent | 5a1c39f71ded1746ec3e5b6b603da559bf95118e (diff) | |
download | php-git-0c10470842e082924744331cdb5465ff72a0fc8f.tar.gz |
BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,8 @@ PHP NEWS - 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 (CVE-2007-3378) (Stas, Maksymilian Arciemowicz) +- Fixed possible invalid read in glob() win32 implementation (CVE-2007-3806). + (Tony) - Fixed PECL Bug #11345 (PDO_OCI crash after National language Support "NLS" environment initialization error). (Chris Jones) |