From bbdbfa8563879dae9575ed090ac462cd11e38cba Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 1 Apr 2004 17:49:21 +0000 Subject: [PATCH] Bug fixing news & test for bug #27819. --- NEWS | 6 ++++-- tests/lang/bug27819.phpt | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 tests/lang/bug27819.phpt diff --git a/NEWS b/NEWS index 6c8f2ffbba..b93857c01e 100644 --- a/NEWS +++ b/NEWS @@ -3,8 +3,8 @@ PHP 4 NEWS ?? ??? 2004, Version 4.3.6 - Synchronized bundled GD library with GD 2.0.22. (Ilia) - Fixed bug #27822 (is_resource() returns TRUE for closed resources). (Derick) -- Fixed bug #25547 (error_handler and array index with function call). - (cschneid at cschneid dot com) +- Fixed bug #27819 (problems returning reference to a reference parameter). + (Ilia) - Fixed bug #27809 (ftp_systype returns null on some ftp servers). (Ilia) - Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is not defined). (Ilia) @@ -26,6 +26,8 @@ PHP 4 NEWS - Fixed bug #27646 (Cannot serialize/unserialize non-finite numeric values). (Marcus) - Fixed bug #26757 (session.save_path default is bogus for win32). (Wez) +- Fixed bug #25547 (error_handler and array index with function call). + (cschneid at cschneid dot com) 26 Mar 2004, Version 4.3.5 - Fixed possible crash using an invalid color index with a palette image in diff --git a/tests/lang/bug27819.phpt b/tests/lang/bug27819.phpt new file mode 100644 index 0000000000..b30c8abc48 --- /dev/null +++ b/tests/lang/bug27819.phpt @@ -0,0 +1,19 @@ +--TEST-- +Bug #27819 (problems returning reference to a reference parameter) +--FILE-- + +--EXPECT-- +6 +7 -- 2.50.1