summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fixed incorrect behavior of observer API.Dmitry Stogov2020-10-073-746/+689
* | | Merge branch 'PHP-7.4'Nikita Popov2020-10-071-0/+22
|\ \ \ | |/ /
| * | Fixed bug #80194Nikita Popov2020-10-071-0/+22
* | | Update ext/spl parameter namesNikita Popov2020-10-072-3/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2020-10-063-12/+60
|\ \ \ | |/ /
| * | Fix bug #80126Nikita Popov2020-10-063-12/+60
* | | Fix bug #80184Nikita Popov2020-10-051-0/+20
* | | Merge branch 'PHP-7.4'Nikita Popov2020-10-051-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-051-4/+4
| |\ \ | | |/
| | * Fix -Wimplicit-function-declaration in configureNikita Popov2020-10-052-5/+9
| | * Backport of a partial fix for bug Bug #76982 (memory leak declaring closure i...Dmitry Stogov2020-10-013-19/+4
| | * 7.3.24 is nextChristoph M. Becker2020-09-151-1/+1
* | | Return correct result code for division by zeroNikita Popov2020-10-022-11/+23
* | | Add test instantiating all objectsNikita Popov2020-10-011-0/+15
* | | Prepare for PHP 8.0 RC1Gabriel Caruso2020-09-302-2/+2
* | | Update ext/standard parameter namesNikita Popov2020-09-294-10/+10
* | | Zend parameter renames amendmentMáté Kocsis2020-09-296-16/+16
* | | Update PDO parameters for named arguments.Larry Garfield2020-09-281-1/+1
* | | Allow attributes to be applied to property/constant groupsNikita Popov2020-09-273-21/+54
* | | Make constexpr compilation robust against multiple compilationNikita Popov2020-09-274-51/+46