summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2008-06-25 12:18:22 +0000
committerDmitry Stogov <dmitry@php.net>2008-06-25 12:18:22 +0000
commit9132607dc75e2c2d152807cfcf02e9aa6bd99e03 (patch)
tree544c667ee18e3e337faa615aabec60d7e9e399d9 /NEWS
parentc1bb953c7163ae6bd6b09b008b0bb3910861ba02 (diff)
downloadphp-git-9132607dc75e2c2d152807cfcf02e9aa6bd99e03.tar.gz
Fixed bug #45352 (Segmentation fault because of tick function on second request)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a24c01d94e..9a50ed7d34 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ PHP NEWS
functions. (Andrey)
- Fixed a bug where exec() on Windows would eat the first and last double quotes
(Scott)
+- Fixed bug #45352 (Segmentation fault because of tick function on second
+ request). (Dmitry)
- Fixed bug #45312 (Segmentation fault on second request for array functions).
(Dmitry)
- Fixed bug #45251 (double free or corruption with setAttributeNode()). (Rob)