summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-09-22 11:40:20 +0000
committerAndrey Hristov <andrey@php.net>2010-09-22 11:40:20 +0000
commitb962a566af3222af677535165b8133e8704985e7 (patch)
tree5b8be8491525f51bdb9c5e199ce2fbb31347b4c7
parent1de4cfb791f098d69368b4fab53157024f49b4fa (diff)
downloadphp-git-b962a566af3222af677535165b8133e8704985e7.tar.gz
hier comes the news
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 680f8227d3..f552236b3a 100644
--- a/NEWS
+++ b/NEWS
@@ -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)