summaryrefslogtreecommitdiff
path: root/Zend/zend_objects.c
Commit message (Collapse)AuthorAgeFilesLines
* - Use two underscores for __construct(), __clone and friends...Andi Gutmans2001-12-271-4/+4
|
* - Only check refcount of object if the destructor was called.Andi Gutmans2001-12-271-13/+19
|
* - Experimental support for destructors. We need to see if destructorsAndi Gutmans2001-12-271-8/+56
| | | | | | | - will actually work well in the context of PHP so we should consider this - as experimental. Possible problems might be that when the constructor is - run PHP might not be in a stable state.
* - Pretty much finish _clone() supportAndi Gutmans2001-12-261-3/+43
|
* - Remove bogus noticeAndi Gutmans2001-08-161-3/+0
|
* - Fix a bug in method calls.Andi Gutmans2001-08-161-2/+27
| | | | | - Try to get the old copying behavior of objects to work (doesn't work yet).
* - More work on making objects workAndi Gutmans2001-08-111-3/+0
|
* - Fix some places which create objects. The fixes are ugly and will beAndi Gutmans2001-08-111-1/+9
| | | | | revised when things start working well
* - Fix UNIX build.Andi Gutmans2001-08-111-2/+2
|
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-071-0/+122