summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-04-22 22:53:18 +0000
committerMarcus Boerger <helly@php.net>2004-04-22 22:53:18 +0000
commitbc594f1506c0aec3d142f4e251318bf7921305b0 (patch)
treeb2269c5dc1b45f89d389109eabeb9c6ccb2e3d9e
parentb5d2a4aa12e3d43d23f5529be4cca07fa07c89c0 (diff)
downloadphp-git-bc594f1506c0aec3d142f4e251318bf7921305b0.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 16c049d82e..0bef2b3313 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP 4 NEWS
then 1 character long. (Ilia)
- Fixed handling of return values from storred procedures in mssql_execute()
with multiple result sets returned. (Frank)
+- Fixed bug #28112 (sqlite_query() crashing apache on malformed query). (Ilia,
+ Marcus)
- Fixed bug #28055 (timeout duration too long in feof()/pfsockopen() liveness
checks). (Wez)
- Fixed bug #28042 (greek letters in html to entitity mapping not correct).