summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix static prop cleanup for dl'ed internal classesNikita Popov2019-10-212-14/+36
* Fix leak with cycle in static prop of internal classNikita Popov2019-10-212-5/+12
* Integrate property types with variance systemNikita Popov2019-10-171-68/+124
* Fix handling of overflowing invalid octal in tokenizerNikita Popov2019-10-142-8/+15
* Return error_zval form get_property_ptr_ptr on exceptionNikita Popov2019-10-104-12/+7
* Explicitly check for exceptions in by-ref obj prop assignNikita Popov2019-10-101-1/+1
* Fix leak when property AST evaluation failsNikita Popov2019-10-102-6/+8
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-103-0/+28
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-103-0/+28
| |\
| | * Fix leak on static method call on non-existent classNikita Popov2019-10-103-0/+28
* | | Report error if stream_read is not implementedNikita Popov2019-10-101-0/+1
* | | Fix leak on "Cannot assign by reference to overloaded object" errorNikita Popov2019-10-102-6/+12
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-092-1/+15
|\ \ \ | |/ /
| * | Fixed bug #78658Nikita Popov2019-10-092-1/+15
| * | 7.3.12 is nextChristoph M. Becker2019-10-081-1/+1
* | | Don't check type of simple parameter default valuesNikita Popov2019-10-083-18/+25
* | | Handle "non well formed" exception during ZPPNikita Popov2019-10-087-10/+46
* | | Fixed bug #78648Nikita Popov2019-10-082-2/+18
* | | Fixed bug #78644Nikita Popov2019-10-082-0/+17
* | | Fix leak when include fails in a read operationNikita Popov2019-10-072-0/+14
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-042-1/+20
|\ \ \ | |/ /
| * | Make sure T_ERROR is returned for all lexer exceptionsNikita Popov2019-10-043-119/+153
* | | Fixed bug #78632Nikita Popov2019-10-042-2/+6
* | | Fix use-after-free with delayed interned memoized const operandNikita Popov2019-10-042-1/+20
* | | Fix crash when unpacking into array literal with string keysNikita Popov2019-10-042-0/+21
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-041-2/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-041-2/+7
| |\ \ | | |/
| | * Fix #78620: Out of memory errorChristoph M. Becker2019-10-041-2/+7
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-021-5/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-021-5/+0
| |\ \ | | |/
| | * Revert "Fix #78620: Out of memory error"Christoph M. Becker2019-10-021-5/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-021-0/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-021-0/+5
| |\ \ | | |/
| | * Fix #78620: Out of memory errorChristoph M. Becker2019-10-021-0/+5
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-022-0/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-022-0/+11
| |\ \ | | |/
| | * Fix segfault with __COMPILER_HALT_OFFSET__ and trailing {}Nikita Popov2019-10-022-0/+11
* | | Remove func copy optimization for private method with static varsNikita Popov2019-10-013-10/+17
* | | Fixed bug #78604Nikita Popov2019-09-301-1/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-282-2/+24
|\ \ \ | |/ /
| * | Don't throw warnings during heredoc scan-aheadNikita Popov2019-09-284-181/+207
* | | Handle resources used as array keys consistentlyNikita Popov2019-09-272-0/+68
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-262-0/+26
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-262-0/+26
| |\ \ | | |/
| | * Fix memory leak with ** on array operandsNikita Popov2019-09-262-0/+26
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-262-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-262-1/+5
| |\ \ | | |/
| | * Fix null-pointer deref in if stmt printingNikita Popov2019-09-262-1/+5
* | | Fixed GOTO VMDmitry Stogov2019-09-262-9/+9
* | | Fixed bug #78589Nikita Popov2019-09-242-2/+19