Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug fixed in 5.0.46 | Andrey Hristov | 2008-03-08 | 1 | -2/+2 |
| | |||||
* | Fix a problem with $mysqi->connect() not working with default values. | Andrey Hristov | 2008-03-08 | 6 | -20/+48 |
| | | | | | Fix a leak, bug#39457 | ||||
* | Fix test. Now passes. | Andrey Hristov | 2008-02-20 | 1 | -13/+13 |
| | |||||
* | Fix a failing test | Andrey Hristov | 2008-02-19 | 1 | -1/+1 |
| | |||||
* | Fix test | Andrey Hristov | 2008-02-19 | 1 | -0/+12 |
| | |||||
* | Fixed a possible crash | Ilia Alshanetsky | 2008-02-18 | 1 | -1/+3 |
| | |||||
* | Fix windows build - VC doesn't like nested macros | Andrey Hristov | 2008-02-12 | 1 | -5/+4 |
| | |||||
* | MFH: - Fix build with TSRM and mysqlnd | Johannes Schlüter | 2008-02-12 | 1 | -0/+2 |
| | |||||
* | MFH | Antony Dovgal | 2008-02-12 | 1 | -1/+0 |
| | |||||
* | Fix typo | Andrey Hristov | 2008-02-12 | 1 | -1/+1 |
| | |||||
* | cvs sync | Andrey Hristov | 2008-02-11 | 1 | -0/+19 |
| | |||||
* | MFH: Fix a compatibility bug and a failing test | Andrey Hristov | 2008-02-06 | 1 | -3/+63 |
| | |||||
* | MFH: Fix test | Andrey Hristov | 2008-02-06 | 1 | -9/+5 |
| | |||||
* | Pconnect working with mysqli_real_connect(). To less failing tests. | Andrey Hristov | 2008-02-06 | 6 | -130/+112 |
| | |||||
* | Fix a leak, memory warning and failing test case. | Andrey Hristov | 2008-02-04 | 1 | -1/+3 |
| | |||||
* | Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -1/+5 |
| | |||||
* | some config.w32 fixes | Andrey Hristov | 2008-01-28 | 1 | -4/+4 |
| | | | | | | moved mysqlnd's block allocator to a separate file and also now it's part of the connection, no MT problems. | ||||
* | More optimizations - less MM calls | Andrey Hristov | 2008-01-28 | 6 | -19/+49 |
| | | | | | | | | | | Clearly separated fetching (physical reading) from decoding phases (data interpretation). Threaded fetching added but disabled as needs more work for Windows. For Linux needs some touches to add pthreads if this is enabled, probably with a compile-time switch. The code reorganisation makes it easy to add also async API, similar to cURL's one. | ||||
* | MySQL 6 compatibility fix. | Ulf Wendel | 2008-01-08 | 1 | -0/+4 |
| | |||||
* | Merge from HEAD: looks more than it is. Whitespace, some SQL formatting ↵ | Ulf Wendel | 2008-01-08 | 38 | -136/+183 |
| | | | | | | | changes etc. No "real" changes. | ||||
* | MFH | Ulf Wendel | 2008-01-04 | 5 | -3/+589 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Added: mysqli_fetch_assoc_zerofill.phpt checks for UNSIGNED ZEROFILL mysqli_stmt_bind_result_zerofill.phpt checks for UNSIGNED ZEROFILL mysqli_stmt_bind_param_call_user_func.phpt Needs to be refined once http://bugs.php.net/bug.php?id=43568 has been closed and a decision has been made on call_user_func_array(). There seems to be a BC break between 5_2 -> 5_3 . Johannes has an eye on it Modified: mysqli_change_user_insert_id.phpt skip test for buggy MySQL Server versions mysqli_insert_id.phpt added additional checks | ||||
* | MFH: Fix for bug #43036 | Ulf Wendel | 2008-01-04 | 1 | -16/+16 |
| | |||||
* | MFH: Remove test for deprecated (and removed) function | Ulf Wendel | 2008-01-03 | 1 | -50/+0 |
| | |||||
* | - MFH: Remove more replication stuff | Johannes Schlüter | 2008-01-03 | 2 | -53/+0 |
| | |||||
* | fixed binary arithmetic (MF5.2) | Hartmut Holzgraefe | 2008-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 14 | -14/+14 |
| | |||||
* | Remove RPL functions. They were always experimental and lead to crashes. | Andrey Hristov | 2007-12-28 | 12 | -511/+2 |
| | | | | | | The underlying functions will be removed from libmysql as of MySQL 6.0, so it's right time to remove them. | ||||
* | Fixing SQL syntax in this very old test to make it pass with MySQL 6.0 | Ulf Wendel | 2007-12-28 | 1 | -4/+17 |
| | |||||
* | Isn't it nice to get a new 64bit box? Fixing 32bit/64bit issue. | Ulf Wendel | 2007-12-28 | 1 | -8/+21 |
| | |||||
* | Sooner or later these old 0*.phpt tests had to bite us - fixing SQL syntax, | Ulf Wendel | 2007-12-28 | 1 | -18/+40 |
| | | | | | HEAD sync will follow. | ||||
* | Cutting off a few edges: | Ulf Wendel | 2007-12-28 | 1 | -21/+35 |
| | | | | | | | - use connection parameter from environment variables - check if MySQL supports procedures - whitespace | ||||
* | MFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set" | Hartmut Holzgraefe | 2007-12-25 | 2 | -0/+53 |
| | |||||
* | Fix build | Andrey Hristov | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | Fix crash with pconnect | Andrey Hristov | 2007-11-09 | 4 | -85/+36 |
| | |||||
* | MFH: partial MFH before? | Jani Taskinen | 2007-11-06 | 1 | -3/+5 |
| | |||||
* | - Fix bug headers | Jani Taskinen | 2007-10-30 | 2 | -4/+4 |
| | |||||
* | MFH:- Fixed invalid handling of float value passed to an integer field on ↵ | Jani Taskinen | 2007-10-29 | 1 | -1/+6 |
| | | | | 64bit machine | ||||
* | MFH: fix test | Jani Taskinen | 2007-10-29 | 1 | -1/+1 |
| | |||||
* | ..and correct macro | Antony Dovgal | 2007-10-17 | 1 | -1/+1 |
| | |||||
* | MFH: use correct dtro and variable for the callback | Antony Dovgal | 2007-10-17 | 2 | -4/+3 |
| | |||||
* | Sync mysqlnd. Should still compile with 5_2 for those who want to use the | Andrey Hristov | 2007-10-16 | 1 | -0/+8 |
| | | | | | | current stable branch. mysqli from 5_3 patched for mysqlnd should be also compilable with 5_2. | ||||
* | avoid double free and use zval_dtor() where neccessary | Antony Dovgal | 2007-10-16 | 2 | -3/+1 |
| | |||||
* | Fix bug due to shadowing of variables. This one is pretty-pretty rare, | Andrey Hristov | 2007-10-16 | 1 | -2/+2 |
| | | | | | caught by source code inspection. | ||||
* | Same as for HEAD: make it skip and not fail if it can't connect to DB | Ulf Wendel | 2007-10-12 | 1 | -0/+1 |
| | |||||
* | Same as for HEAD: Trying to skip tests if they can't connect to the | Ulf Wendel | 2007-10-12 | 12 | -3/+14 |
| | | | | | | DB server. Note the environment variable MYSQL_TEST_SKIP_CONNECT_FAILURE to control if you want tests that can't connect to fail or to be skipped. | ||||
* | Fixing the test. Might the PHP 5.2 run-tests.php have fooled me? I could swear, | Ulf Wendel | 2007-10-10 | 1 | -0/+2 |
| | | | | | I saw this test passing with 5.2 before... | ||||
* | Version specific EXPECF sections would be wonderful (bug31668.phpt). | Ulf Wendel | 2007-10-10 | 2 | -5/+9 |
| | | | | | | | And sometimes it helps to read the commit messages to keep tests up to date: we removed mysqli_set_local_infile_handler() from mysqlnd (061.phpt) some time ago. | ||||
* | Last bunch of new tests. | Ulf Wendel | 2007-10-10 | 6 | -0/+226 |
| | |||||
* | Adding new tests: mysqli_s*.phpt | Ulf Wendel | 2007-10-10 | 71 | -0/+8516 |
| | |||||
* | Adding new tests: mysqli_q*.phpt mysqli_r*.phpt | Ulf Wendel | 2007-10-10 | 25 | -0/+2592 |
| |