]> granicus.if.org Git - php/shortlog
php
2018-02-27 Stanislav MalyshevMerge branch 'PHP-7.2'
2018-02-27 Stanislav MalyshevMerge branch 'PHP-7.1' into PHP-7.2
2018-02-27 Stanislav MalyshevMerge branch 'PHP-7.0' into PHP-7.1
2018-02-27 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2018-02-27 Stanislav MalyshevFix bug #75981: prevent reading beyond buffer start
2018-02-26 Xinchen HuiAvoding memory allocation
2018-02-26 Xinchen HuiAvoding memory allocation
2018-02-26 Xinchen HuiAvoding memory allocation if no translastion found
2018-02-24 Christoph M... Merge branch 'PHP-7.2'
2018-02-24 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-02-24 Christoph M... [ci skip] Update NEWS
2018-02-24 Gabriel Caruso[ci skip] Remove space between function name and open...
2018-02-24 Gabriel Caruso[ci skip] Add missing return types to protos
2018-02-24 Christoph M... Merge branch 'PHP-7.2'
2018-02-24 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-02-24 Gabriel CarusoFix imagesetinterpolation arginfo
2018-02-24 Stanislav MalyshevMerge branch 'PHP-7.2'
2018-02-24 Stanislav MalyshevMerge branch 'PHP-7.1' into PHP-7.2
2018-02-24 Stanislav MalyshevMerge branch 'PHP-7.0' into PHP-7.1
2018-02-24 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2018-02-24 Stanislav Malyshev[ci skip] Set FPM maintainership
2018-02-23 Christoph M... Merge branch 'PHP-7.2'
2018-02-23 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-02-23 Sam DingFix #75873: pcntl_wexitstatus returns incorrect on...
2018-02-23 Christoph M... Fix skip condition
2018-02-23 Christoph M... Merge branch 'PHP-7.2'
2018-02-23 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-02-23 Gabriel CarusoFix some arginfos
2018-02-23 Gabriel CarusoUse int instead of long in protos
2018-02-22 zufuliuImprove similar_text(), reduce recursive call to php_si...
2018-02-22 Dmitry StogovAllow generation of VM map
2018-02-22 Gabriel CarusoTest ReflectionClass::getReflectionConstant method
2018-02-22 Gabriel CarusoRemove duplicated tests
2018-02-22 Dmitry StogovFixed compilation warnings
2018-02-22 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2018-02-22 Dmitry StogovFixed build without global register variables
2018-02-22 Gabriel Carusoremove support for string|unicode in tests
2018-02-22 Pedro Magalhãesimprove extension skeleton generator
2018-02-21 Dmitry StogovReorganize make_real_object() related code
2018-02-21 Dmitry StogovMove exceprional code into helper & zend_fetch_var_addr...
2018-02-21 Dmitry StogovMove result address calculation from specialized handle...
2018-02-21 Anatol BelskiFix def signature to match declaration
2018-02-21 Dmitry StogovMark exceptional helpers as "cold"
2018-02-21 Dmitry StogovMove exceptional code into helpers
2018-02-21 Xinchen HuiOptimized php_stripslash with SSSE3 instr
2018-02-21 Xinchen HuiMerge branch 'master' of git.php.net:/php-src
2018-02-20 Dmitry StogovAdded expectation
2018-02-20 Johannes SchlüterMerge branch 'master' of git.php.net:/php-src
2018-02-20 Johannes SchlüterFix initialisation order
2018-02-20 Johannes SchlüterMerge branch 'PHP-7.2'
2018-02-20 Johannes SchlüterMerge branch 'PHP-7.1' into PHP-7.2
2018-02-20 Johannes SchlüterMerge branch 'PHP-7.0' into PHP-7.1
2018-02-20 Johannes SchlüterFix NEWS
2018-02-20 Johannes SchlüterFix a memleak with mysqlnd and SSL
2018-02-20 Dmitry StogovMove exceptional code into helpers
2018-02-20 Johannes SchlüterMerge branch 'PHP-7.2'
2018-02-20 Johannes SchlüterMerge branch 'PHP-7.1' into PHP-7.2
2018-02-20 Johannes SchlüterMerge branch 'PHP-7.0' into PHP-7.1
2018-02-20 Johannes SchlüterFix negotiaton of MySQL auth plugin
2018-02-20 Gabriel CarusoUse EXPECT instead of EXPECTF when possible
2018-02-20 Dmitry StogovMove cold code, duplicated by specializer, into helper...
2018-02-20 Dmitry StogovFixed build without global register variables
2018-02-20 Anatol BelskiSync --enable-native-intrinsics to pecl
2018-02-20 Christoph M... Merge branch 'PHP-7.2'
2018-02-20 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-02-20 Christoph M... [ci skip] Sort recent NEWS entries alphabetically
2018-02-20 Christoph M... Merge branch 'PHP-7.2'
2018-02-20 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-02-20 Gabriel CarusoFix openssl_* arginfos
2018-02-20 Anatol BelskiMerge branch 'PHP-7.2'
2018-02-20 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-02-20 Anatol BelskiUpdate binary tools SDK branch for AppVeyor
2018-02-20 Dmitry StogovSeparate slow path with make_real_object() and related...
2018-02-20 Michael Wallner[ci skip] run-tests.php: add missing put section
2018-02-20 Xinchen HuiSimplified the codes (the penalty of loading unaligned...
2018-02-20 Dmitry StogovSeparate cold paths of ISSET_ISEMPTY_DIM_OBJ
2018-02-20 Haitao Lvfix ZEND_VM_SET_OPCODE_HANDLER cannot set user opcode...
2018-02-20 Anatol BelskiFix possible memory leak
2018-02-20 Anatol BelskiMerge branch 'PHP-7.2'
2018-02-20 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-02-20 Anatol Belskidos2unix
2018-02-20 Anatol BelskiFix conjugation
2018-02-19 Craig DuncanAdd a test for iterating SXE properties by reference
2018-02-19 Nikita PopovConvert iterator by reference errors to exceptions
2018-02-19 Nikita PopovMerge branch 'PHP-7.2'
2018-02-19 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-02-19 Nikita PopovFix incorrect printf modifiers
2018-02-19 Gabriel CarusoReport unknown sections in run-tests.php
2018-02-19 Nikita PopovSimplify code
2018-02-19 Anatol BelskiAdd basic cppcheck suppressions file
2018-02-19 Anatol BelskiReduce var scope
2018-02-19 Dmitry StogovFixed typo
2018-02-19 Dmitry StogovAdded tracer to collect frequency of opcode handler...
2018-02-19 Dmitry StogovAdded VM instrumentation ability
2018-02-19 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2018-02-19 Anatol BelskiDon't add empty include path
2018-02-19 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2018-02-19 Dmitry StogovElimintate duplicate error message
2018-02-19 Anatol BelskiReduce struct size by 8 bytes on 64-bit
2018-02-19 Gabriel CarusoRemove explicit params count check
next