summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Friebe <thekid@php.net>2008-11-09 10:32:35 +0000
committerTimm Friebe <thekid@php.net>2008-11-09 10:32:35 +0000
commit34906d50f306c4a037bda532a5eecc00f5192733 (patch)
tree7adf69c653aa8d166d5d0b41b81dd74ae5b875a9
parent2268bf47e34bf513cab453704e274070db14aa13 (diff)
downloadphp-git-34906d50f306c4a037bda532a5eecc00f5192733.tar.gz
- Added note on bugfix for #30312
- Added entry on CS_ROW_FAIL patch fix
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f23a739aad..0e4966c01e 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,9 @@ PHP NEWS
- Fixed invalid calls to free when internal fileinfo magic file is used. (Scott)
- Synced changes from libmagic 4.26 to bundled libmagic. (Scott)
+- Fixed sybase_fetch_*() to continue reading after CS_ROW_FAIL status (Timm)
+
+- Fixed bug #30312 (sybase_unbuffered_query calls). (Timm)
- Fixed bug #46421 (SplFileInfo not correctly handling /). (Etienne)
- Fixed bug #46331 - (Segfault when using internal fileinfo magic file on big
endian systems). (Scott)