From: Martin Jansen Date: Sat, 15 Dec 2001 15:01:35 +0000 (+0000) Subject: * Destructors seem to work like a charm. -> No need to keep this line. X-Git-Tag: PRE_ISSET_PATCH~534 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64a857c52ed7edaa277abc098744fedc59393828;p=php * Destructors seem to work like a charm. -> No need to keep this line. --- diff --git a/pear/PEAR.php b/pear/PEAR.php index d8b558d6c8..e67a48b794 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -45,7 +45,6 @@ $GLOBALS['_PEAR_destructor_object_list'] = array(); // // Tests needed: - PEAR inheritance -// - destructors // /**