summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-10-01 20:58:02 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-10-01 20:58:02 +0000
commit154f70acf1560bd6633cf7cce1efe1528f35c36f (patch)
tree4abb0943e8f958b3a4ca0f97235213b299f92cd5 /NEWS
parentbd088df90cee4bd6d81067acc32bc9cae3416897 (diff)
downloadphp-git-154f70acf1560bd6633cf7cce1efe1528f35c36f.tar.gz
Fixed bug #38993 (Fixed safe_mode/open_basedir checks for
session.save_path, allowing them to account for extra parameters).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f774d37bf1..a48a14a18f 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP NEWS
- Fixed mess with CGI/CLI -d option (now it works with cgi; constants are
working exactly like in php.ini; with FastCGI -d affects all requests).
(Dmitry)
+- Fixed bug #38993 (Fixed safe_mode/open_basedir checks for
+ session.save_path, allowing them to account for extra parameters). (Ilia)
- Fixed bug #38981 (using FTP URLs in get_headers() causes crash). (Tony)
- Fixed bug #38961 (metaphone() results in segmentation fault on NetBSD).
(Tony)