From: Stig Bakken Date: Wed, 31 Oct 2001 05:44:19 +0000 (+0000) Subject: renamed "debuginfo" property declaration to "userinfo" X-Git-Tag: ChangeLog~463 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5dc4f7ce09df157a871b42b21d15f6a61aa0d98;p=php renamed "debuginfo" property declaration to "userinfo" --- diff --git a/pear/PEAR.php b/pear/PEAR.php index 19412b0f0e..3aeff2ffcf 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -533,7 +533,7 @@ class PEAR_Error var $level = E_USER_NOTICE; var $code = -1; var $message = ''; - var $debuginfo = ''; + var $userinfo = ''; // Wait until we have a stack-groping function in PHP. //var $file = '';