]> granicus.if.org Git - php/shortlog
php
2015-11-05 Anatol Belskiupdate NEWS
2015-11-05 Anatol Belskiuse Z* macro name
2015-11-05 Anatol Belskifix NULL deref in mbstring post handler
2015-11-05 Anatol Belskifix NULL deref in pdo_firebird
2015-11-05 Anatol Belskifix pdo_sqlite crash with empty bound stream
2015-11-05 Anatol Belskifix leak
2015-11-05 Anatol Belskifix pdo_mysql crash with empty bound stream param
2015-11-05 Anatol Belskiadd test for bug #70861
2015-11-05 Fabian FranzFix setting of empty string resource.
2015-11-05 Anatol Belskifix possible NULL deref in image functions
2015-11-05 Anatol Belskifix crash in sqlite when executing with bound stream...
2015-11-05 Anatol Belskire-update NEWS
2015-11-05 Anatol Belskiupdate the actual sql parser file for #70861
2015-11-05 Anatol BelskiFix bug #70861 Segmentation fault in pdo_parse_params...
2015-11-05 Anatol Belskidon't get invalid chmod mode through
2015-11-05 Anatol Belskizero cwd buffer before passing to chmod
2015-11-05 Reeze XiaMerge branch 'PHP-5.6' into PHP-7.0
2015-11-05 Reeze XiaMake test for bug #70852 to cover all cases
2015-11-05 Reeze XiaFixed bug #70852 Segfault getting NULL offset of an...
2015-11-04 Xinchen HuiFixed bug #70853 (SplFixedArray throws exception when...
2015-11-04 Xinchen HuiFixed bug #70843 (Segmentation fault on MacOSX with...
2015-11-04 Xinchen HuiFixed bug #70805 (Segmentation faults whilst running...
2015-11-02 Xinchen HuiFixed bug #70540 (sapi/fpm/tests/008.phpt and 016.phpt...
2015-11-02 Xinchen HuiAdd test_fpm_conf to skip some tests ranth than mark...
2015-11-02 Xinchen HuiMerge branch 'PHP-5.6' into PHP-7.0
2015-11-02 Xinchen HuiFixed test
2015-11-02 Xinchen HuiMerge branch 'PHP-5.6' into PHP-7.0
2015-11-02 Xinchen HuiMerge branch 'PHP-5.6' of git.php.net:/php-src into...
2015-11-02 Xinchen HuiFixed bug #70828 (php-fpm 5.6 with opcache crashes...
2015-10-29 Jakub ZelenkaUse standard title for new openssl tests
2015-10-29 rootnew tests to openssl module, don't covered yet.
2015-10-27 Andrey HristovAnother Fix for Bug #68344 MySQLi does not provide...
2015-10-27 Xinchen HuiFixed bug #70656 (require() statement broken after...
2015-10-27 Xinchen HuiRevert "Fixed bug #70656 (require() statement broken...
2015-10-27 Xinchen HuiFixed bug #70656 (require() statement broken after...
2015-10-30 LeighUse arc4random on OpenBSD 5.5+ and NetBSD 7+
2015-10-30 Reeze XiaThis couldn't be false as it has been checked before
2015-10-30 Reeze XiaUse h parameter to avoid duplicate ht access of `array_...
2015-10-30 Dmitry StogovFixed incomplete initialization.
2015-10-29 Jakub ZelenkaMerge branch 'PHP-5.6' into PHP-7.0
2015-10-29 Dmitry StogovFixed memory leak in php_stream_context_set_option()
2015-10-29 Xinchen HuiMake these tests fail faster, Thanks to GFW
2015-10-29 Xinchen HuiMerge branch 'PHP-7.0' of git.php.net:/php-src into...
2015-10-29 Xinchen HuiFixed bug #70808 (array_merge_recursive corrupts memory...
2015-10-29 Julien PauliDon't remap .text segment if huge pages are not available.
2015-10-28 Andrey HristovFix mysqli tests
2015-10-27 Anatol Belskisync NEWS
2015-10-27 Anatol Belski7.0.1 is next
2015-10-27 Dmitry StogovFix frequent reallocations with many small strings
2015-10-27 Anatol Belskicorrect snprintf usage
2015-10-27 Andrey HristovMerge branch 'PHP-5.6' into PHP-7.0
2015-10-26 LeighRemove arc4random
2015-10-26 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2015-10-26 Anatol Belskiupdate NEWS
2015-10-26 Anatol BelskiFixed bug #70718 stream_select() when OpenSSL extension...
2015-10-26 Dmitry StogovFixed inconsistent exception handling (uopz/tests/006...
2015-10-26 Xinchen HuiFixed bug #70785 (Infinite loop due to exception during...
2015-10-25 Jakub ZelenkaCheck EVP_SealFinal return code
2015-10-25 Bob WeinandFix refcount reaching 2^32 - 1 for resources
2015-10-24 Nuno Lopesunbreak coverage data: fix #line directives in phpdbg...
2015-10-24 Nuno Lopesunbreak coverage data: fix #line directives in phpdbg...
2015-10-24 Nuno Lopesexclude datelib from coverage report as asked by Derick
2015-10-24 Nuno Lopesexclude datelib from coverage report as asked by Derick
2015-10-24 Nikita PopovFix bug #70782
2015-10-23 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2015-10-23 Anatol BelskiFix globals initialization in sapi/cgi
2015-10-23 Anatol Belskirather use the supplied inttypes.h with vc14
2015-10-23 Anatol Belskifix test redirection when run not from source root
2015-10-23 Xinchen HuiIndents
2015-10-23 c9sFix boolean conversion warnings
2015-10-22 Andrey HristovMerge branch 'PHP-5.6' into PHP-7.0
2015-10-22 Andrey HristovImprove fix for Bug #68344 MySQLi does not provide...
2015-10-21 Andrey HristovMerge branch 'PHP-5.6' into PHP-7.0
2015-10-21 Andrey HristovFix for Bug #68344 MySQLi does not provide way to...
2015-10-21 Andrey HristovUpdate the certificates needed for the mysqli tests
2015-10-20 Bob WeinandExempt paging from -qrr mode
2015-10-20 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2015-10-20 Anatol Belskibackport 262160e and 2d55e8c into 5.6
2015-10-20 Xinchen HuiRevert "Ensure proper exception handling and EX(opline...
2015-10-20 Xinchen HuiRegenerate zend_ini_scanner.c
2015-10-20 Xinchen HuiUpdate NEWS
2015-10-20 Xinchen HuiMerge branch 'PHP-5.6' into PHP-7.0
2015-10-20 Xinchen HuiFixed bug #70748 (Segfault in ini_lex () at Zend/zend_i...
2015-10-19 Ferenc Kovacsremove imap tests for now until I finish the sudoless...
2015-10-19 Ferenc Kovacsremove imap tests for now until I finish the sudoless...
2015-10-19 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2015-10-19 Ferenc KovacsMerge branch 'PHP-5.5' into PHP-5.6
2015-10-19 Ferenc KovacsMerge branch 'pr-1483' into PHP-5.5
2015-10-19 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2015-10-19 Stanislav MalyshevMerge branch 'pull-request/1535' into PHP-5.6
2015-10-19 Daniel PerssonFix bug #64172
2015-10-19 Daniel PerssonFix bug #64172
2015-10-18 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2015-10-18 Fábio PerezSkip some tests for platforms different than x86
2015-10-18 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2015-10-18 Stanislav MalyshevSkip serialize test if ext/session is not loaded
2015-10-18 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2015-10-18 jubianchiRemove wrong argument $session from SNMP::setSecurity()
2015-10-18 jubianchiFix SNMP::setSecurity() arginfo (Fixes bug #70476)
2015-10-18 Felipe Pena- Implemented output paging
next