summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update versions for PHP 7.3.0alpha1php-7.3.0alpha1Stas Malyshev2018-06-062-3/+3
* Micro-optimizationsDmitry Stogov2018-06-062-14/+31
* Merge branch 'PHP-7.1'Johannes Schlüter2018-06-060-0/+0
|\
| * Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Johannes Schlüter2018-06-0629-61/+306
| |\
* | \ Merge branch 'master' of git.php.net:/php-srcJohannes Schlüter2018-06-06348-9881/+11384
|\ \ \
| * | | Update to SQLite 3.24.0Christoph M. Becker2018-06-054-3470/+5680
| * | | Merge branch 'master' of git.php.net:/php-srcXinchen Hui2018-06-054-193/+599
| |\ \ \
| | * | | Embed zend_leave_helper() into hybrid executor to avoid call overhead.Dmitry Stogov2018-06-053-21/+475
| | * | | CleanupDmitry Stogov2018-06-053-172/+124
| * | | | Merge branch 'PHP-7.2'Xinchen Hui2018-06-051-1/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixed bug #76410 (SIGV in zend_mm_alloc_small)Xinchen Hui2018-06-052-1/+8
| | * | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-06-042-6/+26
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix bug #76390 - do not allow invalid strings in range()Stanislav Malyshev2018-06-042-6/+26
| * | | | Fix bug #76390 - do not allow invalid strings in range()Stanislav Malyshev2018-06-042-6/+26
| * | | | [ci skip] Fix typos in NEWSChristoph M. Becker2018-06-051-2/+2
| * | | | [ci skip] Remove trailing WSChristoph M. Becker2018-06-051-5/+5
| * | | | Remove enchant version from the phpinfo outputPeter Kokot2018-06-042-5/+1
| * | | | Remove some old occurrences of configure.inPeter Kokot2018-06-043-3/+2
| * | | | Sync tidy phpinfo extension versionPeter Kokot2018-06-042-5/+1
| * | | | Normalize the ldap extension version in phpinfo outputPeter Kokot2018-06-042-3/+0
| * | | | Normalize Reflection phpinfo() outputPeter Kokot2018-06-043-8/+1
| * | | | [ci skip] Update libmagic.patchAnatol Belski2018-06-031-175/+132
| * | | | Remove unnecessary decls, php.h is includedAnatol Belski2018-06-032-14/+0
| * | | | Align the ported place with libmagicAnatol Belski2018-06-031-13/+1
| * | | | [ci skip] Add UPGRADING noteAnatol Belski2018-06-021-0/+3
| * | | | Update README.REDIST.BINSPeter Kokot2018-06-021-1/+101
| * | | | Normalize SimpleXML phpinfo outputPeter Kokot2018-06-022-6/+2
| * | | | Remove revision for recode from phpinfoPeter Kokot2018-06-022-4/+0
| * | | | Fix return type of zend_ini_dtorNikita Popov2018-06-021-1/+1
| * | | | Normalize the POSIX phpinfo outputPeter Kokot2018-06-022-4/+1
| * | | | Normalize filter phpinfo() outputPeter Kokot2018-06-023-6/+0
| * | | | Normalize sysvmsg phpinfo() outputPeter Kokot2018-06-022-4/+0
| * | | | Fix warnings defined but not usedPeter Kokot2018-06-021-10/+0
| * | | | Fix warning unused variable retPeter Kokot2018-06-021-2/+0
| * | | | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-0122-187/+104
| * | | | Fixed ISSET/ISEMPTY bit meaning to simplify run-time checksDmitry Stogov2018-05-3110-208/+242
| * | | | Use hrtime() for timing testsAnatol Belski2018-05-313-16/+32
| * | | | Fix AVX partAnatol Belski2018-05-311-1/+5
| * | | | Do one test build with AVXAnatol Belski2018-05-312-1/+3
| * | | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-3147-164/+142
| * | | | Optimize zend_new_array() for special case, when size <= HT_MIN_SIZEDmitry Stogov2018-05-312-3/+24
| * | | | Use SSE/AVX instructionsDmitry Stogov2018-05-301-1/+29
| * | | | Use SSE2 instruction to reset HashTableDmitry Stogov2018-05-301-1/+24
| * | | | Avoid rehashing of "packed" arrayDmitry Stogov2018-05-301-1/+1
| * | | | Eliminate some checks for zero character inside an inclue file nameDmitry Stogov2018-05-301-54/+59
| * | | | Avoid agressive inlining in rarely used pathsDmitry Stogov2018-05-301-71/+114
| * | | | Marked rarely used opcodes as "cold" (e.g. ADD_CONST_CONST ususaly optimized ...Dmitry Stogov2018-05-304-191/+164
| * | | | Remove build system files of bundled library libbcmathPeter Kokot2018-05-2911-2505/+0
| * | | | Revert "Avoid reference-counting"Dmitry Stogov2018-05-292-68/+34
| * | | | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-2924-70/+41