summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2010-08-18 20:26:42 +0000
committerKalle Sommer Nielsen <kalle@php.net>2010-08-18 20:26:42 +0000
commit7e2721e1b627a2194e72e988971fba54123168f0 (patch)
tree000f0f21f82bfa17008037efbae5d9f9448cc865
parente6ef7dd895092cc5a8aa3d89d17b9ce7ad1cc9a1 (diff)
downloadphp-git-7e2721e1b627a2194e72e988971fba54123168f0.tar.gz
Use userland function name, not internal name for NEWS
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fc6d5a65aa..d72e3c7abc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2010, PHP 5.2.15
-- Fixed possible crash in php_mssql_get_column_content_without_type(). (Kalle)
+- Fixed possible crash in mssql_fetch_batch(). (Kalle)
- Fixed bug #52636 (php_mysql_fetch_hash writes long value into int).
(Kalle, rein at basefarm dot no)