summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-09-11 14:30:17 +0000
committerAntony Dovgal <tony2001@php.net>2006-09-11 14:30:17 +0000
commitf3ae2fea43700be550c5ace6bdf1d821eca6670a (patch)
treef2e2c8def92055ba0d68c945f02d143a1355966b
parentd6ee9d48109814a3ba8e9879f5ab63466f4327be (diff)
downloadphp-git-f3ae2fea43700be550c5ace6bdf1d821eca6670a.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5ff9e59dbe..d77d908604 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@
(marci at balabit dot hu, Tony)
- Removed current working directory from the php.ini search path for CLI and
readded it for other SAPIs (restore to pre 5.1.x behavior). (Edin)
+- Fixed bug #38779 (engine crashes when require()'ing file with syntax error
+ through userspace stream wrapper). (Tony, Dmitry)
- Fixed bug #38759 (PDO sqlite2 empty query causes segfault). (Tony)
- Fixed bug #38721 (Invalid memory read in date_parse()). (Tony, Derick)
- Fixed bug #38700 (SoapClient::__getTypes never returns). (Dmitry)