summaryrefslogtreecommitdiff
path: root/Zend/zend_objects_API.c
Commit message (Expand)AuthorAgeFilesLines
* Destroy constant values before object storeNikita Popov2021-03-181-4/+1
* Implement enumsIlija Tovilo2021-03-171-1/+4
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Remove delref in free_object_storageNikita Popov2019-08-281-3/+2
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-181-2/+3
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-181-2/+3
| |\
| | * Don't disable object slot reuse while running shutdown functionstwosee2019-03-181-2/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-011-2/+7
|\ \ \ | |/ /
| * | Check for NULL GC type in objects_store_delNikita Popov2019-03-011-4/+9
| * | Future-proof email addressesZeev Suraski2018-11-011-3/+3
* | | Remove local variablesPeter Kokot2019-02-031-10/+0
* | | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | | micro-optimizationDmitry Stogov2018-11-151-5/+4
* | | Split zend_objects_store_put() into hot/cold partsDmitry Stogov2018-11-151-6/+15
* | | Reorder conditions and set expectation.Dmitry Stogov2018-11-061-2/+2
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-3/+3
* | | Classify object handlers are required/optionalNikita Popov2018-10-161-17/+11
|/ /
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-281-2/+4
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-281-2/+4
| |\
| | * Fixed bug #76846Nikita Popov2018-09-281-2/+4
| | * year++Xinchen Hui2018-01-021-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | Fixed bug #76427 (Segfault in zend_objects_store_put)Xinchen Hui2018-06-111-4/+0
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-5/+0
* | | Keep initialized object_handlers structures in read-only memory.Dmitry Stogov2018-03-141-1/+1
* | | Use macros to update specific parts of GC_TYPE_INFO() (direct assignments to ...Dmitry Stogov2018-02-281-6/+6
* | | Use OBJ_FLAGS() macro to access object flags (even if they are currently stor...Dmitry Stogov2018-01-221-11/+11
* | | Replace checks with assertsDmitry Stogov2018-01-161-33/+30
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Use fastcall calling convention for objects and resources APIDmitry Stogov2017-12-141-8/+8
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-11/+11
|/ /
* | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | Cleanup. Removed unused functions and unimplemented prototype. Avoid useless ...Dmitry Stogov2017-06-271-27/+11
* | shutdown_executor() refactoring (reuse opcache fast request shutdown code)Dmitry Stogov2017-06-221-13/+30
* | Don't use zend_try around dtor_obj() and free_obj()Nikita Popov2017-05-041-18/+4
* | Added EG(flags) - executor global flagsJim Zubov2017-02-091-5/+4
* | newly added zend_object_store.no_reuse is redefined as a global zend_object_s...Jim Zubov2017-02-071-3/+5
* | Bug Fix:Jim Zubov2017-02-061-1/+3
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Turn function into inlineDmitry Stogov2016-11-211-6/+0
|/
* Fixed Bug #71859 (zend_objects_store_call_destructors operates on realloced m...Xinchen Hui2016-03-201-8/+4
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
* Always report object leaksNikita Popov2015-07-031-16/+1
* Micro optimizationsDmitry Stogov2015-04-281-26/+39
* Partially enable leak reports for objectsNikita Popov2015-04-181-3/+5
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-3/+3