diff options
author | Julien Pauli <jpauli@php.net> | 2014-12-05 17:07:13 +0100 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2014-12-05 17:07:13 +0100 |
commit | b7251a89dae88aa5d97b1cac93aee8e79ccbfd1c (patch) | |
tree | 105660a4270fd63d976614ae4138569c39e92e65 | |
parent | 5a528076d2fcadfc832a6b2fd1a8955e1ff73ef9 (diff) | |
download | php-git-b7251a89dae88aa5d97b1cac93aee8e79ccbfd1c.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -48,6 +48,10 @@ PHP NEWS . Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler when setting SIG_DFL). (Julien) +- PDO_mysql: + . Fixed bug #68424 (Add new PDO mysql connection attr to control multi + statements option). (peter dot wolanin at acquia dot com) + - Reflection . Fixed inheritance chain of Reflector interface (Tjerk) |