]> granicus.if.org Git - php/shortlog
php
2013-11-27 Remi ColletFixed bug #66060 (Heap buffer over-read in DateInterval)
2013-11-27 Stanislav Malyshev5.4.24-dev now
2013-11-26 Andrey Hristovadd test
2013-11-26 Andrey HristovFix for Bug #66141 (mysqlnd quote function is wrong...
2013-11-25 Andrey Hristovbring the news
2013-11-21 Anatol Belskifixed test
2013-11-21 Andrey HristovAnd here is the real fix for #66124
2013-11-21 Andrey HristovFix for Bug #66124 (mysqli under mysqlnd loses precisio...
2013-11-20 Anatol Belskipermanently deactivate that place, not on runtime only
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 Remi Colletavoid doing a stream_select on a closed stream
2013-11-17 Xinchen HuiFixed Bug #66094 (unregister_tick_function tries to...
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 LerdorfFix broken test
2013-11-08 Xinchen HuiFixed bug #65947 (basename is no more working after...
2013-11-08 Xinchen HuiFixed Bug #66043 (Segfault calling bind_param() on...
2013-11-08 Rasmus LerdorfNEWS entry
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-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-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-10-31 Lior KaplanTypo fix: umknown -> unknown
2013-10-31 Rasmus LerdorfFix bug #66008
2013-10-30 Stanislav Malyshev5.4.23-dev
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 OhgakiFixed Bug 64760 var_export() does not use full precisio...
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 Rethans- Updated to version 2013.8 (2013h)
2013-10-28 Derick RethansMerge branch 'PHP-5.4' of git.php.net:php-src into...
2013-10-27 Xinchen HuiMerge branch 'PHP-5.4' of git.php.net:php-src into...
2013-10-27 Xinchen Huiremove "PHP 6" staff
2013-10-26 Yasuo OhgakiFixed bug #65950 Field name truncation if the field...
2013-10-23 Derick Rethans- Updated to version 2013.7 (2013g)
2013-10-22 Yasuo OhgakiFix Coverity issue reporting wrong sizeof()
2013-10-22 Yasuo OhgakiMerge branch 'PHP-5.4' of git.php.net:php-src into...
2013-10-21 Michael Wallnerexif NEWS
2013-10-21 Michael Wallneradd tests for bug #62523
2013-10-21 Michael WallnerMerged PR #293 (Exif crash on unknown encoding was...
2013-10-21 Michael WallnerJust SKIP that test on travis
2013-10-21 Stanislav Malyshevfix memory leak on error (from Coverity scan)
2013-10-21 Stanislav MalyshevFix coverity issue with -1 returned by findOffset not...
2013-10-21 Stanislav Malyshev5.4.21 release date
2013-10-21 Rasmus LerdorfWhen src->src is null this doesn't get initialized
2013-10-21 Rasmus LerdorfFix typo
2013-10-20 Rasmus LerdorfClean up this weird safe_emalloc() call
2013-10-20 Rasmus LerdorfMinor Coverity tweaks
2013-10-20 Felipe Pena- Moved NULL check before dereferencing
2013-10-20 Felipe Pena- Fixed possible NULL ptr dereference
2013-10-20 Felipe PenaMerge branch 'PHP-5.4' of git.php.net:/php-src into...
2013-10-20 Felipe Pena- Fixed possible uninitialized scalar variable usage...
2013-10-20 Rasmus LerdorfRemove senseless check here
2013-10-20 Felipe Pena- Fix extern declaration according to definition
2013-10-20 Felipe Pena- Fix possible memory leak
2013-10-20 Felipe Pena- Moved allocation to if block to make Coverity happy
2013-10-20 Felipe Pena- Fixed possible memory leak
2013-10-20 Rasmus LerdorfFix unitialized opened_path here - found by Coverity
2013-10-20 Rasmus LerdorfInitialize these to make Coverity happy
2013-10-19 Lior KaplanTypo fix: managment -> management
2013-10-19 Lior KaplanUse minus sign instead of hyphen
2013-10-19 Rasmus LerdorfMerge branch 'pull-request/499'
2013-10-19 Michael Wallneruse $YACC instead of 'bison' as suggested by Yasuo
2013-10-16 bwoebiFixed bug #65911 ($this not usable as static property)
2013-10-15 Andrea FauldsUPGRADING and NEWS
2013-10-15 Andrea FauldsMerge branch 'PHP-5.4' into JSONWhitespaceFix
2013-10-15 Andrea FauldsBetter test: Check combined leading/trailing
2013-10-14 Anatol Belskifix whitespaces
2013-10-14 Anatol Belskiadded notes about the PECL site conformity
2013-10-14 Anatol Belskifixed skeleton to produce the normalized ext version...
2013-10-12 Felipe Pena- Fixed possible memory leak
2013-10-09 Christopher... Merge branch 'PHP-5.4' of https://git.php.net/repositor...
2013-10-09 Michael WallnerC89 compatibility
2013-10-09 Daniel LowreyFixed segfault when built with OpenSSL >= 1.0.1
2013-10-06 ArunSKfixing a minor typo in CODING_STANDARDS document
2013-10-06 Stanley SufficoolFIX BUG #65219 - Typo correction
2013-10-05 Stanley SufficoolMerge branch 'PHP-5.4' of https://git.php.net/push...
2013-10-05 Stanley SufficoolFIX BUG #65219 - USE DB not being sent for FreeTDS...
2013-10-05 Felipe Pena- Fixed bug #65818 (Segfault with built-in webserver...
2013-10-05 Felipe Pena- BFN
2013-10-04 Christopher... Merge branch 'PHP-5.4' of https://git.php.net/repositor...
2013-10-04 Philip HofstetterFix bug #65667: ftp_nb_continue produces segfault
2013-10-04 Michael Wallnerfix bug #64146 (serialize incorrectly saving objects...
2013-10-04 Michael Wallnersuch a weird hack probably helps in finding regressions...
2013-10-04 Christopher... Merge branch 'PHP-5.4' of https://git.php.net/repositor...
2013-10-04 Michael WallnerFixed bug #64230 (XMLReader does not suppress errors)
2013-10-03 Christopher... Merge branch 'PHP-5.4' of https://git.php.net/repositor...
2013-10-03 Michael Wallnertypo: really fix bug #51936 Crash with clone xmlreader
2013-10-03 Michael Wallnerfix bug #59613 (Crash with clone XMLReader)
2013-10-02 Michael Wallnerfix bug #65808 the socket_connect() won't work with...
2013-10-02 Christopher... Merge branch 'PHP-5.4' of https://git.php.net/repositor...
2013-10-02 Stanislav Malyshev5.4.22-dev now
2013-10-01 Christopher... Merge branch 'PHP-5.4' of https://git.php.net/repositor...
next