summaryrefslogtreecommitdiff
path: root/Zend/zend_list.c
Commit message (Expand)AuthorAgeFilesLines
* Fix refcount reaching 2^32 - 1 for resourcesBob Weinand2015-10-251-1/+1
* One less comparisonRasmus Lerdorf2015-07-131-5/+7
* Fix potential segfaultRasmus Lerdorf2015-07-131-2/+2
* Fixed bug #69485 (Double free on zend_list_dtor).Xinchen Hui2015-04-201-6/+8
* found type is unnecessaryXinchen Hui2015-02-021-9/+3
* Cleanup resource handling APIsXinchen Hui2015-02-021-51/+71
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-9/+9
* cleanup redundand macrosAnatol Belski2014-12-311-3/+3
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-37/+35
* bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+3
* cleanup TSRMLS_FETCHAnatol Belski2014-09-261-3/+0
* Use efree_size() instead of efree() where posibleDmitry Stogov2014-08-271-1/+1
* Use new zend_hash APIDmitry Stogov2014-05-271-1/+1
* Don't use cast (compiler friendly)Xinchen Hui2014-05-261-5/+7
* Fixed apply_func_arg_t, and it's better not using cast (compiler friendly)Xinchen Hui2014-05-251-2/+2
* Removed support for old-style resource destructors (only ext/soap used it)Dmitry Stogov2014-05-151-49/+4
* Fixed resource destructionDmitry Stogov2014-05-081-1/+9
* Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-0/+3
* Fixed compilation warningsDmitry Stogov2014-04-221-2/+0
* Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-10/+6
* Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-5/+2
* fixed persistent reaource destructionDmitry Stogov2014-04-111-3/+21
* Introduced API to close all resources at onceDmitry Stogov2014-04-111-58/+49
* Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-2/+2
* Refactor ext/mysqlXinchen Hui2014-03-231-1/+1
* Resource closing without destructionDmitry Stogov2014-02-271-18/+52
* Fixed SegfaultXinchen Hui2014-02-171-4/+4
* Use better data structures (incomplete)Dmitry Stogov2014-02-171-3/+10
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-127/+76
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* - Year++Felipe Pena2011-01-011-1/+1
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-3/+3
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-4/+3
* 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
* Removed redundant codeDmitry Stogov2008-08-221-4/+0
* Fixed destruction of dl() loaded extensionsDmitry Stogov2008-08-211-0/+3
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* improve error messages when error raised from an internal class (do not hide ...Antony Dovgal2005-06-171-4/+10
* MFB: - Fix bug #26753 (zend_fetch_list_dtor_id() does not check NULL strings)foobar2004-02-171-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* Leftover.Sebastian Bergmann2003-04-031-1/+0