From: Ilia Alshanetsky Date: Wed, 30 Jul 2003 16:12:32 +0000 (+0000) Subject: Revert fix for bug #22836 X-Git-Tag: php-4.3.3RC2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e870b76c62fd3477dae05fdad1516ba277c1f42;p=php Revert fix for bug #22836 --- diff --git a/NEWS b/NEWS index d6ec46cc4f..25f9dcc427 100644 --- a/NEWS +++ b/NEWS @@ -59,7 +59,6 @@ PHP 4 NEWS - Fixed bug #23664 (FastCGI socket listenting). (Shane) - Fixed bug #23685 (fake values returned when OID value is an empty string). (Jani) -- Fixed bug #22836 (memory corruption with references to NULL). (Ilia) - Fixed bug #22690 (ob_start() did not work with create_function() callbacks). (Marcus) - Fixed bug #21855 (Threading issue on HP-UX). (Roshan Naik, Andi, Moriyoshi) diff --git a/tests/lang/bug22836.phpt b/tests/lang/bug22836.phpt deleted file mode 100644 index 2fe95cddff..0000000000 --- a/tests/lang/bug22836.phpt +++ /dev/null @@ -1,22 +0,0 @@ ---TEST-- -Bug #22836 (returning references to NULL) ---FILE-- - ---EXPECTF-- -string(3) "foo" -'foo' - -Notice: Undefined variable: a in %s on line %d - -Fatal error: Cannot return NULL by reference in %s on line %d