]> granicus.if.org Git - php/shortlog
php
2013-11-26 Andrey HristovMerge branch 'PHP-5.4' into PHP-5.5
2013-11-26 Andrey HristovFix for Bug #66141 (mysqlnd quote function is wrong...
2013-11-25 Andrey HristovMerge branch 'PHP-5.4' into PHP-5.5
2013-11-25 Andrey Hristovbring the news
2013-11-25 Dmitry StogovFixed compatibility with old PHP versions
2013-11-25 Dmitry StogovFixed bug #65915 (Inconsistent results with require...
2013-11-21 Anatol BelskiMerge branch 'PHP-5.4' into PHP-5.5
2013-11-21 Anatol Belskifixed test
2013-11-21 Andrey HristovMerge branch 'PHP-5.4' into PHP-5.5
2013-11-21 Andrey HristovAnd here is the real fix for #66124
2013-11-21 Andrey HristovMerge branch 'PHP-5.4' into PHP-5.5
2013-11-21 Andrey HristovFix for Bug #66124 (mysqli under mysqlnd loses precisio...
2013-11-20 Anatol BelskiMerge branch 'PHP-5.4' into PHP-5.5
2013-11-20 Anatol Belskipermanently deactivate that place, not on runtime only
2013-11-19 Yasuo OhgakiMerge branch 'PHP-5.4' into PHP-5.5
2013-11-19 Yasuo OhgakiFix WS in serialization_error_002.phpt
2013-11-19 Aaron Hamidadded a test to cover distinction between boolean retur...
2013-11-19 Jeff WelchFixed tests that fail with non-default `serialize_preci...
2013-11-19 Jeff WelchFixed tests that fail with non-default `serialize_preci...
2013-11-19 Remi ColletMerge branch 'PHP-5.4' into PHP-5.5
2013-11-19 Remi Colletavoid doing a stream_select on a closed stream
2013-11-18 Andrea FauldsUpdated NEWS
2013-11-18 Andrea FauldsMerge branch 'CLIGetAllHeadersBackport' into PHP-5.5
2013-11-17 Xinchen HuiUpdate NEWS
2013-11-17 Xinchen HuiMerge branch 'PHP-5.4' into PHP-5.5
2013-11-17 Xinchen HuiFixed Bug #66094 (unregister_tick_function tries to...
2013-11-15 Christopher... This is CLI web server change. Added some common MIME...
2013-11-15 Remi ColletNEWS
2013-11-15 Remi ColletFix Bug #65714 PHP cli forces the tty to cooked mode
2013-11-14 Adam HarveyMove the JSON bugfix into the 5.5.6 changelog.
2013-11-13 Andrea FauldsRemoved UPGRADING note
2013-11-13 Remi ColletFix failed test with recent glibc
2013-11-12 Andrea FauldsRewrote test using tcp instead of http:// stream
2013-11-12 Andrea FauldsImplemented FR #65917 (getallheaders() is not supported...
2013-11-12 Julien Pauli5.5.7 now
2013-11-10 Adam HarveyMerge branch 'PHP-5.4' into PHP-5.5
2013-11-10 Adam HarveyUpdate NEWS and remove the unnecessary UPGRADING note.
2013-11-10 Adam HarveyMerge remote-tracking branch 'ajf/JSONWhitespaceFix...
2013-11-09 Rasmus LerdorfMerge branch 'PHP-5.4' into PHP-5.5
2013-11-09 Rasmus LerdorfFix broken test
2013-11-08 Dmitry StogovFixed issue #115 (path issue when using phar).
2013-11-08 Dmitry StogovAdded tests for PHAR/OPCahce incompatibilities
2013-11-08 Xinchen HuiUpdate NEWS
2013-11-08 Xinchen HuiMerge branch 'PHP-5.4' into PHP-5.5
2013-11-08 Xinchen HuiFixed bug #65947 (basename is no more working after...
2013-11-08 Xinchen HuiUpdate NEWS
2013-11-08 Xinchen HuiMerge branch 'PHP-5.4' into PHP-5.5
2013-11-08 Xinchen HuiFixed Bug #66043 (Segfault calling bind_param() on...
2013-11-08 Rasmus LerdorfNEWS entry
2013-11-08 Rasmus LerdorfNEWS entry
2013-11-08 Rasmus LerdorfMerge branch 'PHP-5.4' into PHP-5.5
2013-11-08 Rasmus LerdorfFix bug #65946 - pdo_sql_parser.c permanently converts...
2013-11-07 Rasmus LerdorfMerge branch 'PHP-5.4' of git.php.net:php-src into...
2013-11-07 Rasmus LerdorfMerge branch 'PHP-5.5' of git.php.net:php-src into...
2013-11-06 Ferenc KovacsMerge branch 'PHP-5.4' into PHP-5.5
2013-11-06 Sara GolemonAdd a couple more test cases to parse_url() tests
2013-11-06 ptarjanfix missing change from 'tcp_socket' to the more common...
2013-11-06 ptarjanfix many parallel test issues
2013-11-06 Christopher... Cleanup temp test file
2013-11-06 Xinchen HuiRevert "Fixed issue #115 (path issue when using phar)."
2013-11-05 Xinchen HuiRemove outdate codes, make it clearer, although just...
2013-11-05 Xinchen HuiUpdate NEWS
2013-11-05 Xinchen HuiMerge branch 'PHP-5.4' into PHP-5.5
2013-11-05 Xinchen HuiFixed Bug #66034 (Segmentation Fault when constructor...
2013-11-05 Xinchen HuiMerge branch 'PHP-5.4' of git.php.net:php-src into...
2013-11-04 Xinchen HuiMerge branch 'PHP-5.5' of git.php.net:php-src into...
2013-11-04 Xinchen HuiFixed coredump due to abnormal implemention of phar
2013-10-31 Rasmus LerdorfMerge branch 'PHP-5.5' of git.php.net:php-src into...
2013-10-31 Lior KaplanTypo fix: umknown -> unknown
2013-10-31 Martin HujerTypo fix: umknown -> unknown
2013-10-31 Antony Dovgaladd news entry about FPM backlog change
2013-10-31 Rasmus LerdorfFix bug #66008
2013-10-31 Rasmus LerdorfFix bug #66008
2013-10-30 Stanislav Malyshev5.4.23-dev
2013-10-29 Anatol Belskiupdated libs_versions.txt
2013-10-29 Yasuo OhgakiMerge branch 'PHP-5.4' of git.php.net:php-src into...
2013-10-29 Yasuo OhgakiUpdate NEWS
2013-10-29 Yasuo OhgakiMerge branch 'PHP-5.4' into PHP-5.5
2013-10-29 Yasuo OhgakiUpdate NEWS
2013-10-29 Yasuo OhgakiMerge branch 'PHP-5.5' of git.php.net:php-src into...
2013-10-29 Yasuo OhgakiFixed Bug 64760 var_export() does not use full precisio...
2013-10-29 Remi ColletMerge branch 'PHP-5.4' into PHP-5.5
2013-10-29 Remi Colletadd bundled libzip LICENSE, as required by BSD License...
2013-10-29 Yasuo OhgakiMerge branch 'PHP-5.4' of git.php.net:php-src into...
2013-10-28 Derick RethansMerge branch 'PHP-5.4' into PHP-5.5
2013-10-28 Derick Rethans- Updated to version 2013.8 (2013h)
2013-10-28 Derick RethansMerge branch 'PHP-5.5' of git.php.net:php-src into...
2013-10-28 Derick RethansMerge branch 'PHP-5.4' of git.php.net:php-src into...
2013-10-28 Dmitry StogovUse zval* instead of zval**
2013-10-28 Dmitry StogovIncreased limit for opcache.max_accelerated_files to...
2013-10-28 Dmitry StogovMerge branch 'PHP-5.5' of git.php.net:php-src into...
2013-10-28 Antony DovgalMerge branch 'PHP-5.5' of https://git.php.net/repositor...
2013-10-28 Yasuo OhgakiMerge branch 'PHP-5.5' of git.php.net:php-src into...
2013-10-28 Dmitry StogovImproved performance of array_merge() by eliminating...
2013-10-28 Dmitry StogovImproved performance of func_get_args() by eliminating...
2013-10-27 Hannes MagnussonLink to more readmes
2013-10-27 Antony Dovgalincrease backlog to the highest value everywhere
2013-10-27 Xinchen HuiMerge branch 'PHP-5.4' into PHP-5.5
2013-10-27 Xinchen HuiMerge branch 'PHP-5.4' of git.php.net:php-src into...
2013-10-27 Xinchen Huiremove "PHP 6" staff
next