diff options
author | Anatol Belski <ab@php.net> | 2015-07-07 15:34:04 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-07-07 15:34:37 +0200 |
commit | a94b3b8e644d850b86bc451a0a5d174643ea6546 (patch) | |
tree | 429e088fb7a0e52ec79ccaecc6fc242955704a9a | |
parent | 5bd315657c41601803bf5cf2528fdd373fdfdf48 (diff) | |
download | php-git-a94b3b8e644d850b86bc451a0a5d174643ea6546.tar.gz |
updated NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ PHP NEWS and replaced with more general and speed efficient op_array->T_liveliness. ZEND_GOTO opcode is always replaced by ZEND_JMP at compile time). (Bob, Dmitry, Laruence) + . Fixed #69963 (fgets reads EOF if there is nothing on the PIPE to read for + a short period). (Anatol) - CLI server: . Fixed bug #69655 (php -S changes MKCALENDAR request method to MKCOL). (cmb) |