diff options
author | Andrey Hristov <andrey@php.net> | 2013-11-25 21:31:51 +0200 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2013-11-25 21:31:51 +0200 |
commit | 1b0e6067d5706084ce9d0b2b4461d82484dbcade (patch) | |
tree | 4931be6c687a0aa4d0845bd4eb2e23f4634d09ac | |
parent | 345032946c9143d0d343ef1b5de12b6130780fdf (diff) | |
download | php-git-1b0e6067d5706084ce9d0b2b4461d82484dbcade.tar.gz |
bring the news
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ PHP NEWS - MySQLi: . Fixed bug #66043 (Segfault calling bind_param() on mysqli). (Laruence) +- mysqlnd: + . Fixed bug #66124 (mysqli under mysqlnd loses precision when bind_param + with 'i'). (Andrey) + - PDO . Fixed bug 65946 (sql_parser permanently converts values bound to strings) |