summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* [Observer] Save opline before calling begin/end handlersDmitry Stogov2020-11-113-13/+45
* Fixed bug #80334Nikita Popov2020-11-092-6/+41
* Fix static variable in methods inheritance during preloadingNikita Popov2020-11-041-7/+9
* Don't xfail method_static_var.phptNikita Popov2020-11-041-16/+11
* Don't disable opcache for generic testsNikita Popov2020-11-049-18/+0
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-041-1/+2
|\
| * Fix dynamic function definition in preload scriptNikita Popov2020-11-041-1/+2
* | Don't disable early binding during preloading scriptNikita Popov2020-11-031-1/+1
* | Fix use of type copy ctor when importing trait propertiesNikita Popov2020-11-031-2/+3
* | Allow unlinked classes when performing in_compilation variance checkNikita Popov2020-11-031-4/+2
* | Fix variance checks on resolved union typesNikita Popov2020-11-031-53/+57
* | Improved error message for typed class properties with null as default valueBogdan Ungureanu2020-11-032-2/+20
* | Fix test added in d44235acaeb4Alex Dowad2020-10-301-2/+0
* | Convert numeric string array keys to integers correctly in JITted codeAlex Dowad2020-10-302-0/+28
* | FIxed bug #80299Nikita Popov2020-10-301-1/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-301-0/+18
|\ \ | |/
| * Fix SSA integrity violation for type inference in dead codeNikita Popov2020-10-301-0/+18
* | Fix signed integer overflowNikita Popov2020-10-301-1/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Dmitry Stogov2020-10-281-1/+5
|\ \ | |/
| * Fixed run-time binding of preloaded dynamically declared functionDmitry Stogov2020-10-281-1/+5
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-261-1/+2
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-261-1/+2
| |\
| | * Declare may_retry_reparse_point on windows onlyNikita Popov2020-10-261-1/+2
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-10-261-2/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-261-2/+4
| |\ \ | | |/
| | * Fix #80258: Windows Deduplication Enabled, randon permission errorsChristoph M. Becker2020-10-261-2/+4
| | * 7.3.25 is nextChristoph M. Becker2020-10-131-1/+1
* | | Require stubs to declare return types for magic methods when possibleMáté Kocsis2020-10-232-6/+11
* | | Make GC default threshold handling consistentNikita Popov2020-10-231-2/+2
* | | Don't allow passing unknown named params to class without ctorNikita Popov2020-10-232-2/+29
* | | Run arginfo/ZPP verification tests in strict mode as wellMáté Kocsis2020-10-223-31/+127
* | | Simplify and fix generator tree managementNikita Popov2020-10-225-258/+221
* | | Fixed bug #80255Nikita Popov2020-10-191-0/+24
* | | Make sure output start filename is not freed earlyNikita Popov2020-10-161-0/+11
* | | Fix leak when setting dynamic property on generatorNikita Popov2020-10-162-3/+4
* | | Fix bug #80055Nikita Popov2020-10-152-39/+80
* | | Skip arginfo test under msanNikita Popov2020-10-151-0/+4
* | | More arginfo/zpp verificationNikita Popov2020-10-141-16/+75
* | | Fix handling of throwing undef var in verify returnNikita Popov2020-10-134-9/+56
* | | Fixed bug #80225Nikita Popov2020-10-122-6/+17
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-124-14/+44
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-124-14/+44
| |\ \ | | |/
| | * Detect self-addition of array more accuratelyNikita Popov2020-10-122-1/+11
| | * Deindirect source elements in zend_hash_mergeNikita Popov2020-10-122-13/+33
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-122-25/+40
|\ \ \ | |/ /
| * | Avoid non-object in FE_FREENikita Popov2020-10-122-25/+40
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-092-50/+106
|\ \ \ | |/ /
| * | Fixed bug #80186Nikita Popov2020-10-092-35/+111
* | | Revert "Change calling convention of zval_update_constant[_ex]() to fastcall."Nikita Popov2020-10-092-4/+4
* | | Change calling convention of zval_update_constant[_ex]() to fastcall.Dmitry Stogov2020-10-082-4/+4