From: Stig Bakken Date: Tue, 31 Jul 2001 07:57:14 +0000 (+0000) Subject: * DB_storage broke when DB_common::query was added, fixed X-Git-Tag: PRE_ENGINE2_SPLIT~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae92dc7139eb735b1d7bda61d03b1c6f59f373cd;p=php * DB_storage broke when DB_common::query was added, fixed --- diff --git a/pear/PEAR.php b/pear/PEAR.php index a98c04e60f..bbdfcfccf0 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -251,7 +251,6 @@ class PEAR * * @since PHP 4.0.5 */ - function &raiseError($message = null, $code = null, $mode = null, @@ -318,6 +317,7 @@ class PEAR } // }}} + // {{{ pushErrorHandling() /** * Push a new error handler on top of the error handler options stack. With this @@ -362,6 +362,9 @@ class PEAR return true; } + // }}} + // {{{ popErrorHandling() + /** * Pop the last error handler used * @@ -382,6 +385,7 @@ class PEAR return true; } + // }}} } // {{{ _PEAR_call_destructors()