PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Caching » Cache » Bug #5784

Destructor problem?

Details

Submitted2005-10-25 22:02 UTC
Fromlindalj at yahoo-inc dot com
StatusSuspended
PackageCache
PHP Version4.3.10
OSLinux
Roadmaps(Not assigned)

Comments

[2005-10-25 22:02 UTC] lindalj at yahoo-inc dot com

Description:
------------
I was studying the Cache_Application class and noticed that it defines a PEAR pseudo-destructor but does not call PEAR() in the constructor and does not call the base class pseudo-destructor in _Cache_Application(). Am I missing something in my understanding of PEAR’s pseudo-destructors, or are these issues bugs?