summaryrefslogtreecommitdiff
path: root/Zend/zend_objects.h
Commit message (Collapse)AuthorAgeFilesLines
* added get_class_entry callback handler to theHarald Radi2002-04-221-2/+0
| | | | | object handlers structure
* - Pass TSRMLS to callbacks.Andi Gutmans2002-03-151-4/+4
|
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-5/+9
| | | | | | | Note: only standard Zend objects are working now. This is definitely going to break custom objects like COM, Java, etc. - this will be fixed later. Also, this may break other things that access objects' internals directly.
* - First destructor hell fix. There was a situation where an object'sAndi Gutmans2002-01-251-0/+1
| | | | | | | | | | - destructor could be run after its class was already dead. Right now - object destructors is the first thing whic happens during shutdown in - order to prevent this problem. It's very likely that destructors will - cause more grief and we'll have to outline exactly when you should use - them and what kind of logic you're allowed to do inside of them. - This bug was reported by sebastian.
* - Experimental support for destructors. We need to see if destructorsAndi Gutmans2001-12-271-0/+1
| | | | | | | - 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.
* add newline at end of file to avoid warningsStig S. Bakken2001-11-051-1/+1
|
* - Fix a bug in method calls.Andi Gutmans2001-08-161-0/+1
| | | | | - Try to get the old copying behavior of objects to work (doesn't work yet).
* - Fix some places which create objects. The fixes are ugly and will beAndi Gutmans2001-08-111-1/+1
| | | | | revised when things start working well
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-071-0/+34