From: Derick Rethans Date: Mon, 15 Aug 2005 10:47:17 +0000 (+0000) Subject: - MFH: Fixed bug #33558 (Warning with nested calls to functions returning by X-Git-Tag: php-4.4.1RC1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e37d9762701ae4d4d1db1df06ca7f350371bcdc;p=php - MFH: Fixed bug #33558 (Warning with nested calls to functions returning by reference). --- diff --git a/NEWS b/NEWS index 907bed68d3..91662b4fa3 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ PHP 4 NEWS - Fixed bug #33690 (Crash setting some ini directives in httpd.conf). (Rasmus) - Fixed bug #33673 (Added detection for partially uploaded files). (Ilia) - Fixed bug #33648 (Using --with-regex=system causes compile failure). (Andrei) +- Fixed bug #33558 (Warning with nested calls to functions returning by + reference). (Dmitry, Derick) - Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). (Nuno) - Fixed bug #32160 (copying a file into itself leads to data loss). (Ilia)