summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-202790-2744/+2744
* Move cold code, duplicated by specializer, into helper functionsDmitry Stogov2018-02-203-256/+131
* Fixed build without global register variablesDmitry Stogov2018-02-203-68/+68
* Sync --enable-native-intrinsics to peclAnatol Belski2018-02-201-0/+8
* Merge branch 'PHP-7.2'Christoph M. Becker2018-02-201-17/+15
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-201-11/+11
| |\
| | * [ci skip] Sort recent NEWS entries alphabeticallyChristoph M. Becker2018-02-201-7/+7
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-02-201-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-202-3/+5
| |\ \ | | |/
| | * Fix openssl_* arginfosGabriel Caruso2018-02-202-3/+5
* | | Merge branch 'PHP-7.2'Anatol Belski2018-02-201-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-02-201-1/+1
| |\ \ | | |/
| | * Update binary tools SDK branch for AppVeyorAnatol Belski2018-02-201-1/+1
* | | Separate slow path with make_real_object() and related code into "cold" funct...Dmitry Stogov2018-02-204-1492/+617
* | | [ci skip] run-tests.php: add missing put sectionMichael Wallner2018-02-201-1/+1
* | | Separate cold paths of ISSET_ISEMPTY_DIM_OBJDmitry Stogov2018-02-203-680/+169
* | | fix ZEND_VM_SET_OPCODE_HANDLER cannot set user opcode handlerHaitao Lv2018-02-202-3/+5
* | | Fix possible memory leakAnatol Belski2018-02-201-1/+3
* | | Merge branch 'PHP-7.2'Anatol Belski2018-02-202-391/+391
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-02-202-391/+391
| |\ \ | | |/
| | * dos2unixAnatol Belski2018-02-202-391/+391
* | | Fix conjugationAnatol Belski2018-02-201-2/+2
* | | Add a test for iterating SXE properties by referenceCraig Duncan2018-02-191-0/+24
* | | Convert iterator by reference errors to exceptionsNikita Popov2018-02-1912-13/+32
* | | Merge branch 'PHP-7.2'Nikita Popov2018-02-191-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-02-191-2/+2
| |\ \ | | |/
| | * Fix incorrect printf modifiersNikita Popov2018-02-191-2/+2
* | | Report unknown sections in run-tests.phpGabriel Caruso2018-02-191-0/+14
* | | Simplify codeNikita Popov2018-02-191-10/+2
* | | Add basic cppcheck suppressions fileAnatol Belski2018-02-192-1/+6
* | | Reduce var scopeAnatol Belski2018-02-193-13/+8
* | | Fixed typoDmitry Stogov2018-02-192-4/+4
* | | Added tracer to collect frequency of opcode handler call chainsDmitry Stogov2018-02-192-0/+116
* | | Added VM instrumentation abilityDmitry Stogov2018-02-195-5/+32
* | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2018-02-192-1/+4
|\ \ \
| * | | Don't add empty include pathAnatol Belski2018-02-191-0/+3
| * | | Reduce struct size by 8 bytes on 64-bitAnatol Belski2018-02-191-1/+1
* | | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2018-02-191-4/+1
|\ \ \ \ | |/ / /
| * | | Remove explicit params count checkGabriel Caruso2018-02-191-4/+1
* | | | Elimintate duplicate error messageDmitry Stogov2018-02-192-2/+2
|/ / /
* | | Merge branch 'PHP-7.2'Anatol Belski2018-02-191-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-02-191-1/+1
| |\ \ | | |/
| | * Use more jobs with cppcheckAnatol Belski2018-02-191-1/+1
* | | Fixed unintended API breakDmitry Stogov2018-02-191-4/+4
* | | Allow optional ignorance of operator overlaoding. Optimizer takes into accoun...Dmitry Stogov2018-02-194-28/+44
* | | Reduce struct size by 8 bytes on 64-bitAnatol Belski2018-02-191-1/+1
* | | Remove duplicated assignmentAnatol Belski2018-02-191-2/+0
* | | Reduce struct size by 8 bytes on 64-bitAnatol Belski2018-02-192-9/+8
* | | Refactoring duplicated ZPP with a switchGabriel Caruso2018-02-191-45/+19
* | | Share identical arginfosGabriel Caruso2018-02-191-74/+14