summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed arginfo for get_defined_functionsXinchen Hui2017-09-121-1/+5
* 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
* | 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
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-021-2/+14
|\ \ | |/
| * BUG #73998: Numeric properties are not accessible from get_object_varsMitch Hagstrand2017-02-021-2/+14
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-261-8/+0
|\ \ | |/
| * Fixed #73973 - debug_zval_dump() assertion error for resource consts with --e...andrewnester2017-01-261-8/+0
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-231-1/+2
|\ \ | |/
| * move decl to correct placeJoe Watkins2017-01-231-1/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-221-6/+11
|\ \ | |/
| * Fixed #73969 - Fixed segmentation fault when debug_print_backtrace calledandrewnester2017-01-221-6/+11
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-041-3/+13
|\ \ | |/
| * Merge branch 'pull-request/1312' into PHP-7.0Joe Watkins2017-01-041-3/+13
| |\
| | * Added "exclude_disabled" argument to "get_defined_functions".Willian Gustavo Veiga2015-06-021-3/+5
| | * Fix bug #31875 - get_defined_functions() should not list disabled functions.Willian Gustavo Veiga2015-05-301-1/+9
* | | On PHP-7.1 and above we have to check CALL_INFO instead of symbol_table.Dmitry Stogov2016-09-261-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-09-261-3/+27
|\ \ \ | |/ /
| * | Fixed bug #73156 (segfault on undefined function)Dmitry Stogov2016-09-261-3/+27
| * | Fix bug #69579John Boehr2016-09-221-0/+23
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-221-0/+16
|\ \ \
| * | | Fix bug #69579John Boehr2016-09-221-0/+23
| |/ /
* | | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-66/+1
|\ \ \ | |/ /
| * | Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-66/+1
| * | Fixed use after freeDmitry Stogov2016-08-161-1/+0
* | | Fixed compilation warningsDmitry Stogov2016-06-281-1/+1
* | | Merge branch 'PHP-7.0'Dmitry Stogov2016-06-221-3/+11
|\ \ \ | |/ /
| * | Allow "proxy" ovjects to substitute their class names through get_class_name(...Dmitry Stogov2016-06-221-3/+13
* | | Forbid dynamic calls to scope introspection functionsNikita Popov2016-05-241-4/+20
* | | Intern some known (and offten used) strings.Dmitry Stogov2016-05-121-33/+42
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-061-5/+10
|\ \ \ | |/ /
| * | Revert "Fix bug #72162 (again)"Xinchen Hui2016-05-061-5/+10
* | | Merge branch 'PHP-7.0'Nikita Popov2016-05-051-10/+5
|\ \ \ | |/ /
| * | Fix bug #72162 (again)Nikita Popov2016-05-051-10/+5
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-051-2/+3
|\ \ \ | |/ /
| * | Fixed bug #72162 (use-after-free - error_reporting)Xinchen Hui2016-05-051-2/+3
* | | Fixed compilation warningsDmitry Stogov2016-04-291-3/+3
* | | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-18/+26
* | | Merge zend_execute_data->called_scope into zend_execute_data->This.Dmitry Stogov2016-04-011-2/+2
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-03-211-1/+1
|\ \ \ | |/ /
| * | Fix bug #71835 (json_encode sometimes incorrectly detects recursion with Json...Jakub Zelenka2016-03-201-1/+1
* | | Return meaningful valueXinchen Hui2016-01-221-0/+1
* | | Empty lineXinchen Hui2016-01-211-0/+1
* | | Cover overloaded functionsXinchen Hui2016-01-211-2/+51
* | | Let's add a class entry for testingXinchen Hui2016-01-211-0/+14
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-01-131-2/+6
|\ \ \ | |/ /
| * | Fixed bug #71336 (Wrong is_ref on properties as exposed via get_object_vars())Xinchen Hui2016-01-131-2/+6