diff options
author | Xinchen Hui <laruence@php.net> | 2015-02-06 22:47:16 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-02-06 22:47:16 +0800 |
commit | e033af4ed6a811f0710acaba166a4924cda7f73e (patch) | |
tree | 40a5d09ec258c20d5ce14304d60669fef632404e | |
parent | 2bdf8d30b4fcb4e8e7fe1f1b468132b3513c52c0 (diff) | |
download | php-git-e033af4ed6a811f0710acaba166a4924cda7f73e.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -98,6 +98,10 @@ - PCRE: . Removed support for the /e (PREG_REPLACE_EVAL) modifier. (Nikita) +- PDO: + . Fixed bug #59450 (./configure fails with "Cannot find php_pdo_driver.h"). + (maxime dot besson at smile dot fr) + - PDO_mysql: . Fixed bug #68424 (Add new PDO mysql connection attr to control multi statements option). (peter dot wolanin at acquia dot com) |