diff options
author | Martin Jansen <mj@php.net> | 2001-12-15 15:01:35 +0000 |
---|---|---|
committer | Martin Jansen <mj@php.net> | 2001-12-15 15:01:35 +0000 |
commit | 64a857c52ed7edaa277abc098744fedc59393828 (patch) | |
tree | fd64d63c106d04a9d9b726609c6aa3676884ce5c | |
parent | f5f4a5cf37afe5f450840cfebd4d5c8c03121bf9 (diff) | |
download | php-git-64a857c52ed7edaa277abc098744fedc59393828.tar.gz |
* Destructors seem to work like a charm. -> No need to keep this line.
-rw-r--r-- | pear/PEAR.php | 1 |
1 files changed, 0 insertions, 1 deletions
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 // /** |