]> granicus.if.org Git - php/shortlog
php
2015-08-11 Anatol Belskimake this test more robust on slower execution
2015-08-11 Xinchen Huisuggest parentheses around ‘&&’ within ‘||’
2015-08-11 Xinchen HuiFixed bug #70240 (Segfault when doing unset($var());)
2015-08-11 Dmitry StogovReimplemented ability to get debug info (C source file...
2015-08-11 Anatol Belskiadd EAGAIN checks
2015-08-11 Anatol Belskiadd test for bug #70198
2015-08-11 Anatol BelskiFixed bug #70198 Checking liveness does not work as...
2015-08-11 Anatol Belskiintegrate static tsrmls cache with ext/mcrypt
2015-08-11 Anatol Belskiadd folds
2015-08-11 Xinchen HuiMerge branch 'marcosptf-enchant-phpt' of https://github...
2015-08-10 Christoph M... updated NEWS wrt. bug #69487
2015-08-10 Christoph M... Merge branch 'PHP-5.6'
2015-08-10 Christoph M... updated NEWS wrt. bug #69487
2015-08-10 Christoph M... Fix #69487: SAPI may truncate POST data
2015-08-10 Christoph M... Merge branch 'PHP-5.6'
2015-08-10 Andrea FauldsReplace bug70018 test (broken on non-GNU) with win32...
2015-08-10 Dmitry StogovReverted useless cleanup code
2015-08-10 marcosptfUpdate broker_describe.phpt
2015-08-10 marcosptfUpdate broker_describe.phpt
2015-08-10 marcosptfUpdate dict_check.phpt
2015-08-10 Dmitry StogovSupport for XLC compiler
2015-08-10 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-08-10 Anatol Belskifix test
2015-08-10 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-08-10 Xinchen HuiFixed Bug #70173 (ZVAL_COPY_VALUE_EX broken for 32bit...
2015-08-10 Dmitry StogovFixed typo
2015-08-10 Xinchen HuiMerge branch 'copy-32bit-be' of https://github.com...
2015-08-10 Bob WeinandMerge branch 'ts_bin_hex_conv' of https://github.com...
2015-08-10 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-08-10 Xinchen HuiAdd XFAIL test for #70228
2015-08-10 Xinchen HuiFixed no return statement in function returning non...
2015-08-10 Dmitry StogovFixed bug #70207 (Finally is broken with opcache)
2015-08-10 Xinchen HuiFixed bug #70221 (persistent sqlite connection + custom...
2015-08-10 Xinchen HuiHmm, we should also take care of uninitialized hashTable
2015-08-10 Xinchen HuiFixed bug #70223 (Incrementing value returned by magic...
2015-08-10 Xinchen HuiFixed typo
2015-08-10 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-08-10 Xinchen HuiFixed bug #70211 (php 7 ZEND_HASH_IF_FULL_DO_RESIZE...
2015-08-10 Lior KaplanAdd CVE IDs asigned to #69085 (PHP 5.6.7)
2015-08-10 Lior KaplanAlign NEWS with 5.6.12
2015-08-10 Lior KaplanAdd entries for phar bug fixes in 5.6.11 (also have...
2015-08-10 Anatol Belskifix wording
2015-08-10 Anatol Belskione bracket too much
2015-08-10 Anatol Belskiadd check for required re2c
2015-08-10 Anatol Belskicatch up with the current requirement
2015-08-10 Anatol Belskimake use of PHPROOT for possible mkdist integration
2015-08-10 Anatol Belskimake scripts/dev/gen_verify_stub executable
2015-08-10 Anatol Belskiinitial add verification stub generator
2015-08-09 Anatol Belskidon't close stdin
2015-08-09 Anatol Belskifix the mcrypt related part of bug #64833
2015-08-09 Christoph M... Fix #70173: ZVAL_COPY_VALUE_EX broken for 32bit Solaris...
2015-08-09 marcosptfUpdate broker_free.phpt
2015-08-09 marcosptfUpdate broker_dict_exists.phpt
2015-08-09 marcosptfUpdate broker_describe.phpt
2015-08-09 marcosptfUpdate dict_suggest.phpt
2015-08-09 marcosptfUpdate dict_store_replacement.phpt
2015-08-09 marcosptfUpdate dict_quick_check_01.phpt
2015-08-09 marcosptfUpdate dict_quick_check.phpt
2015-08-09 marcosptfUpdate dict_is_in_session.phpt
2015-08-09 marcosptfUpdate dict_get_error.phpt
2015-08-09 marcosptfUpdate dict_describe.phpt
2015-08-09 marcosptfUpdate dict_check.phpt
2015-08-09 marcosptfUpdate dict_add_to_session.phpt
2015-08-09 marcosptfUpdate dict_add_to_personal.phpt
2015-08-09 marcosptfUpdate broker_set_ordering.phpt
2015-08-09 marcosptfUpdate broker_request_dict_01.phpt
2015-08-09 marcosptfUpdate broker_request_dict_01.phpt
2015-08-09 marcosptfUpdate broker_request_dict.phpt
2015-08-09 marcosptfUpdate broker_list_dicts.phpt
2015-08-09 marcosptfUpdate broker_init.phpt
2015-08-09 marcosptfUpdate broker_get_error.phpt
2015-08-09 marcosptfUpdate broker_free_01.phpt
2015-08-09 marcosptfUpdate broker_free.phpt
2015-08-09 marcosptfnew test refactor
2015-08-09 marcosptftest refactor
2015-08-09 Anatol Belskifix typo in NEWS
2015-08-09 Christoph M... updated NEWS
2015-08-09 Christoph M... Merge branch 'PHP-5.6'
2015-08-09 Christoph M... updated NEWS
2015-08-09 wusuopuFix #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE
2015-08-09 Christoph M... added tests for bug #66606
2015-08-08 Bob WeinandFixed bug #70215 (segfault when __invoke is static)
2015-08-08 Bob WeinandFixed bug #70214 (FASYNC possibly not defined)
2015-08-07 Bob WeinandFixed bug #70208 (Assert breaking access on objects)
2015-08-07 marcosptfUpdate broker_list_dicts.phpt
2015-08-07 marcosptfUpdate dict_suggest.phpt
2015-08-07 Lior KaplanAdd FR to #70112 news entry
2015-08-07 marcosptfUpdate dict_suggest.phpt
2015-08-07 marcosptfUpdate broker_list_dicts.phpt
2015-08-07 marcosptfUpdate dict_describe.phpt
2015-08-07 Christoph M... Merge branch 'pull-request/1458'
2015-08-07 marcosptfUpdate dict_describe.phpt
2015-08-07 marcosptfUpdate broker_list_dicts.phpt
2015-08-07 marcosptfCreate dict_suggest.phpt
2015-08-07 marcosptfRename dict_quick_check.phpt to dict_quick_check_01...
2015-08-07 marcosptfCreate dict_store_replacement.phpt
2015-08-07 marcosptfCreate dict_suggest.phpt
2015-08-07 marcosptfCreate dict_is_in_session.phpt
2015-08-07 marcosptfCreate dict_get_error.phpt
2015-08-07 marcosptfCreate dict_describe.phpt
next