summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Update PDO parameters for named arguments.Larry Garfield2020-09-281-1/+1
* Allow attributes to be applied to property/constant groupsNikita Popov2020-09-273-21/+54
* Make constexpr compilation robust against multiple compilationNikita Popov2020-09-274-51/+46
* Honor strict_types=1 for attributes, improve backtracesNikita Popov2020-09-277-26/+168
* Pass zend_execute_data instead of zend_function to fcall initSammy Kaye Powers2020-09-252-4/+5
* Skip unnecessary unknown() framesNikita Popov2020-09-241-18/+25
* Use C zpp for get_class_vars()Nikita Popov2020-09-224-18/+20
* Promote count() warning to TypeErrorGeorge Peter Banyard2020-09-213-44/+28
* Throw warning for failed object to int/float conversionNikita Popov2020-09-217-8/+8
* Convert exception instanceof checks to assertionsNikita Popov2020-09-211-11/+8
* Make constant redeclaration a warningNikita Popov2020-09-218-9/+9
* Check linker compatibility directly from HMODULEChristoph M. Becker2020-09-211-0/+7
* Synchronize GET_CLASS/GET_CALLED_CLASS opcodes with functionsNikita Popov2020-09-215-41/+40
* Assert on unknown list entry typeNikita Popov2020-09-211-12/+8
* Remove unnecessary checkNikita Popov2020-09-211-13/+1
* Use proper parameter type in Closure::bindTo() signatureNikita Popov2020-09-214-42/+47
* Improve default value handling of Exception constructorsMáté Kocsis2020-09-214-14/+80
* Fix detection of code outside namespaceNikita Popov2020-09-214-29/+36
* Use assertion for null-termination stringNikita Popov2020-09-211-4/+1
* Initialize attributes for internal functionsNikita Popov2020-09-212-0/+33
* Add support for `@implementation-alias` in stubsMáté Kocsis2020-09-212-12/+12
* Separate Closure::bind() implementationsMáté Kocsis2020-09-193-17/+30
* Add system ID entropy APISammy Kaye Powers2020-09-186-6/+130
* Run tidyNikita Popov2020-09-1843-171/+171
* Cleanup observer API and add JIT supportDmitry Stogov2020-09-188-151/+144
* Remove support for EXT_NOPNikita Popov2020-09-182-7/+1
* Remove specialization of SPEC(OBSERVER) handlersSammy Kaye Powers2020-09-184-1288/+190
* Fixed bug #80109Nikita Popov2020-09-171-2/+3
* Fix OSS Fuzz issue: yielding from an aborted generatorBob Weinand2020-09-153-24/+55
* Fix uninitialized run-time cache when resolving named param defaultsNikita Popov2020-09-152-0/+21
* Fix undef var exception handling in JMP_NULLNikita Popov2020-09-153-6/+21
* Merge branch 'PHP-7.4'Nikita Popov2020-09-152-2/+18
|\
| * Fix assumption about property guard hash valueNikita Popov2020-09-152-2/+18
* | Fix compile-time/run-time discrepancies with unary operatorsNikita Popov2020-09-153-22/+65
* | Promote a few remaining errors in ext/standardMáté Kocsis2020-09-151-1/+1
* | Add GC_TRY_ADDREF macroNikita Popov2020-09-154-16/+16
* | micro-optimizationDmitry Stogov2020-09-151-11/+13
* | Renumber ZEND_ACC_... constantsDmitry Stogov2020-09-151-25/+25
* | Fix use-after-free with yield from in yield_from_multi_tree_single_nodes.phptBob Weinand2020-09-141-0/+2
* | Fix crashes with unproper cleaning of repeated yield fromBob Weinand2020-09-143-11/+438
* | Rename zend_error_notify APIs to zend_observer_error*Benjamin Eberlei2020-09-145-43/+28
* | Update array parameter names for named parametersLarry Garfield2020-09-142-3/+3
* | Fixed bug #80096Nikita Popov2020-09-142-15/+30
* | Convert Division by 0 warnings to Error per the Engine Warning RFCGeorge Peter Banyard2020-09-144-33/+32
* | Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-142-8/+101
* | Add Z_PARAM_OBJ_OF_CLASS ZPP macroMáté Kocsis2020-09-141-0/+37
* | Unmark tests as XFAIL on WindowsChristoph M. Becker2020-09-143-18/+0
* | Mark tests as XFAIL on WindowsChristoph M. Becker2020-09-133-0/+18
* | Fix prototype of get_active_function_or_method_name()Máté Kocsis2020-09-121-1/+1
* | Make argument type error message consistent for variadicsNikita Popov2020-09-115-21/+14