summaryrefslogtreecommitdiff
path: root/Zend/zend_weakrefs.c
Commit message (Expand)AuthorAgeFilesLines
* Generate zend class entries based on stubsMáté Kocsis2021-02-141-10/+2
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Use Z_PARAM_OBJ macros when zval isn't neededTyson Andre2021-01-021-6/+6
* Flesh out HashTable insertion APIsSara Golemon2020-12-011-3/+3
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-0/+2
* Allow removing non-existing key from WeakMapNikita Popov2020-08-271-0/+5
* Fix use-after-free is WeakMap key and value are the sameNikita Popov2020-08-271-3/+7
* Fix warnings of strict-prototypestwosee2020-07-231-2/+2
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-3/+1
* Add get_gc handle for object iteratorsNikita Popov2020-07-011-1/+2
* Introduce InternalIteratorNikita Popov2020-06-241-4/+11
* Add flag to forbid dynamic property creation on internal classesNikita Popov2020-06-241-45/+2
* Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-8/+4
* Generate method entries from stubs for Zend classesMáté Kocsis2020-04-261-18/+2
* Implement WeakMapNikita Popov2020-01-031-25/+507
* Add missing ZPP checksMáté Kocsis2019-11-011-3/+2
* Add stubs for WeakReferenceNikita Popov2019-10-311-10/+4
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Merge branch 'PHP-7.4'Dmitry Stogov2019-05-311-5/+5
|\
| * Better hot/cold code splittingDmitry Stogov2019-05-311-5/+5
* | Fix weakref object handlers for masterNikita Popov2019-03-141-5/+5
|/
* zend_weakrefsJoe Watkins2019-03-121-0/+213