summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2007-06-25 16:01:30 +0000
committerScott MacVicar <scottmac@php.net>2007-06-25 16:01:30 +0000
commit99c875a03d25a66a9a644f39526a479a1fa139e8 (patch)
tree7beda58db6645c68809d496d1d90a6236dbdbd91 /NEWS
parent305ae11a3f7c594e8063519c56ebd3ce039a5a22 (diff)
downloadphp-git-99c875a03d25a66a9a644f39526a479a1fa139e8.tar.gz
Fixed bug #41350 (my_thread_global_end() error during request shutdown on Windows).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 477e7c7f61..c4eb1f82dd 100644
--- a/NEWS
+++ b/NEWS
@@ -76,6 +76,8 @@ PHP NEWS
- Fixed bug #41527 (WDDX deserialize numeric string array key). (Matt, Ilia)
- Fixed bug #41518 (file_exists() warns of open_basedir restriction on
non-existent file). (Tony)
+- Fixed bug #41350 (my_thread_global_end() error during request shutdown
+ on Windows). (Scott, Andrey)
- Fixed bug #39330 (apache2handler does not call shutdown actions before
apache child die). (isk at ecommerce dot com, Gopal, Tony)