--- nfo/php/libs/net.php.pear/PEAR.php 2003/02/05 20:11:26 1.1 +++ nfo/php/libs/net.php.pear/PEAR.php 2003/02/05 20:12:34 1.2 @@ -18,7 +18,7 @@ // | Tomas V.V.Cox | // +----------------------------------------------------------------------+ // -// Id: PEAR.php,v 1.32.2.2 2002/04/09 19:04:07 ssb Exp +// Id: PEAR.php,v 1.32.2.2 2002/04/09 19:04:07 ssb Exp // define('PEAR_ERROR_RETURN', 1); @@ -493,6 +493,13 @@ } // }}} + + function &getStaticProperty($class, $var) + { + static $properties; + return $properties[$class][$var]; + } + } // {{{ _PEAR_call_destructors()