summaryrefslogtreecommitdiff
path: root/Zend/zend_list.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-4/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Use fastcall calling convention for objects and resources APIDmitry Stogov2017-12-141-4/+4
* Fixed memory leaksDmitry Stogov2017-11-021-4/+1
* Persistent resources are "thread-local".Dmitry Stogov2017-11-011-0/+30
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* 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
* 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