summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.h
Commit message (Expand)AuthorAgeFilesLines
* Optimized object conversion to array without rebulding properties HashTableDmitry Stogov2021-03-011-0/+2
* Merge branch 'PHP-8.0'Nikita Popov2021-02-161-0/+4
|\
| * Fixed bug #80723Nikita Popov2021-02-161-0/+4
* | Document .dtor_obj and .free_objLevi Morrison2021-02-011-2/+22
* | Delete an outdated comment for read_property and read_dimension. [ci skip]sj-i2021-01-191-4/+0
* | Replace zend_bool uses with boolNikita Popov2021-01-151-4/+4
* | Fix #51758: delete an outdated comment from zend_object_handler.h [ci skip]sj-i2021-01-141-5/+1
|/
* Promote warnings to exceptions in ext/simplexmlMáté Kocsis2020-08-251-1/+7
* Make cast_object handler requiredNikita Popov2020-03-311-1/+1
* Remove support for array_key_exists() with objectsNikita Popov2019-11-041-2/+0
* Comparison cleanup:Dmitry Stogov2019-10-071-3/+11
* Add check_only parameter to get_closure handlerChristoph M. Becker2019-09-241-2/+2
* Remove get() object handlerNikita Popov2019-05-291-6/+0
* Remove set() object handlerNikita Popov2019-05-291-5/+0
* Merge branch 'PHP-7.4'Peter Kokot2019-02-181-1/+1
|\
| * Fix typos in code comments in Zend/ [skip ci]Tyson Andre2019-02-181-1/+1
* | Remove ZEND_OVERLOADED_FUNCTION and corresponding call_method object handlerDmitry Stogov2019-02-071-2/+0
* | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-34/+34
|/
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Implement typed propertiesNikita Popov2019-01-111-3/+5
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
* Fix accessibility checks for dynamic propertiesNikita Popov2018-10-221-1/+1
* Immutable clases and op_arrays.Dmitry Stogov2018-10-171-0/+1
* Classify object handlers are required/optionalNikita Popov2018-10-161-30/+29
* Restore array_key_exists() compatibility for ArrayObjectNikita Popov2018-10-111-0/+2
* Introduce get_properties_for() handlerNikita Popov2018-10-101-0/+35
* Clarify that the get_properties handler is requiredNikita Popov2018-10-041-1/+1
* Remove zend_check_private()Dmitry Stogov2018-09-131-2/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Better name: ZEND_PROPERTY_HAS => ZEND_PROPERTY_NOT_EMPTYDmitry Stogov2018-07-241-3/+3
* Give a meaningful nameXinchen Hui2018-07-241-0/+4
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-6/+22
* Keep initialized object_handlers structures in read-only memory.Dmitry Stogov2018-03-141-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Remove unnecessary readobj==writeobj checksNikita Popov2017-12-251-1/+2
* Fixed signed/unsigned comparisonsDmitry Stogov2017-10-251-3/+3
* Made run_time_cache to keep "offset" to dynamic properties Buckets (instead o...Dmitry Stogov2017-10-241-7/+7
* Use run-time cache to keep position of dynamic properties in HashTable to acc...Dmitry Stogov2017-10-231-3/+10
* Property access micro-optimization. (ZEND_WRONG_PROPERTY_OFFSET and ZEND_DYNA...Dmitry Stogov2017-09-181-2/+3
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-011-1/+1
|\
| * yet one C++ compat fixAnatol Belski2017-07-011-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | This function needs to be exported for extensions that implement complex zend...Joe Watkins2016-04-301-0/+2
* | Fixed "comparison between signed and unsigned integer expressions" compilatio...Dmitry Stogov2016-04-291-2/+2
|/
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Mark error and exception functions as "cold" (Matt's idea)Dmitry Stogov2015-08-191-1/+1
* Squashed commit of the following:Dmitry Stogov2015-04-101-2/+10