summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Peter Kokot2019-04-079-110/+12
|\
| * Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-079-110/+12
* | Merge branch 'PHP-7.4'Peter Kokot2019-04-073-6/+1
|\ \ | |/
| * Remove HAVE_SIGNAL_HPeter Kokot2019-04-073-6/+1
* | Merge branch 'PHP-7.4'Peter Kokot2019-04-073-11/+1
|\ \ | |/
| * Remove HAVE_LIMITS_HPeter Kokot2019-04-073-11/+1
* | Merge branch 'PHP-7.4'Stanislav Malyshev2019-04-063-4/+4
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-04-063-4/+4
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-04-063-4/+4
| | |\
| | | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-04-063-4/+4
| | | |\
| | | | * Always use ZEND_SECURE_ZERO() when cleaning up dataStanislav Malyshev2019-04-065-5/+7
* | | | | Merge branch 'PHP-7.4'Joe Watkins2019-04-062-17/+19
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-04-062-17/+19
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-04-062-17/+19
| | |\ \ \ | | | |/ /
| | | * | Follow up #77849 PDOStatement objects in undefined state after cloneJoe Watkins2019-04-062-17/+19
* | | | | Merge branch 'PHP-7.4'Joe Watkins2019-04-062-0/+24
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-04-062-0/+24
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-04-062-0/+24
| | |\ \ \ | | | |/ /
| | | * | Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segf...Cameron Porter2019-04-062-0/+24
* | | | | JIT register dump, fix BSD build.David Carlier2019-04-051-1/+19
* | | | | Fixed JIT for === and !==Dmitry Stogov2019-04-051-5/+5
* | | | | Fixed a typoJavier Eguiluz2019-04-041-7/+7
* | | | | Avoid code generation for BB with single VM instructionDmitry Stogov2019-04-041-5/+30
* | | | | jump optimizationDmitry Stogov2019-04-032-44/+36
* | | | | Fixed crashDmitry Stogov2019-04-031-4/+4
* | | | | Avoid useless code generation for RECV opcodesDmitry Stogov2019-04-031-24/+52
* | | | | Use inlined HYBRID VM handlers for DO_FCALL* and ZEND_RETRUNDmitry Stogov2019-04-032-11/+71
* | | | | Fixed incorrect address usageDmitry Stogov2019-04-033-8/+36
* | | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-031-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Remove RC1 and RCN from scalar types.Dmitry Stogov2019-04-031-0/+3
* | | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-032-0/+37
|\ \ \ \ \ | |/ / / /
| * | | | Fixed SCCP support for ZEND_ASSIGN_OBJ_REFDmitry Stogov2019-04-032-0/+37
* | | | | JIT code improvement for ocache.jit=1 (IP consistency)Dmitry Stogov2019-04-032-9/+35
* | | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-031-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-04-031-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-04-031-2/+2
| | |\ \ \ | | | |/ /
| | | * | Fixed CFG construction for SWITCH opcodesDmitry Stogov2019-04-031-2/+2
* | | | | Improve JIT code for smart branchesDmitry Stogov2019-04-032-98/+5
* | | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-031-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | array_merge() may return argument with incremented reference counterDmitry Stogov2019-04-031-1/+1
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-04-021-1/+4
|\ \ \ \ \ | |/ / / /
| * | | | Clean ext/spl/tests/bug42364.phpt files after testsPeter Kokot2019-04-021-1/+4
* | | | | Use fastcall calling conventionDmitry Stogov2019-04-021-5/+1
* | | | | Fixed clang compiler warningsDmitry Stogov2019-04-021-9/+9
* | | | | Merge branch 'PHP-7.4'Kalle Sommer Nielsen2019-04-021-59/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove dead JPEG2000 codeKalle Sommer Nielsen2019-04-021-59/+0
* | | | | Avoid NEW opcode inlining when opcache.jit=1Dmitry Stogov2019-04-021-5/+5
* | | | | Avoid generation of dead jumpsDmitry Stogov2019-04-021-1/+10
* | | | | Added commentsDmitry Stogov2019-04-022-10/+18
* | | | | Fix misplacement of calling convention declarationChristoph M. Becker2019-04-021-1/+1