summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2013-07-08 20:28:51 +0200
committerAndrey Hristov <andrey@php.net>2013-07-08 20:28:51 +0200
commit2c3f6dcdb6de8cd43371e91fb470e547aa217327 (patch)
tree6a51ff7f6c31d6e99a248eada3e2052d26ebc680 /NEWS
parent9fc38183b707341b6eddb8c196d0ea2b7c13d6a9 (diff)
parente4a28b7b7b972fecd01458364c0663195352891e (diff)
downloadphp-git-2c3f6dcdb6de8cd43371e91fb470e547aa217327.tar.gz
Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4
Conflicts: NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 29 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 04dc4828de..d20ec7ebbe 100644
--- a/NEWS
+++ b/NEWS
@@ -9,18 +9,30 @@ PHP NEWS
(Adam)
. Fixed bug #62964 (Possible XSS on "Registered stream filters" info).
(david at nnucomputerwhiz dot com)
- . Fixed bug #62672 (Error on serialize of ArrayObject).
- (lior dot k at zend dot com)
+ . Fixed bug #62672 (Error on serialize of ArrayObject). (Lior Kaplan)
. Fixed bug #62475 (variant_* functions causes crash when null given as an
argument). (Felipe)
. Fixed bug #60732 (php_error_docref links to invalid pages). (Jakub Vrana)
+- CGI:
+ . Fixed Bug #65143 (Missing php-cgi man page). (Remi)
+
- CLI server:
. Fixed bug #65066 (Cli server not responsive when responding with 422 http
status code). (Adam)
+
+- FPM:
+ . Fixed bug #63983 (enabling FPM borks compile on FreeBSD).
+ (chibisuke at web dot de, Felipe)
+
+- Imap:
+ . Fixed bug #64467 (Segmentation fault after imap_reopen failure).
+ (askalski at gmail dot com)
- Intl:
- . Fixed bug #62759: Buggy grapheme_substr() on edge case. (Stas)
+ . Fixed bug #62759 (Buggy grapheme_substr() on edge case). (Stas)
+ . Fixed bug #61860 (Offsets may be wrong for grapheme_stri* functions).
+ (Stas)
- mysqlnd:
. Fixed segfault in mysqlnd when doing long prepare. (Andrey)
@@ -33,13 +45,27 @@ PHP NEWS
. Allowed PDO_OCI to compile with Oracle Database 12c client libraries.
(Chris Jones)
+- Phar:
+ . Fixed Bug #65142 (Missing phar man page). (Remi)
+
+- Session
+ . Fixed bug #62535 ($_SESSION[$key]["cancel_upload"] doesn't work as
+ documented). (Arpad)
+ . Fixed bug #35703 (when session_name("123") consist only digits,
+ should warning). (Yasuo)
+ . Fixed bug #49175 (mod_files.sh does not support hash bits). Patch by
+ oorza2k5 at gmail dot com (Yasuo)
+
- Sockets:
. Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option).
(Damjan Cvetko)
- SPL:
+ . Fixed bug #65136 (RecursiveDirectoryIterator segfault). (Laruence)
. Fixed bug #61828 (Memleak when calling Directory(Recursive)Iterator
/Spl(Temp)FileObject ctor twice). (Laruence)
+ . Fixed bug #60560 (SplFixedArray un-/serialize, getSize(), count() return 0,
+ keys are strings). (Adam)
?? ??? 2013, PHP 5.4.17