]> granicus.if.org Git - php/shortlog
php
2009-09-25 Ulf WendelReplacing MYSQL_TEST_COMPRESS env var with more generic...
2009-09-25 Andrey HristovFix error code checking for mysql_stmt_attr_set. There
2009-09-25 Andrey HristovFix possible crash when conn is NULL
2009-09-25 Felipe Pena- Fix test
2009-09-25 Felipe Pena- Fixed mem leak
2009-09-24 Ilia AlshanetskyMake tempnam() return FALSE on error as documented
2009-09-24 Sriram Natarajan- Fixed bug #49571 (CURLOPT_POSTREDIR not implemented).
2009-09-24 Jani Taskinen- Fix the build issue with php_mysqlnd_config.h ending...
2009-09-24 Rob RichardsFixed bug #49647 (DOMUserData does not exist)
2009-09-24 Ulf WendelProxying as many connect calls as possible to make...
2009-09-24 Rob Richardsfix memleak
2009-09-24 Antony Dovgalsave LDFLAGS in EXTRA_LDFLAGS before unsetting
2009-09-24 Ulf WendelFixing test
2009-09-24 Ulf WendelCoverage for the OO variants of some functions
2009-09-23 Dmitry StogovFixed tests ("\r" and "\n" mismatch)
2009-09-23 Dmitry StogovFixed tests ("\r" and "\n" mismatch)
2009-09-23 Moriyoshi Koizumi- Fixed bug #49354 (mb_strcut() cuts wrong length when...
2009-09-23 Dmitry StogovRemoved irrelevant test
2009-09-23 Dmitry StogovFixed a bug in parameter passing/conversion API which...
2009-09-23 Dmitry StogovFixed ext/standard/tests/streams/stream_get_contents_00...
2009-09-23 Dmitry StogovFixed compilation error
2009-09-23 Felipe Pena- Fixed bug #49531 (CURLOPT_INFILESIZE sometimes causes...
2009-09-23 Ilia AlshanetskyFixed compiler warning
2009-09-22 Felipe Pena- Fixed bug #49630 (imap_listscan function missing)
2009-09-22 Ulf Wendelmysqlnd supports INIT_COMMAND and so we can add it...
2009-09-22 Andrey HristovFix handling of BIT fields for non-PS. We need
2009-09-22 Dmitry StogovFixed tests which fail from time to time because of...
2009-09-22 Andrey Hristovsync with branch, after Ulf's commits
2009-09-22 Andrey HristovCheck for the different types and create the
2009-09-22 Andrey HristovFix handling of BIT fields in mysqli, when libmysql...
2009-09-22 Nuno LopesMFB: generalize output
2009-09-22 Nuno Lopesspread more svn:ignore love
2009-09-22 Ulf WendelFixing test
2009-09-22 Dmitry StogovFixed test (it failed from time to time because of...
2009-09-22 Jani Taskinen- Move tests in the right location
2009-09-22 Ulf WendelFixing test
2009-09-22 Dmitry StogovFixed ext/spl/tests/arrayObject_magicMethods2.phpt
2009-09-22 Ulf WendelFixing test. There is nothing we can do about the MySQL...
2009-09-22 Ulf WendelFixing test. Can't wait to see the new run-tests materi...
2009-09-22 Ilia AlshanetskyFixed build with older version of libcurl
2009-09-21 Ulf WendelFixing test
2009-09-21 Ulf WendelFixing test
2009-09-21 Dmitry StogovFixed tests (removed irrelevant check which makes test...
2009-09-21 Dmitry StogovFixed tests ("none" is an alias of "false" and it can...
2009-09-21 Ulf WendelMoving test code around to get test failures down witho...
2009-09-21 Dmitry StogovFixed memleak in tests/lang/engine_assignExecutionOrder...
2009-09-21 Ulf WendelFixing test by calling it a known limit. We keept the...
2009-09-21 Ulf WendelFixing test
2009-09-21 Dmitry StogovFixed tests
2009-09-21 Dmitry StogovFixed tests
2009-09-21 Ulf WendelNot nice but neither the MySQL Client Library not mysql...
2009-09-21 Ulf WendelFixing mysqli_result_references_mysqlnd.php
2009-09-21 Ulf WendelFixing mysqli_get_client_stats.phpt. More testing for...
2009-09-21 Ulf WendelFixing test: references has to be collected even if...
2009-09-21 Ulf WendelFixing test - the standard test table will not accept...
2009-09-19 Pierre Joye- fix ACL cache for read check
2009-09-18 Hannes MagnussonAnd now use proper colspanning
2009-09-18 Hannes MagnussonFix typo in comment (danbrown)
2009-09-18 Hannes MagnussonThrow some credit around
2009-09-18 Andrey HristovFix for bug#48909 Segmentation fault in mysqli_stmt_execute
2009-09-18 Andrey HristovFix for bug#48754 mysql_close() crash php when no handl...
2009-09-17 Andrey HristovAfix not included by the fix committed by Ulf.
2009-09-17 Ulf Wendelbetter coverage for mysqli_info
2009-09-17 Sriram Natarajan- Fixed bug #49572 (use of C++ style comments causes...
2009-09-16 Felipe Pena- Fixed ZTS build
2009-09-16 Sebastian BergmannMerge ReflectionMethod::setAccessible() to PHP 5.3...
2009-09-16 Ulf WendelFix (by Andrey) and test for bug #49442 . Don't use...
2009-09-16 Ulf WendelFix and tests for bug #49511 . mysqlnd and the MySQL...
2009-09-16 Patrick AllaertMinor change to improve code coverage
2009-09-15 andy wharmbyFix SKIPIF sections
2009-09-15 Rasmus LerdorfFix for bug #49558 for 5.2 and HEAD as well.
2009-09-15 Ilia AlshanetskyUpgraded bundled sqlite to version 3.6.18.
2009-09-15 Pierre Joye- #49253, add support for libcurl's CERTINFO option
2009-09-15 Moriyoshi Koizumi- WS fix (spaces to tabs)
2009-09-14 Pierre Joye- Fix #48746, improve fix to support all possible cases...
2009-09-14 Ilia AlshanetskyFixed certificate validation inside php_openssl_apply_v...
2009-09-14 Moriyoshi Koizumi- Looks like bug #48697 has already been fixed in RC1.
2009-09-13 Felipe Pena- Fixed warnings (Kalle)
2009-09-13 Ilia AlshanetskyFixed test
2009-09-11 andy wharmbyAdd missing SKIPIF
2009-09-11 Moriyoshi Koizumi- Fix bug #49536 (mb_detect_encoding() returns incorrec...
2009-09-11 Ulf WendelFix for bug #49357 (MySQLi extension fails to recogniz...
2009-09-11 Ulf WendelStepping back to PHP 5.2.x and earlier logic of allocat...
2009-09-11 Ulf WendelFixing a crash which must have existed since PHP 5...
2009-09-11 Moriyoshi Koizumi- Fix bug #49528 (UTF-16 strings prefixed by BOM wrongl...
2009-09-10 Jani Taskinen- Simplified a bit and fixed possible memory corruption...
2009-09-10 Jani Taskinen- Fix skips
2009-09-10 Jani Taskinen- Fix build for !win32 systems..
2009-09-10 Sebastian BergmannUse getThis() correctly.
2009-09-10 Sebastian BergmannAdd ReflectionMethod::setAccessible() for invoking...
2009-09-10 Ilia AlshanetskyFixed test
2009-09-10 Felipe Pena- Possible fix for bug #49344 on Windows (pdo_mssql...
2009-09-09 Ulf WendelAndrey fixed the bug but the test was somewhat borked...
2009-09-09 Ulf WendelSome extra test coverage for http://bugs.php.net/bug...
2009-09-09 Ulf WendelTests for http://bugs.php.net/bug.php?id=49357 (libmysq...
2009-09-09 Ulf WendelNext attempt to fix http://bugs.php.net/bug.php?id...
2009-09-08 Derick Rethans- Updated to version 2009.13 (2009m)
2009-09-08 Kalle Sommer... This shouldn't have been in the commit
2009-09-08 Kalle Sommer... Experimental build support for VC10
2009-09-08 Kalle Sommer... Fixed ext/sockets build
next