Update NEWS

This commit is contained in:
Xinchen Hui 2015-08-11 21:44:47 +08:00
parent 6e894f8b81
commit b997130a34

4
NEWS
View File

@ -15,6 +15,10 @@ PHP NEWS
. Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).
(wusuopu, cmb)
- Opcache:
. Fixed bug #70237 (Empty while and do-while segmentation fault with opcode
on CLI enabled). (Dmitry, Laruence)
- PDO:
. Fixed bug #70221 (persistent sqlite connection + custom function
segfaults). (Laruence)