summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Add get_mangled_object_vars() functionNikita Popov2019-06-111-0/+31
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-2/+3
* Allow exceptions in __toString()Nikita Popov2019-06-051-0/+4
* Avoid double copyingDmitry Stogov2019-05-281-10/+15
* Accept flags argument in zend_lookup_class_ex()Nikita Popov2019-05-271-2/+2
* Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-1/+1
* Deduplicate code in zend_builtin_functions.crjhdby2019-03-221-149/+74
* Fixed bug #77631Tyson Andre2019-02-191-1/+2
* Remove bogus ctor checks in get_class_methods() + reflectionNikita Popov2019-02-141-18/+8
* Fixed bug #77613 (method visibility change) (reverted ZEND_ACC_CTOR and ZEND_...Dmitry Stogov2019-02-141-1/+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-83/+69
* 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-7/+7
* Immutable clases and op_arrays.Dmitry Stogov2018-10-171-1/+1
* Classify object handlers are required/optionalNikita Popov2018-10-161-2/+1
* Merge branch 'PHP-7.3'Nikita Popov2018-10-061-2/+2
|\
| * Fix bug #76979: define() error message does not mention resources as valid va...Michael Moravec2018-10-061-2/+2
* | Clarify that the get_properties handler is requiredNikita Popov2018-10-041-5/+0
* | Merge branch 'PHP-7.3'Nikita Popov2018-09-191-7/+4
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-191-7/+4
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-191-7/+4
| | |\
| | | * Fixed bug #76901Nikita Popov2018-09-191-7/+4
* | | | Class constants and default property values can't be IS_REFERENCE anymore.Dmitry Stogov2018-09-181-1/+0
* | | | Squashed commit of the following:Dmitry Stogov2018-09-111-7/+6
* | | | Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-1/+1
* | | | Use zend_class_entry/zend_function type names instead of _zend_class_entry/_z...Dmitry Stogov2018-08-221-1/+1
|/ / /
* | | Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-261-5/+5
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | Deprecate case-insensitive constantsNikita Popov2018-07-161-2/+7
* | | Fix #33502: Some nullary functions don't check the number of argumentsChristoph M. Becker2018-07-121-2/+38
* | | Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-2/+1
* | | Fixed bug #76509Nikita Popov2018-06-251-0/+1
* | | Added num_roots to gc_statusXinchen Hui2018-06-131-0/+2
* | | Removed "gc_" prefix.Dmitry Stogov2018-06-131-2/+2
* | | Allow access to some garbage collection internals (Benjamin Eberlei)Dmitry Stogov2018-06-131-0/+18
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-3/+3
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-18/+18
* | | Optimize zend_hash_real_init()Dmitry Stogov2018-03-231-3/+3
* | | Completely hide GC implementation details into zend_gc.cDmitry Stogov2018-02-271-1/+1
* | | Use bool instead of boolean in protoGabriel Caruso2018-02-041-1/+1
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-01-111-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-01-111-1/+1
| |\ \ | | |/
| | * Fixed bug #75799 (arg of get_defined_functions is optional)Gabriel Caruso2018-01-111-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-09-121-1/+5
| |\ \ | | |/
| | * Fixed arginfo for get_defined_functionsXinchen Hui2017-09-121-1/+5
* | | Trailing whitespacesGabriel Caruso2018-01-031-3/+3