summaryrefslogtreecommitdiff
path: root/Zend/zend_objects.h
Commit message (Expand)AuthorAgeFilesLines
* wrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_CHartmut Holzgraefe2004-02-181-0/+2
* Add new prototypeMarcus Boerger2004-02-041-0/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* Shuffle code to ease writing clone handlersMarcus Boerger2003-07-191-0/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_add...Sebastian Bergmann2003-03-261-2/+2
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+29
* export zend_objects_destroy_object()Harald Radi2003-01-171-0/+1
* Add ZEND_API to functionsStanislav Malyshev2002-08-081-2/+2
* - Export zend_object_get_address()Andi Gutmans2002-07-011-1/+1
* - Fix copy&paste problem where we allocated according to an old structureAndi Gutmans2002-06-151-21/+0
* Generalize object storage and reference bookkeepingStanislav Malyshev2002-05-311-8/+0
* - constructor_called is supposed to be destructor_calledAndi Gutmans2002-05-141-1/+1
* added get_class_entry callback handler to theHarald Radi2002-04-221-2/+0
* - Pass TSRMLS to callbacks.Andi Gutmans2002-03-151-4/+4
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-5/+9
* - First destructor hell fix. There was a situation where an object'sAndi Gutmans2002-01-251-0/+1
* - Experimental support for destructors. We need to see if destructorsAndi Gutmans2001-12-271-0/+1
* 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
* - Fix some places which create objects. The fixes are ugly and will beAndi Gutmans2001-08-111-1/+1
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-071-0/+34