summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-09-26 07:55:21 +0000
committerDmitry Stogov <dmitry@php.net>2006-09-26 07:55:21 +0000
commita04b6ed6bcdda52c3f68199b547b3968bbbadd6c (patch)
treedc720f9ac5de5a9cb024b63a12dbef9f9915a13a /NEWS
parentcc0d254e4f319279629c80530325d7c12dee1ec7 (diff)
downloadphp-git-a04b6ed6bcdda52c3f68199b547b3968bbbadd6c.tar.gz
Fixed bug #38942 (Double old-style-ctor inheritance)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3ef212bb0c..0d3ac5d6fe 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ PHP NEWS
- Fixed mess with CGI/CLI -d option (now it works with cgi; constants are
working exactly like in php.ini; with FastCGI -d affects all requests).
(Dmitry)
+- Fixed bug #38942 (Double old-style-ctor inheritance). (Dmitry)
- Fixed bug #38941 (imap extension does not compile against new version of
the imap library). (Ilia)
- Fixed bug #38904 (apache2filter changes cwd to /). (Ilia, bjori)