summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-041-12/+3
|\
| * Fix #79668: get_defined_functions(true) may miss functionsChristoph M. Becker2020-06-041-10/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-02-251-5/+5
|\ \ | |/
| * Fix #63206: Fully support error/exception_handler stacking, even with null or...Mark Plomer2020-02-251-5/+5
| * Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | Similar problem (#79022) also exists in InterfacesXinchen Hui2019-12-241-2/+2
* | Fixed bug #79022 (class_exists returns True for classes that are not ready to...Xinchen Hui2019-12-241-1/+1
* | Fixed bug #78632Nikita Popov2019-10-041-1/+5
* | Report false for inherited private methods in method_exists()Nikita Popov2019-09-031-9/+11
* | Don't skip uninitialized typed props in get_class_vars()Nikita Popov2019-07-241-3/+8
* | 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