From a136105e34bd5859fb7a487cb01c03e2e4d319bc Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Thu, 3 Jul 2003 06:54:26 +0000 Subject: [PATCH] Atm php5 doesn't support this: function foo(&$a) { return new Bar; } --- pear/PEAR.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR.php b/pear/PEAR.php index 3062194d5c..84994fee17 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -477,7 +477,7 @@ class PEAR * @see PEAR::setErrorHandling * @since PHP 4.0.5 */ - function &raiseError($message = null, + function raiseError($message = null, $code = null, $mode = null, $options = null, -- 2.50.1