]> granicus.if.org Git - php/shortlog
php
2017-01-06 Joe Watkinsadd stream_socket_sendto test from PR #1804
2017-01-06 Joe WatkinsMerge branch 'pull-request/1588' into PHP-7.0
2017-01-06 Joe WatkinsMerge branch 'pull-request/1360' into PHP-7.0
2017-01-06 Joe WatkinsMerge branch 'pull-request/1311' into PHP-7.0
2017-01-06 Joe WatkinsMerge branch 'pull-request/1430' into PHP-7.0
2017-01-06 Joe WatkinsMerge branch 'PHP-7.0' of git.php.net:/php-src into...
2017-01-06 Joe WatkinsMerge branch 'realpath_cache_size_update' into PHP-7.0
2017-01-06 Remi ColletMerge branch 'PHP-5.6' into PHP-7.0
2017-01-06 Markus StaabUpdate php.ini-development
2017-01-06 Markus StaabUpdate php.ini-production
2017-01-06 Markus Staabupdated default per proposal
2017-01-06 Markus StaabIncrease realpath_cache_size default value
2017-01-06 Remi Colletadd skip when json not loaded
2017-01-06 Anatol Belskifix deps dir for test data preparations
2017-01-06 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2017-01-06 Ferenc Kovacs5.6.31 is next
2017-01-06 Anatol Belskidon't use separate deps for release branches
2017-01-05 Christoph M... Merge branch 'pull-request/2278' into PHP-7.0
2017-01-05 Christoph M... Fix #70417: PharData::compress() doesn't close temp...
2017-01-05 Anatol BelskiRevert "Merge branch 'bugfix_timeout_61471' of https...
2017-01-05 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2017-01-05 Nikita PopovFix printf modifier
2017-01-05 Joe WatkinsMerge branch 'pull-request/1256' into PHP-7.0
2017-01-05 Anatol Belskiquick fix for the base branch version parsing, not...
2017-01-05 Anatol Belskimove dev to next
2017-01-04 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2017-01-04 Nikita PopovAdd tests for delayed __wakeup()
2017-01-04 Nikita PopovImplement delayed __wakeup
2017-01-04 Joe WatkinsMerge branch 'pull-request/2273' into PHP-7.0
2017-01-04 Sammy Kaye... Update copyright header to 2017 in calendar.c
2017-01-04 Sammy Kaye... Update copyright headers to 2017
2017-01-04 Anatol Belskiswitch to the beta1 SDK for AppVeyor build
2017-01-04 Joe Watkinsremove duplicate test
2017-01-04 Joe Watkinsfix test
2017-01-04 Joe WatkinsMerge branch 'pull-request/1312' into PHP-7.0
2017-01-03 Dorin MarcociFix PDO tests to match SQL standard syntax and pass...
2017-01-03 Anatol Belskibetter skip on files
2017-01-03 Nikita PopovFix build
2017-01-03 VinceFix Bug #73462 - Persistent connections don't set ...
2017-01-03 Joe WatkinsMerge branch 'pull-request/1905'
2017-01-03 Rasmus LerdorfFix opcache test dependencies
2017-01-03 Stanislav MalyshevUse correct string release function
2017-01-03 Stanislav MalyshevFix error reporting
2017-01-03 Stanislav MalyshevMerge branch 'PHP-7.0.15' into PHP-7.0
2017-01-03 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2017-01-03 Stanislav MalyshevMerge branch 'PHP-5.6.30' into PHP-5.6
2017-01-03 Stanislav MalyshevFix #73832 - leave the table in a safe state if the...
2017-01-03 Anatol Belskiset exclude AppVeyor branches and ignore builds on...
2017-01-03 Nikita PopovFix early free
2017-01-03 Anatol BelskiDisable pdb generation for AppVeyor
2017-01-02 Nikita PopovAdd NEWS entries
2017-01-02 Nikita PopovOptimize get_browser() using prefix and contains checks
2017-01-02 Nikita PopovOptimize browscap loading and representation
2017-01-02 Nikita PopovAdd get_browser() test against larger corpus
2017-01-02 Mitch HagstrandFix for nowait.phpt failing intermittently
2017-01-02 vanviegenFix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT...
2017-01-02 Joe Watkinsnews entry for PR #2267
2017-01-02 Arnout BoksFixed #67474 (getElementsByTagNameNS and default namespace)
2017-01-02 Arnout BoksAdd (failing) testcase for bug #67474
2017-01-02 Joe WatkinsMerge branch 'PHP-7.0' of git.php.net:/php-src into...
2017-01-02 Mitch HagstrandFix nowait.phpt to no longer depend on sleeping
2017-01-01 Nikita PopovFlush stderr on win32 in cli_log_message
2017-01-01 Nikita PopovFixed bug #73154
2017-01-01 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2017-01-01 Nikita PopovFIx bug #70213
2017-01-01 dreamszhuFix dom class can't be inherited by the internal class
2017-01-01 Stanislav MalyshevFix bug #73831 - NULL Pointer Dereference while unseria...
2017-01-01 Stanislav MalyshevFix bug #73737 FPE when parsing a tag format
2017-01-01 Stanislav MalyshevFix bug #73773 - Seg fault when loading hostile phar
2016-12-31 Stanislav MalyshevFix bug #73825 - Heap out of bounds read on unserialize...
2016-12-30 Stanislav MalyshevFix bug #73768 - Memory corruption when loading hostile...
2016-12-30 Stanislav MalyshevFix int overflows in phar (bug #73764)
2016-12-30 Christoph M... Merge branch 'PHP-7.0' of https://git.php.net/repositor...
2016-12-29 Nikita PopovAnother try at making concat_003 more reliable
2016-12-29 Nikita PopovFix flaky openssl_pkey_new test
2016-12-29 Mitch HagstrandMake Opcache tests using the cli server more reliable
2016-12-29 Christoph M... Merge branch 'PHP-5.6' into PHP-7.0
2016-12-29 Christoph M... Revert "Fix #73530: Unsetting result set may reset...
2016-12-29 Xinchen HuiMerge branch 'bugfix_timeout_61471' of https://github...
2016-12-29 Zheng SHAOdefine php_ap_map_http_request_error function for older...
2016-12-28 Zheng SHAOadd old versions of httpd support
2016-12-27 Nikita PopovDisable AppVeyor fast_finish
2016-12-27 Mitch HagstrandMakes the sapi web server and curl tests more reliable
2016-12-27 Mitch HagstrandFixes the curl tests to be more reliable in Travis CI
2016-12-26 dedal.qqInterpretation of curl_setopt values for boolean parameters
2016-12-26 Dorin MarcociFixes #65689. PDO_Firebrid / exec() does not free alloc...
2016-12-22 Bob WeinandFix alpn_ctx leaking in openssl
2016-12-22 Bob WeinandFixed bug #73373 (deflate_add does not verify that...
2016-12-22 Sébastien SantoroFix IS_UNDEF comparisons in opcache
2016-12-21 Bob WeinandFixed bug #73704 (phpdbg shows the wrong line in files...
2016-12-21 Nikita PopovIncrease timing quota for small string concat test
2016-12-21 David WalkerFix #73753 - Unpacked Arrays and Duplication
2016-12-21 Bob WeinandFix issue with -- in phpdbg command line
2016-12-20 Dmitry StogovFixed bug #73792 (invalid foreach loop hangs script)
2016-12-20 Zheng SHAOFixed NEWS conflicts
2016-12-19 Anatol Belskiupdate NEWS
2016-12-19 Dorin MarcociCompatibility with Firebird & Oracle select syntax.
2016-12-18 Anatol Belskifix proto
2016-12-18 Dorin MarcociCursor is not opened on singleton selects.
2016-12-18 Anatol Belskifix arg spec and datatype, follow up on 73594
next