summaryrefslogtreecommitdiff
path: root/Zend/zend_objects.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-1/+1
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* Use fastcall calling convention for objects and resources APIDmitry Stogov2017-12-141-3/+4
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-6/+6
* Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-1/+0
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-6/+5
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-0/+2
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* - Revert following patch until we decide what is the right way to handleAndi Gutmans2005-02-241-2/+2
* - Fix signatures they are all meant to be able to deal with any type in anyMarcus Boerger2005-02-221-2/+2
* 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