summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Don't overwrite iterator count during real initNikita Popov2019-04-161-2/+4
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-162-3/+7
|\
| * Fix HT flags copying wrt iterator countNikita Popov2019-04-162-4/+9
| * Prepare main branch for PHP 7.3.6Christoph M. Becker2019-04-161-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-162-47/+38
|\ \ | |/
| * Fix second part of bug #77903Nikita Popov2019-04-162-0/+25
| * Partial fix for bug #77903Nikita Popov2019-04-161-47/+13
* | execute_data->return_value is not used for internal functionsDmitry Stogov2019-04-161-1/+0
* | Removed tests that always (or almost always) trueDmitry Stogov2019-04-153-8/+43
* | Fix last maybe uninit warnings on 7.4Nikita Popov2019-04-152-4/+4
* | Disable strict aliasing warningsNikita Popov2019-04-151-1/+1
* | Avoid uninit warning in dtoaNikita Popov2019-04-121-1/+1
* | Avoid misc uninitialized variable warningsNikita Popov2019-04-121-3/+4
* | Enable -Wall on release builds for GCCNikita Popov2019-04-121-1/+1
* | Mark zend_bailout() as a noreturn functionNikita Popov2019-04-122-2/+2
* | Backported call frame initialization improvementDmitry Stogov2019-04-129-365/+422
* | Replace "ZEND_CALL_CTOR" hack by additional live-rangeDmitry Stogov2019-04-127-110/+61
* | Added testDmitry Stogov2019-04-111-0/+21
* | Fixed typoMarkus Staab2019-04-111-1/+1
* | Remove restrict zend_portability defineNikita Popov2019-04-111-8/+0
* | Fixed bug #77877 (call_user_func() passes $this to satatic methods).Dmitry Stogov2019-04-112-0/+27
* | Suppress warnings using zend_quiet_writeNikita Popov2019-04-111-1/+1
* | Generate ZEND_COUNT for sizeof()Nikita Popov2019-04-113-9/+13
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-101-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-101-1/+1
| |\
| | * Fix pgsql use after free trying to reuse closed connectionNikita Popov2019-04-101-1/+1
* | | fix a spell mistakeROVAST2019-04-101-1/+1
* | | Eliminated check for assignment to itselfDmitry Stogov2019-04-091-23/+16
* | | Micro-optimizationDmitry Stogov2019-04-091-7/+6
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-04-092-11/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-04-091-9/+11
| |\ \ | | |/
| | * Repare SWITCH VMDmitry Stogov2019-04-091-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-081-16/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-081-16/+18
| |\ \ | | |/
| | * Fixed bug #77844Nikita Popov2019-04-081-16/+18
| * | Prepare main branch for PHP 7.3.5Christoph M. Becker2019-03-191-1/+1
* | | Fix invalid function by-ref prop assign handlingNikita Popov2019-04-083-38/+58
* | | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-1/+1
* | | Remove HAVE_SIGNAL_HPeter Kokot2019-04-074-10/+2
* | | Remove HAVE_LIMITS_HPeter Kokot2019-04-073-6/+1
* | | typoMarkus Staab2019-04-051-1/+1
* | | Optimized "smart branch" instructionsDmitry Stogov2019-04-053-1135/+1841
* | | Make is_identical() functions return zend_bool (instead of int)Dmitry Stogov2019-04-044-32/+27
* | | unused variableDmitry Stogov2019-04-042-10/+10
* | | Use fastcall calling conventionDmitry Stogov2019-04-022-2/+2
* | | Improved comparison opcode handlersDmitry Stogov2019-04-022-1534/+1420
* | | Refactor PHP_PROG_BISON and PHP_PROG_RE2CPeter Kokot2019-03-302-45/+0
* | | Add additional protected visibility prototype testNikita Popov2019-03-281-0/+26
* | | Revert "Switch to bison location tracking"Nikita Popov2019-03-288-445/+477
* | | Treat abstract ctors the same, regardless of originNikita Popov2019-03-273-5/+23