]> granicus.if.org Git - php/shortlog
php
2018-03-20 Christoph M... Merge branch 'PHP-7.2'
2018-03-20 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-03-20 Christoph M... Fix #76113: mbstring does not build with Oniguruma...
2018-03-20 Anatol BelskiUse const pointers
2018-03-19 Christoph M... Merge branch 'PHP-7.2'
2018-03-19 Anatol BelskiReuse new alignment macros
2018-03-19 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-03-19 Christoph M... Fix #75944: Wrong cp1251 detection
2018-03-19 Anatol BelskiEliminate cast
2018-03-19 Stanislav MalyshevMerge branch 'PHP-7.2'
2018-03-19 Stanislav MalyshevMerge branch 'PHP-7.1' into PHP-7.2
2018-03-19 Stanislav MalyshevSet tests exit status by defaul - also in other instance.
2018-03-18 Stanislav MalyshevMerge branch 'PHP-7.2'
2018-03-18 Stanislav MalyshevMerge branch 'PHP-7.1' into PHP-7.2
2018-03-18 Stanislav MalyshevSet tests exit status by default.
2018-03-17 Anatol BelskiMark non exported symbol as static
2018-03-17 Anatol BelskiUse const pointers
2018-03-16 Anatol BelskiUse const pointers where appropriate
2018-03-16 Anatol BelskiSwitch to placeholder matching
2018-03-16 Anatol BelskiMerge branch 'PHP-7.2'
2018-03-16 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-03-16 Anatol BelskiSync test with newer output
2018-03-16 Anatol BelskiUse const pointers at some appropriate places
2018-03-16 Xinchen Huislashchars are 16 bytes aligned
2018-03-16 Xinchen HuiFixed folder
2018-03-16 Xinchen HuiOptimized str_rot13 with SSE2 instructions
2018-03-15 Anatol BelskiWorkaround VA macro expansion difference with VC++
2018-03-15 Dmitry StogovOptmized AST creation
2018-03-15 Dmitry StogovUse cheaper functions
2018-03-15 Xinchen HuiMerge branch 'PHP-7.2'
2018-03-15 Xinchen HuiFixed bug #76094 (Access violation when using opcache)
2018-03-14 Dmitry StogovPHP scanner optimization
2018-03-14 Anatol BelskiMerge branch 'PHP-7.2'
2018-03-14 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-03-14 Anatol BelskiReduce var scope
2018-03-14 Anatol BelskiMerge branch 'PHP-7.2'
2018-03-14 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-03-14 Anatol BelskiFix stack use after scope
2018-03-14 Dmitry Stogovzend_ast_destroy() optimization
2018-03-14 Dmitry StogovMark zend_ast_export() as "cold".
2018-03-14 Dmitry StogovPHP scanner optimization
2018-03-14 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2018-03-14 Anatol BelskiRemove unused argument
2018-03-14 Dmitry StogovKeep initialized object_handlers structures in read...
2018-03-14 Anatol BelskiMerge branch 'PHP-7.2'
2018-03-14 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-03-14 Anatol BelskiUpgrade binary SDK version for AppVeyor
2018-03-14 Dmitry StogovMove constant array into read-only memory
2018-03-14 Dmitry StogovMerge branch 'PHP-7.2'
2018-03-14 Dmitry StogovFixed user-opcode support
2018-03-14 Dmitry StogovMerge branch 'PHP-7.2'
2018-03-14 Dmitry StogovMerge branch 'PHP-7.1' into PHP-7.2
2018-03-14 Dmitry StogovFixed use-after-free
2018-03-14 Joe WatkinsMerge branch 'PHP-7.2'
2018-03-14 Joe WatkinsMerge branch 'PHP-7.1' into PHP-7.2
2018-03-14 Joe Watkinsbump versions
2018-03-13 Christoph M... Merge branch 'PHP-7.2'
2018-03-13 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-03-13 Christoph M... Fix #74139: mail.add_x_header default inconsistent...
2018-03-13 Dmitry StogovPHP scanner optimization
2018-03-13 Dmitry StogovRevert "Handle scanner error in first place (don't...
2018-03-13 Dmitry StogovHandle scanner error in first place (don't hide them...
2018-03-13 Christoph M... Merge branch 'PHP-7.2'
2018-03-13 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-03-13 Christoph M... Fix #76088: ODBC functions are not available by default...
2018-03-13 Christoph M... Merge branch 'PHP-7.2'
2018-03-13 Dmitry StogovAvoid useless iterations
2018-03-13 Remi Colletnext is 7.2.5
2018-03-13 Dmitry StogovGet rid of useless SET_UNUSED()
2018-03-13 Dmitry StogovMoved compiler helper functions from zend_opcode.c...
2018-03-13 Dmitry StogovMerge branch 'PHP-7.2'
2018-03-13 Dmitry StogovMerge branch 'PHP-7.1' into PHP-7.2
2018-03-13 Dmitry StogovRevert "More accurate symbolic constraints oferflow...
2018-03-13 Dmitry StogovMerge branch 'PHP-7.2'
2018-03-13 Dmitry StogovMerge branch 'PHP-7.1' into PHP-7.2
2018-03-13 Dmitry StogovMore accurate symbolic constraints oferflow/unserflow...
2018-03-13 Xinchen HuiMerge branch 'PHP-7.2'
2018-03-13 Xinchen HuiForgot NEWs
2018-03-13 Xinchen HuiMerge branch 'PHP-7.1' into PHP-7.2
2018-03-13 Xinchen HuiForgot NEWS
2018-03-13 Xinchen HuiMerge branch 'PHP-7.2'
2018-03-13 Xinchen HuiMerge branch 'PHP-7.1' into PHP-7.2
2018-03-13 Xinchen HuiFixed bug #76085 (Segmentation fault in buildFromIterat...
2018-03-12 Anatol BelskiMerge branch 'PHP-7.2'
2018-03-12 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-03-12 Anatol BelskiFix heap use after free
2018-03-12 Anatol BelskiMerge branch 'PHP-7.2'
2018-03-12 Anatol BelskiUse literal as format
2018-03-12 Anatol BelskiMerge branch 'PHP-7.2'
2018-03-12 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-03-12 Anatol BelskiUse string literal as format
2018-03-12 Anatol BelskiMerge branch 'PHP-7.2'
2018-03-12 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-03-12 Anatol BelskiProvide core includes for the resource compiler by...
2018-03-12 Dmitry StogovMerge branch 'PHP-7.2'
2018-03-12 Dmitry StogovMerge branch 'PHP-7.1' into PHP-7.2
2018-03-12 Dmitry StogovReplaced usafe reference from SHM to process memory...
2018-03-12 Dmitry StogovAdded NEWS entry
2018-03-12 Dmitry StogovFixed bug #75683 (Memory leak in zend_register_function...
2018-03-11 Anatol BelskiEnable more asan checks
next