summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #70323 (Regression in zend_fetch_debug_backtrace() can cause segfau...Xinchen Hui2015-11-091-9/+11
* Fixed bug #70555 (fun_get_arg() on unsetted vars return UNKNOW)Xinchen Hui2015-09-231-7/+17
* Fixed #70547 similar bug in func_get_argsXinchen Hui2015-09-221-8/+16
* Fixed bug #70547 (unsetting function variables corrupts backtrace)Xinchen Hui2015-09-221-4/+12
* We should keep one refcount to resourceXinchen Hui2015-09-021-2/+3
* Fixed bug #70398 (SIGSEGV, Segmentation fault zend_ast_destroy_ex)Xinchen Hui2015-09-021-2/+9
* Don't copy zend_strings during exception creationNikita Popov2015-08-141-20/+20
* Remove useless insertXinchen Hui2015-08-141-1/+0
* Fixed bug #70098 (Real memory usage doesn't decrease)Dmitry Stogov2015-08-041-0/+11
* Use hash_str directlyXinchen Hui2015-07-021-3/+4
* debug_print_backtrace has a 2nd optional argRasmus Lerdorf2015-06-301-0/+1
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-44/+44
* 3rd arg to define() is optionalRasmus Lerdorf2015-06-231-1/+1
* Fix more minor mistakes in the proto commentsRasmus Lerdorf2015-06-231-1/+1
* Fix incorrect protosRasmus Lerdorf2015-06-231-11/+11
* Revert "Fix arginfo for built-in engine functions"Dmitry Stogov2015-06-221-211/+70
* Revert "Fix set_error_handler() arginfo"Dmitry Stogov2015-06-221-5/+5
* Revert "And actually use this new arginfo data"Dmitry Stogov2015-06-221-19/+22
* Revert "Fix each() arginfo"Dmitry Stogov2015-06-221-3/+3
* Revert "Fix genarginfo to respect by-ref passing"Dmitry Stogov2015-06-221-2/+2
* Revert "Several return type fixes, still not completed... Incomplete prototyp...Dmitry Stogov2015-06-221-8/+8
* Several return type fixes, still not completed... Incomplete prototypes :-/Bob Weinand2015-06-221-8/+8
* Fix genarginfo to respect by-ref passingBob Weinand2015-06-221-2/+2
* Fix each() arginfoBob Weinand2015-06-221-3/+3
* And actually use this new arginfo dataRasmus Lerdorf2015-06-221-22/+19
* Fix set_error_handler() arginfoRasmus Lerdorf2015-06-211-5/+5
* Fix arginfo for built-in engine functionsRasmus Lerdorf2015-06-211-70/+211
* Use COW to prevent unnecessary duplication of dynamic propertyes of stdClass ...Dmitry Stogov2015-06-171-0/+6
* Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-121-1/+2
* Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-5/+5
* Fixed zend_update_class_constants() to always resolve all constants.Dmitry Stogov2015-05-211-2/+4
* Don't propogate "fake" EX(called_scope) and EX(This) into each internal funct...Dmitry Stogov2015-04-231-14/+5
* Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-srcBob Weinand2015-04-141-0/+5
|\
| * Added yield from operatorBob Weinand2015-03-071-0/+5
* | Squashed commit of the following:Dmitry Stogov2015-04-101-6/+3
* | Use new macrosXinchen Hui2015-04-081-2/+2
* | Recalssify some E_ERROR into E_CORE_ERRORDmitry Stogov2015-04-021-1/+1
* | Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-2/+6
* | Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-1/+1
* | Added missing zend_parse_parameters_none() to restore_error_handler() and res...Kalle Sommer Nielsen2015-03-301-0/+8
* | Minor cosmetics for our test functions in the debug buildKalle Sommer Nielsen2015-03-261-3/+11
* | Change the error message for colliding class/interface/trait names to be a li...Kalle Sommer Nielsen2015-03-261-1/+1
* | Change "Cannot redeclare class X" into "Cannot redeclare class/interface/trai...Kalle Sommer Nielsen2015-03-251-1/+1
* | Use specialized macro for string zval creationDmitry Stogov2015-03-121-6/+6
* | Added specialized versions of DO_FCALL handler:Dmitry Stogov2015-02-251-0/+6
* | don't count op_arrays stored in opcache SHMDmitry Stogov2015-02-201-2/+4
|/
* Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-4/+2
* Cleanup checks in zend_builtin_functions.cNikita Popov2015-02-121-6/+5
* Made ZEND_ACC_TRAIT a saner valueGuilherme Blanco2015-02-121-2/+5
* Add test function argumentsReeze Xia2015-02-051-1/+18