Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'dev'.dev | SVN Migration | 2002-08-06 | 1 | -10/+0 |
| | |||||
* | - Export zend_object_get_address() | Andi Gutmans | 2002-07-01 | 1 | -1/+1 |
| | |||||
* | - Fix copy&paste problem where we allocated according to an old structure | Andi Gutmans | 2002-06-15 | 1 | -21/+0 |
| | | | | | - decleration and not the new one. | ||||
* | Generalize object storage and reference bookkeeping | Stanislav Malyshev | 2002-05-31 | 1 | -8/+0 |
| | |||||
* | - constructor_called is supposed to be destructor_called | Andi Gutmans | 2002-05-14 | 1 | -1/+1 |
| | |||||
* | added get_class_entry callback handler to the | Harald Radi | 2002-04-22 | 1 | -2/+0 |
| | | | | | object handlers structure | ||||
* | - Pass TSRMLS to callbacks. | Andi Gutmans | 2002-03-15 | 1 | -4/+4 |
| | |||||
* | Mega-commit: Enter the new object model | Stanislav Malyshev | 2002-02-07 | 1 | -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's | Andi Gutmans | 2002-01-25 | 1 | -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 destructors | Andi Gutmans | 2001-12-27 | 1 | -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 warnings | Stig S. Bakken | 2001-11-05 | 1 | -1/+1 |
| | |||||
* | - Fix a bug in method calls. | Andi Gutmans | 2001-08-16 | 1 | -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 be | Andi Gutmans | 2001-08-11 | 1 | -1/+1 |
| | | | | | revised when things start working well | ||||
* | - Sync Engine2 CVS with latest Engine CVS | Andi Gutmans | 2001-08-07 | 1 | -0/+34 |