diff options
author | Andrey Hristov <andrey@php.net> | 2010-09-22 11:40:20 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-09-22 11:40:20 +0000 |
commit | b962a566af3222af677535165b8133e8704985e7 (patch) | |
tree | 5b8be8491525f51bdb9c5e199ce2fbb31347b4c7 | |
parent | 1de4cfb791f098d69368b4fab53157024f49b4fa (diff) | |
download | php-git-b962a566af3222af677535165b8133e8704985e7.tar.gz |
hier comes the news
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ - Fixed possible crash in mssql_fetch_batch(). (Kalle) - Fixed inconsistent backlog default value (-1) in FPM on many systems. (fat) +- Fixed bug #52891 (Wrong data inserted with mysqli/mysqlnd when using + mysqli_stmt_bind_param and value> PHP_INT_MAX). (Andrey) - Fixed bug #52849 (GNU MP invalid version match). (Adam) - Fixed bug #52843 (Segfault when optional parameters are not passed in to mssql_connect). (Felipe) |