summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Prepare for PHP 8.1Gabriel Caruso2020-08-041-1/+1
* Update API version numbersGabriel Caruso2020-08-042-2/+2
* Merge branch 'levim/assert-throw'Levi Morrison2020-08-035-0/+11
|\
| * Default assert.exception to 1Levi Morrison2020-08-025-0/+11
* | Promote "undefined array key" notice to warningNikita Popov2020-08-0325-57/+57
* | Fix bug #79925Nikita Popov2020-08-032-4/+34
* | Enforce __set_state() parameter typeNikita Popov2020-08-032-0/+13
* | Fix handling of nullsafe method in empty()Nikita Popov2020-08-032-1/+23
* | Drop the unneeded pointer castingtangl1632020-08-031-2/+2
|/
* Ensure correct signatures for magic methodsGabriel Caruso2020-08-0228-3/+426
* Implement named parametersNikita Popov2020-07-3153-2393/+5719
* Make check in RECV_VARIADIC more preciseNikita Popov2020-07-313-18/+17
* Merge branch 'PHP-7.4'Christoph M. Becker2020-07-311-0/+14
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-312-3/+15
| |\
| | * Fix #79919: Stack use-after-scope in define()Christoph M. Becker2020-07-312-3/+15
* | | Add a few missing parameter types in stubsMáté Kocsis2020-07-307-16/+18
* | | Fixed bug #79897: Promoted constructor params with attribs cause crashDeus Kane2020-07-302-1/+40
* | | Fix leak with nullsafe operator with constant LHSNikita Popov2020-07-292-3/+6
* | | Fix bug #79900Nikita Popov2020-07-292-1/+14
* | | Fix STR_OR_OBJ_OF_TYPE stringable handlingNikita Popov2020-07-292-15/+15
* | | Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-2938-461/+1186
* | | Permit trailing whitespace in numeric stringsAndrea Faulds2020-07-293-7/+73
* | | Fix typo in testNikita Popov2020-07-281-1/+1
* | | Implement Shorter Attribute SyntaxTheodore Brown2020-07-2830-111/+116
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-281-2/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-281-2/+19
| |\ \ | | |/
| | * Fix #79806: realpath() erroneously resolves link to linkChristoph M. Becker2020-07-281-2/+19
* | | Fix use-after-free when nullsafe used with constant LHSNikita Popov2020-07-282-0/+11
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-271-12/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-271-12/+2
| |\ \ | | |/
| | * Revert "Fix #79806: realpath() erroneously resolves link to link"Christoph M. Becker2020-07-271-12/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-271-2/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-271-2/+12
| |\ \ | | |/
| | * Fix #79806: realpath() erroneously resolves link to linkChristoph M. Becker2020-07-271-2/+12
| | * 7.3 is now 7.3.22-devChristoph M. Becker2020-07-211-1/+1
* | | JIT internal functions with return type in debug modeNikita Popov2020-07-271-0/+2
* | | Fix null pointer deref in compile_return()Nikita Popov2020-07-272-4/+18
* | | Add AST export support for nullsafe operatorNikita Popov2020-07-272-2/+8
* | | Another pass of improving ext/date argument namesDerick Rethans2020-07-263-3/+6
* | | [RFC] Make string length for getTraceAsString() configurableTyson Andre2020-07-255-2/+78
* | | Cleanup argument handling in ext/reflectionMáté Kocsis2020-07-242-3/+3
* | | Support class+mask union for internal argumentNikita Popov2020-07-241-0/+2
* | | More consistent parameter names for date/time functionsDerick Rethans2020-07-243-5/+7
* | | Fix bug #79108Nikita Popov2020-07-243-19/+36
* | | Add the Z_PARAM_PATH_OR_NULL() and Z_PARAM_ZVAL_OR_NULL() macrosMáté Kocsis2020-07-241-0/+6
* | | Make nested ternary without parentheses a compile errorNikita Popov2020-07-245-18/+40
* | | Implement nullsafe ?-> operatorIlija Tovilo2020-07-2440-517/+1594
* | | Fix buildChristoph M. Becker2020-07-221-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-221-0/+5
|\ \ \ | |/ /
| * | Fix minor memory leak of CG(script_encoding_list)Christoph M. Becker2020-07-221-0/+5