summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Avoid ubsan warning with dummy cache slot addrNikita Popov2020-08-281-1/+4
* Fix unused variable warningNikita Popov2020-08-282-12/+6
* Remove unnecessary cache_slot argumentsNikita Popov2020-08-284-34/+26
* Rehash function table after disabling functionsNikita Popov2020-08-282-3/+37
* Don't mark variadic functions as ZEND_FASTCALLNikita Popov2020-08-282-6/+6
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-2868-842/+829
* Fix tracked_reallocNikita Popov2020-08-281-9/+21
* Promote incomplete class to modification to ErrorNikita Popov2020-08-281-6/+18
* Export and reuse zend_is_valid_class_name APINikita Popov2020-08-282-1/+2
* Fix leak in typed reference assignmentNikita Popov2020-08-272-0/+23
* Allow removing non-existing key from WeakMapNikita Popov2020-08-272-0/+8
* Fix use-after-free is WeakMap key and value are the sameNikita Popov2020-08-272-3/+28
* Enforce memory limit in tracked allocation modeNikita Popov2020-08-271-16/+43
* Merge branch 'PHP-7.4'Nikita Popov2020-08-262-0/+27
|\
| * Property handle read_property exception in fetch_property_addressNikita Popov2020-08-262-0/+27
* | Lowercase method name in zend_call_method()Nikita Popov2020-08-261-1/+1
* | Fix pass by ref error for named paramsNikita Popov2020-08-263-23/+30
* | Drop various unused macros/APIsGeorge Peter Banyard2020-08-2611-30/+19
* | Fix memory leak on unknown named param in iterator unpackNikita Popov2020-08-263-0/+9
* | Fix passing of undef var to named argNikita Popov2020-08-263-7/+17
* | Fix memory leak on unknown named paramNikita Popov2020-08-263-0/+46
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-263-0/+22
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-263-0/+23
| |\
| | * Fix memory leak when yielding from non-iterableNikita Popov2020-08-263-0/+23
* | | Fix over-eager named params optimizationNikita Popov2020-08-262-1/+8
* | | Infer information about packed/hash arrays and use it for JITDmitry Stogov2020-08-251-4/+11
* | | Promote warnings to exceptions in ext/simplexmlMáté Kocsis2020-08-251-1/+7
* | | Remove useless same_zval functiontwosee2020-08-251-31/+2
* | | Fix refcounting for the named params case as wellNikita Popov2020-08-242-4/+10
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-243-0/+5
|\ \ \ | |/ /
| * | Fix refcountingNikita Popov2020-08-243-0/+5
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-244-8/+61
|\ \ \ | |/ /
| * | Fix #79979: passing value to by-ref param via CUFA crashesChristoph M. Becker2020-08-244-6/+53
* | | Check variadic parameter for type and duplicate nameNikita Popov2020-08-241-6/+10
* | | Fixed use-after-free introduced by aed1f785159e7c9e81da8f2e2e06df9a6ee0d809Dmitry Stogov2020-08-242-39/+91
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-211-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-211-1/+1
| |\ \ | | |/
| | * Fix wrong datatypeManuel Mausz2020-08-211-1/+1
| | * 7.3.23 is nextChristoph M. Becker2020-08-181-1/+1
* | | micro-optimizationDmitry Stogov2020-08-202-173/+286
* | | Fix bug #78770Nikita Popov2020-08-145-37/+62
* | | Fix test after PDOStatement::fetchObject() changeNikita Popov2020-08-131-3/+7
* | | Use Z_PARAM_CLASS in PDOStatement::fetchObject()Nikita Popov2020-08-131-0/+3
* | | Rename standard array function parameters to $arrayTyson Andre2020-08-114-7/+7
* | | Fix ?-> in encaps vars without bracesIlija Tovilo2020-08-113-21/+79
* | | Fixed bug #79927Nikita Popov2020-08-112-3/+34
* | | Fix nullsafe operator on $thisNikita Popov2020-08-112-8/+37
* | | SAVE_OPLINE in NULL_HANDLERNikita Popov2020-08-112-0/+2
* | | Fix nullsafe operator on referenceNikita Popov2020-08-113-0/+27
* | | Fixed bug #62294Nikita Popov2020-08-101-1/+0