summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2007-08-31 12:17:52 +0000
committerDmitry Stogov <dmitry@php.net>2007-08-31 12:17:52 +0000
commit39bceffc4a318469c5333cfd5425b9e4aac196c6 (patch)
tree856510ebe1294acf83687736576496d2f811610e /NEWS
parenta1ac6e1ee3456ac156303cc5cdba2517e2fc3612 (diff)
downloadphp-git-39bceffc4a318469c5333cfd5425b9e4aac196c6.tar.gz
Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 27bf9e96f7..6063736a74 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP NEWS
- Fixed bug #42462 (Segmentation when trying to set an attribute in a
DOMElement). (Rob)
+- Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline
+ options). (Dmitry)
- Fixed bug #42452 (PDO classes do not expose Reflection API information).
(Hannes)
- Fixed bug #42359 (xsd:list type not parsed). (Dmitry)