summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2005-11-30 11:38:11 +0000
committerAndrey Hristov <andrey@php.net>2005-11-30 11:38:11 +0000
commitb6b6ec2a972d823d36cb55473d02caafb0903d02 (patch)
tree2b7444860b3aa08ec777d3b4aa5d3f231be7f01f
parentc230f7defb2752a3546a56e6243fe3b9cba99492 (diff)
downloadphp-git-b6b6ec2a972d823d36cb55473d02caafb0903d02.tar.gz
BFN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bbf4b2f09e..45352b0e48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, PHP 5.1.2
+- Fixed crash and leak in mysqli when client is 4.1.x to 5.x server. (Andrey)
- Added --enable-gcov configure option to enable C-level code coverage.
(John, Jani)
- Added missing support for 'B' format identifier to date() function. (Ilia)