diff options
author | Anatol Belski <ab@php.net> | 2015-07-06 14:27:17 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-07-06 14:27:17 +0200 |
commit | 535b2cc02bbaf5684c4619303661a367fe8663f7 (patch) | |
tree | 3f706abf74efcb722f4ac8bc5db30cc81bed12de | |
parent | 2f7b178fac15e43e28cc0093e0bd4fe12b0f20e6 (diff) | |
download | php-git-535b2cc02bbaf5684c4619303661a367fe8663f7.tar.gz |
update NEWS about #69900
backport for 5.6 to go
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ PHP NEWS . Fixed bug #69955 (Segfault when trying to combine [] and assign-op on ArrayAccess object). (Laruence) . Fixed bug #69957 (Different ways of handling div/mod/intdiv). (Bob) + . Fixed bug #69900 (Too long timeout on pipes). (Anatol) - CLI server: . Fixed bug #69655 (php -S changes MKCALENDAR request method to MKCOL). (cmb) |