summaryrefslogtreecommitdiff
path: root/Zend/zend_list.c
Commit message (Expand)AuthorAgeFilesLines
* Assert on unknown list entry typeNikita Popov2020-09-211-12/+8
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-10/+7
* Drop various unused macros/APIsGeorge Peter Banyard2020-08-261-1/+1
* Make zend_list_free return voidNikita Popov2020-04-151-7/+4
* Merge branch 'PHP-7.4'Nikita Popov2019-06-251-1/+1
|\
| * Fix stream leak in phar cache_listNikita Popov2019-06-251-1/+1
* | Convert fetch_resource warnings into TypeErrorsNikita Popov2019-06-031-6/+6
* | Fixed resoure numberingDmitry Stogov2019-02-121-0/+1
|/
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-12/+7
* Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-5/+2
* 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
* 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