summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* Don't imply SILENT from NO_AUTOLOADNikita Popov2021-03-181-8/+4
* Destroy constant values before object storeNikita Popov2021-03-181-15/+29
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-1/+1
* Reference dynamic functions through dynamic_defsNikita Popov2021-03-011-0/+1
* Fix static variable behavior with inheritanceNikita Popov2021-02-181-4/+4
* Added Inheritance Cache.Dmitry Stogov2021-02-091-1/+15
* Replace zend_bool uses with boolNikita Popov2021-01-151-7/+7
* Merge branch 'PHP-8.0'Nikita Popov2020-12-151-2/+2
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-151-2/+2
| |\
| | * IBM i PASE doesn't support ITIMER_PROFCalvin Buckley2020-12-151-2/+2
* | | Merge branch 'PHP-8.0'Nikita Popov2020-10-301-1/+1
|\ \ \ | |/ /
| * | FIxed bug #80299Nikita Popov2020-10-301-1/+1
| * | Revert "Change calling convention of zval_update_constant[_ex]() to fastcall."Nikita Popov2020-10-091-2/+2
|/ /
* | Change calling convention of zval_update_constant[_ex]() to fastcall.Dmitry Stogov2020-10-081-2/+2
* | Cleanup observer API and add JIT supportDmitry Stogov2020-09-181-3/+1
* | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-0/+21
* | Accept zend_string instead of zval in zend_compile_stringNikita Popov2020-09-071-9/+6
* | Add zend_observer APILevi Morrison2020-09-011-0/+4
* | Correctly report failure in zend_handle_undef_args()Nikita Popov2020-08-311-11/+11
* | Fix trampoline leak in array_mapNikita Popov2020-08-311-0/+3
* | Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-18/+18
* | Export and reuse zend_is_valid_class_name APINikita Popov2020-08-281-1/+1
* | Fix refcounting for the named params case as wellNikita Popov2020-08-241-0/+1
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-241-0/+1
|\ \ | |/
| * Fix refcountingNikita Popov2020-08-241-0/+1
* | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-241-4/+16
|\ \ | |/
| * Fix #79979: passing value to by-ref param via CUFA crashesChristoph M. Becker2020-08-241-2/+8
* | Implement named parametersNikita Popov2020-07-311-4/+78
* | Fix bug #79900Nikita Popov2020-07-291-1/+1
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-10/+10
* | Remove no_separation flagNikita Popov2020-07-071-7/+2
* | Correctly determine arg name of USER_ARG_INFO functionsNikita Popov2020-07-061-7/+4
* | Reuse warning functionNikita Popov2020-07-061-12/+1
* | Make exit() unwind properlyNikita Popov2020-06-291-2/+1
* | More efficient check for valid class nameNikita Popov2020-06-101-1/+23
* | Cleanup SPL autoload implementationNikita Popov2020-06-101-35/+10
* | Back up fake_scope in zend_call_functionNikita Popov2020-06-091-4/+4
* | Add zend_call_known_function() API familyNikita Popov2020-06-091-0/+45
* | Keep trace number in EG(jit_trace_num) instead of EG(reserved)[zend_func_info...Dmitry Stogov2020-05-251-0/+2
* | Merge branch 'PHP-7.4'Nikita Popov2020-05-201-2/+1
|\ \ | |/
| * Don't require rc=1 for function static variablesNikita Popov2020-05-201-2/+3
* | Improve error message for deprecated methodsMáté Kocsis2020-05-141-4/+2
* | Honor script time limit when calling shutdown functionsAlex Dowad2020-05-131-0/+11
* | zend_timeout is not a signal handler functionAlex Dowad2020-05-121-1/+1
* | Don't reset SIGG(running) when calling zend_on_timeoutNikita Popov2020-05-111-13/+4
* | Add zend_array_release() functionNikita Popov2020-05-061-3/+1
* | Add helper APIs for get_gc implementationsNikita Popov2020-04-271-0/+2
* | Fix [-Werror=missing-braces] compiler warningGeorge Peter Banyard2020-04-131-1/+1
* | Change argument error message formatMáté Kocsis2020-02-261-1/+1
* | Make type error messages more consistentMáté Kocsis2020-02-171-2/+40