summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Disable ifunc resolvers under thread sanitizer as wellNikita Popov2019-11-071-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-11-061-0/+22
|\
| * Fixed bug #78787Nikita Popov2019-11-062-4/+30
| * 7.3.13 is nextChristoph M. Becker2019-11-051-1/+1
* | Revert "Remove configure checks for supported instruction sets"Nikita Popov2019-11-041-6/+6
* | Fixed bug #78768Nikita Popov2019-11-011-4/+2
* | Remove configure checks for supported instruction setsNikita Popov2019-10-311-6/+6
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-301-0/+1
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-301-0/+1
| |\
| | * Add missing refcount incrementNikita Popov2019-10-301-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-292-1/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-292-1/+21
| |\ \ | | |/
| | * Fixed bug #78689Nikita Popov2019-10-292-1/+21
* | | Remove redundant variable rv and optimize codeZiMuyang2019-10-281-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-282-8/+36
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-282-8/+36
| |\ \ | | |/
| | * Fix bug #78752Nikita Popov2019-10-282-8/+36
* | | Fix bug #78226: Don't call __set() on uninitialized typed propertiesNikita Popov2019-10-256-7/+85
* | | Remove recursive check from instanceof_interfaceNikita Popov2019-10-252-9/+18
* | | Optimize instanceof_class/interfaceNikita Popov2019-10-241-3/+3
* | | Clean up and clarify instanceof_function_ex()Nikita Popov2019-10-242-29/+8
* | | Reverting push to wrong repoRasmus Lerdorf2019-10-231-27/+6
* | | Update alloc patchRasmus Lerdorf2019-10-231-6/+27
* | | Don't autoload when checking property typesNikita Popov2019-10-232-1/+52
* | | Allow loading FFI bindings through ffi.preload directiveDmitry Stogov2019-10-221-0/+3
* | | 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