]> granicus.if.org Git - php/shortlog
php
2017-07-04 Anatol BelskiMerge branch 'PHP-7.1'
2017-07-04 Anatol BelskiMerge branch 'PHP-7.0' into PHP-7.1
2017-07-04 Nikita PopovFixed bug #74101 and bug #74614
2017-07-04 Dmitry StogovCompile/optimisation-time constants can't be circular...
2017-07-04 Dmitry StogovGet rid of old compatibility macros
2017-07-04 Dmitry StogovFixed bug #74836 (isset on zero-prefixed numeric indexe...
2017-07-04 Dmitry StogovRevert "Avoid run-time checks performed at compile...
2017-07-03 Anatol Belski[ci skip] update NEWS
2017-07-03 Anatol BelskiFixed bug #74849 Process is started as interactive...
2017-07-03 Dmitry StogovAdded missed opcodes
2017-07-02 Sara GolemonAdd NEWS entry and a test for Bug#71412
2017-07-02 Tyson AndreFixes Bug #71412 Incorrect ArrayIterator __construct...
2017-07-01 Anatol BelskiMerge branch 'PHP-7.1'
2017-07-01 Anatol BelskiMerge branch 'PHP-7.0' into PHP-7.1
2017-07-01 Anatol Belskiyet one C++ compat fix
2017-07-01 Anatol BelskiMerge branch 'PHP-7.1'
2017-07-01 Anatol BelskiMerge branch 'PHP-7.0' into PHP-7.1
2017-07-01 Anatol Belskifix C++ compat
2017-07-01 Bob WeinandMerge branch 'PHP-7.1'
2017-07-01 Bob WeinandMerge branch 'PHP-7.0' into PHP-7.1
2017-07-01 Bob WeinandFixed bug #74840 (Opcache overwrites argument of GENERA...
2017-06-30 Yasuo OhgakiFixed bug #74514 5 session functions incorrectly warn...
2017-06-30 Richard FusseneggerFixed ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO macro
2017-06-29 Julien PauliMerge branch 'PHP-7.1'
2017-06-29 Julien PauliUpdated NEWS
2017-06-29 Julien PauliMerge branch 'PHP-7.0' into PHP-7.1
2017-06-29 Julien PauliUpdated NEWS
2017-06-29 Julien PauliFix bug #74832, crash in extension loading
2017-06-29 Adam BaratzApply fix for #69356 to "Sent SQL"
2017-06-29 Adam BaratzMerge branch 'PHP-7.1'
2017-06-29 Adam BaratzFixed bug #69356
2017-06-29 Adam BaratzMerge branch 'PHP-7.0' into PHP-7.1
2017-06-29 Adam BaratzFixed #69356: PDOStatement::debugDumpParams() truncates...
2017-06-29 Dmitry StogovUse inlined version of zval_ptr_dytor() in var_destroy...
2017-06-29 Dmitry StogovUse inlined version of zval_ptr_dtor() in array_map...
2017-06-29 Dmitry StogovUse zval_ptr_dtor_nogc() for data that can't be circular
2017-06-29 Dmitry StogovSplit zend_init_execute_data() into zend_init_func_exec...
2017-06-29 Dmitry StogovWe don't have to use "persistent" heap with PHP-7 HashT...
2017-06-29 Xinchen HuiMerge branch 'PHP-7.1'
2017-06-28 Tyson AndreFix typo in PHP 7.1.8 news
2017-06-28 Anatol Belski[ci skip] update NEWS
2017-06-28 Nikita PopovFix zend_get_zval_ptr()
2017-06-28 George WangMerge branch 'PHP-7.1'
2017-06-28 George WangMerge branch 'PHP-7.0' into PHP-7.1
2017-06-28 George Wang[BUGFIX] fixes the issue that a value from .user.ini...
2017-06-27 Dmitry StogovAvoid string duplication in preg_split()
2017-06-27 Anatol BelskiBug #74815 crash with a combination of INI entries...
2017-06-27 Dmitry StogovRemoved deprecated checks.
2017-06-27 Dmitry StogovCleanup. Removed unused functions and unimplemented...
2017-06-26 Remi Colletupgrading: doc about ZEND_BEGIN_ARG_WITH_RETURN_TYPE_IN...
2017-06-26 Remi ColletMerge branch 'master' of git.php.net:php-src
2017-06-26 Dmitry StogovRemoved EG(valid_symbol_table). Used EG(active) instead.
2017-06-25 Sara GolemonRelease temporary string reference
2017-06-25 Tom Van LooyRemove superfluous semicolons
2017-06-25 Nikita PopovFix tests on Windows
2017-06-25 Sara GolemonProduce a better exception message when IntlDateFormatt...
2017-06-25 Nikita PopovFix format arguments
2017-06-25 Tom Van LooyRemove unused variable op2. It is redeclared later.
2017-06-25 Nikita PopovFix typo
2017-06-25 Michał BrzuchalskiImplement object type annotation
2017-06-25 Nikita PopovMerge branch 'PHP-7.1'
2017-06-25 Nikita PopovMerge branch 'PHP-7.0' into PHP-7.1
2017-06-25 Nikita PopovFixed bug #73173
2017-06-25 Bob WeinandMerge branch 'PHP-7.1'
2017-06-25 Bob WeinandMerge branch 'PHP-7.0' into PHP-7.1
2017-06-25 Bob WeinandExpose inflate_get_status() and inflate_get_read_len...
2017-06-25 Matthew TrescottAdd more constants, improve comments, and add tests
2017-06-25 Nikita PopovMerge branch 'PHP-7.1'
2017-06-25 Nikita PopovMerge branch 'PHP-7.0' into PHP-7.1
2017-06-25 Nikita PopovFixed bug #73900
2017-06-25 Jakub ZelenkaMerge branch 'PHP-7.1'
2017-06-25 Jakub ZelenkaAdd OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key...
2017-06-25 Nikita PopovDrop soap_hash_str_find_deref()
2017-06-25 Nikita PopovOnly compute callback name in error cases
2017-06-25 Nikita PopovExtract zend_get_callable_name() API
2017-06-25 Nikita PopovMove va_copy compatibility code into zend_portability.h
2017-06-25 Nikita PopovRemove unnecessary string copy
2017-06-25 Nikita PopovFix FE_FETCH_* exception check
2017-06-25 Nikita PopovFixed bug #74810
2017-06-25 Nikita PopovMerge branch 'PHP-7.1'
2017-06-25 Nikita PopovMerge branch 'PHP-7.0' into PHP-7.1
2017-06-25 Nikita PopovDon't leave holes in func_get_args() and backtraces
2017-06-25 Bob WeinandFixed bug #73944 (inflate_init() dictionary option...
2017-06-25 wapmorganRemove invalid check of dictionary content and add...
2017-06-25 Remi Colletnot about zend_arg_info.class_name
2017-06-25 Remi Colletnote about IS_TYPE_IMMUTABLE
2017-06-25 Remi Colletnote about php_pcre_replace*
2017-06-25 Remi ColletZEND_ACC_CLONE is removed
2017-06-25 Remi Colletfix version
2017-06-23 Anatol Belski[ci skip] update NEWS
2017-06-23 Anatol BelskiMerge branch 'PHP-7.1'
2017-06-23 Anatol Belski[ci skip] update NEWS
2017-06-23 Anatol BelskiRelax test condition, as OpenSSL 1.1.x out differs...
2017-06-23 Anatol BelskiMerge branch 'PHP-7.1'
2017-06-23 Anatol BelskiFix bug #74798 pkcs7_en/decrypt does not work if \x0a...
2017-06-23 Nikita PopovMerge branch 'PHP-7.1'
2017-06-23 Nikita PopovFixed bug #74623
2017-06-23 Nikita PopovMake inference robust against infinite loop
2017-06-23 Dmitry StogovMerge branch 'fast_shutdown'
2017-06-23 Dmitry StogovReseet EG(active) a bit early.
next