diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-10-01 20:58:02 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-10-01 20:58:02 +0000 |
commit | 154f70acf1560bd6633cf7cce1efe1528f35c36f (patch) | |
tree | 4abb0943e8f958b3a4ca0f97235213b299f92cd5 /NEWS | |
parent | bd088df90cee4bd6d81067acc32bc9cae3416897 (diff) | |
download | php-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |