diff options
author | Scott MacVicar <scottmac@php.net> | 2007-06-25 16:01:30 +0000 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2007-06-25 16:01:30 +0000 |
commit | 99c875a03d25a66a9a644f39526a479a1fa139e8 (patch) | |
tree | 7beda58db6645c68809d496d1d90a6236dbdbd91 /NEWS | |
parent | 305ae11a3f7c594e8063519c56ebd3ce039a5a22 (diff) | |
download | php-git-99c875a03d25a66a9a644f39526a479a1fa139e8.tar.gz |
Fixed bug #41350 (my_thread_global_end() error during request shutdown on Windows).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |