summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-06-12 12:53:08 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-06-12 12:53:08 +0000
commit06b4c66f024d1cba4880c8ebe2f8a39f48382913 (patch)
tree2305a90e004f45333bb5eb4c34393f289fd1c150 /NEWS
parent5160f532afb8cfe733a74246bafe02979356ad0b (diff)
downloadphp-git-06b4c66f024d1cba4880c8ebe2f8a39f48382913.tar.gz
Fixed bug #41655 (open_basedir bypass via glob())
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d86215930c..917d5ec6ac 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,7 @@ PHP NEWS
- Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory
already exists). (Pierre)
+- Fixed bug #41655 (open_basedir bypass via glob()). (Ilia)
- Fixed bug #41640 (get_class_vars produces error on class constants).
(Johannes)
- Fixed bug #41630 (segfault when an invalid color index is present in
@@ -46,8 +47,7 @@ PHP NEWS
with ini_set()). (Tony, Dmitry)
- Fixed bug #41555 (configure failure: regression caused by fix for #41265).
(Jani)
-- Fixed bug #41527 (WDDX deserialize numeric string array key). (php_lists
- at realplain dot com, Ilia)
+- Fixed bug #41527 (WDDX deserialize numeric string array key). (Matt, Ilia)
- Fixed bug #41518 (file_exists() warns of open_basedir restriction on
non-existent file). (Tony)
- Fixed bug #39330 (apache2handler does not call shutdown actions before