summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Honor strict_types=1 for attributes, improve backtracesNikita Popov2020-09-277-26/+168
* | | Pass zend_execute_data instead of zend_function to fcall initSammy Kaye Powers2020-09-252-4/+5
* | | Skip unnecessary unknown() framesNikita Popov2020-09-241-18/+25
* | | Use C zpp for get_class_vars()Nikita Popov2020-09-224-18/+20
* | | Promote count() warning to TypeErrorGeorge Peter Banyard2020-09-213-44/+28
* | | Throw warning for failed object to int/float conversionNikita Popov2020-09-217-8/+8
* | | Convert exception instanceof checks to assertionsNikita Popov2020-09-211-11/+8
* | | Make constant redeclaration a warningNikita Popov2020-09-218-9/+9
* | | Check linker compatibility directly from HMODULEChristoph M. Becker2020-09-211-0/+7
* | | Synchronize GET_CLASS/GET_CALLED_CLASS opcodes with functionsNikita Popov2020-09-215-41/+40
* | | Assert on unknown list entry typeNikita Popov2020-09-211-12/+8
* | | Remove unnecessary checkNikita Popov2020-09-211-13/+1
* | | Use proper parameter type in Closure::bindTo() signatureNikita Popov2020-09-214-42/+47
* | | Improve default value handling of Exception constructorsMáté Kocsis2020-09-214-14/+80
* | | Fix detection of code outside namespaceNikita Popov2020-09-214-29/+36
* | | Use assertion for null-termination stringNikita Popov2020-09-211-4/+1
* | | Initialize attributes for internal functionsNikita Popov2020-09-212-0/+33
* | | Add support for `@implementation-alias` in stubsMáté Kocsis2020-09-212-12/+12
* | | Separate Closure::bind() implementationsMáté Kocsis2020-09-193-17/+30
* | | Add system ID entropy APISammy Kaye Powers2020-09-186-6/+130
* | | Run tidyNikita Popov2020-09-1843-171/+171
* | | Cleanup observer API and add JIT supportDmitry Stogov2020-09-188-151/+144
* | | Remove support for EXT_NOPNikita Popov2020-09-182-7/+1
* | | Remove specialization of SPEC(OBSERVER) handlersSammy Kaye Powers2020-09-184-1288/+190
* | | Fixed bug #80109Nikita Popov2020-09-171-2/+3
* | | Fix OSS Fuzz issue: yielding from an aborted generatorBob Weinand2020-09-153-24/+55
* | | Fix uninitialized run-time cache when resolving named param defaultsNikita Popov2020-09-152-0/+21
* | | Fix undef var exception handling in JMP_NULLNikita Popov2020-09-153-6/+21