diff options
author | Xinchen Hui <laruence@gmail.com> | 2015-09-30 10:41:54 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2015-09-30 10:41:54 +0800 |
commit | 11baa1b672718c11636b601a3dc8b45be09fb088 (patch) | |
tree | 12ef9fdf5dab11df8bb7265a42d22e8590185cfe | |
parent | 45cb42f49f1f1e73eaa7ca7ae559b02ac8725361 (diff) | |
parent | 70e6bf03bfaa691d9287603181b7bcefb4440d05 (diff) | |
download | php-git-11baa1b672718c11636b601a3dc8b45be09fb088.tar.gz |
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,6 +36,11 @@ PHP NEWS . Require at least OpenSSL version 0.9.8. (Jakub Zelenka) . Fixed bug #68312 (Lookup for openssl.cnf causes a message box). (Anatol) +- Phar: + . Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()). (Stas) + . FIxed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip + entry filename is "/"). (Stas) + - Phpdbg: . Fixed bug #70532 (phpdbg must respect set_exception_handler). (Bob) . Fixed bug #70531 (Run and quit mode (-qrr) should not fallback to |