summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2010-08-24 17:00:23 +0000
committerAdam Harvey <aharvey@php.net>2010-08-24 17:00:23 +0000
commit0b9437483cdb1569055666e3e25e64265a14acf7 (patch)
treebb2108f74708c70445fe287b1c2b8b35fc058c10
parent05fe229ea7f30035742ce58191145976fccfd087 (diff)
downloadphp-git-0b9437483cdb1569055666e3e25e64265a14acf7.tar.gz
Sorry, forgot the news update for the previous commit.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6861464264..59326c9280 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@
?? ??? 2010, PHP 5.2.15
- Fixed possible crash in mssql_fetch_batch(). (Kalle)
+- Fixed bug #52546 (pdo_dblib segmentation fault when iterating MONEY values).
+ (Felipe, Adam)
- Fixed bug #52436 (Compile error if systems do not have stdint.h)
(Sriram Natarajan)
- Fixed bug #52390 (mysqli_report() should be per-request setting). (Kalle)