summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Future-proof email addressesZeev Suraski2018-11-011-2/+2
* Fix bug #76979: define() error message does not mention resources as valid va...Michael Moravec2018-10-061-2/+2
* 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
* | | 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
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Use cheaper functionsDmitry Stogov2017-12-041-4/+4
* | | RC manipulation cleanup 2Xinchen Hui2017-11-021-2/+2
* | | RC manipulation cleanupXinchen Hui2017-11-011-3/+4
* | | Remove some unnecessary duplicationsNikita Popov2017-10-301-8/+3
* | | Prevent reference-counting on persistent zvals (internal constants, default p...Dmitry Stogov2017-10-301-8/+4
* | | Extend zend_register_class_alias_ex() with additional argument to allow creat...Dmitry Stogov2017-10-271-1/+1
* | | Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-2/+6
* | | Always use IS_CONSTANT_AST (IS_CONSTANT is removed).Dmitry Stogov2017-10-101-1/+1
* | | Refactored recursion pretectionDmitry Stogov2017-10-061-4/+4
* | | Narrow typeinfos down for zend_parse_paramenters_noneXinchen Hui2017-09-121-1/+5
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-09-071-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-09-071-1/+1
| |\
| | * Fix typo in zend_symtable_add_new() API nameSara Golemon2017-09-071-1/+1
* | | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | | Only compute callback name in error casesNikita Popov2017-06-251-6/+4
* | | Merge branch 'PHP-7.1'Nikita Popov2017-06-251-15/+14
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-251-15/+14
| |\ \ | | |/
| | * Don't leave holes in func_get_args() and backtracesNikita Popov2017-06-251-15/+14
* | | Updated some str functions to new parameter APIRichard Fussenegger2017-06-071-12/+18
* | | Avoid useless string duplicationDmitry Stogov2017-05-231-1/+1
* | | zend-test extension to house code that is required for testing internal APIs,...Nikita Popov2017-03-121-196/+3
* | | Interned strings unification for TS/NTSAnatol Belski2017-03-041-26/+26