diff options
author | Dmitry Stogov <dmitry@php.net> | 2006-09-26 07:55:21 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2006-09-26 07:55:21 +0000 |
commit | a04b6ed6bcdda52c3f68199b547b3968bbbadd6c (patch) | |
tree | dc720f9ac5de5a9cb024b63a12dbef9f9915a13a /NEWS | |
parent | cc0d254e4f319279629c80530325d7c12dee1ec7 (diff) | |
download | php-git-a04b6ed6bcdda52c3f68199b547b3968bbbadd6c.tar.gz |
Fixed bug #38942 (Double old-style-ctor inheritance)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |