| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix test after newly introduced constant | Andrey Hristov | 2010-12-02 | 1 | -0/+1 |
| * | and export the new constant | Andrey Hristov | 2010-12-02 | 1 | -0/+3 |
| * | Testing for the two new statistics 'bytes_received_real_data_normal' and 'byt... | Ulf Wendel | 2010-11-12 | 1 | -3/+74 |
| * | Fix bad types, because zend_parse_xxx expect signed integers | Andrey Hristov | 2010-11-10 | 3 | -20/+20 |
| * | two new stats | Andrey Hristov | 2010-11-05 | 1 | -1/+5 |
| * | Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect type | Andrey Hristov | 2010-10-06 | 2 | -9/+33 |
| * | fix shadowing of parameters | Andrey Hristov | 2010-10-06 | 2 | -7/+7 |
| * | Greetings from SunCC. | Ulf Wendel | 2010-10-05 | 1 | -3/+3 |
| * | Fixed compiler warnings in mysqli | Kalle Sommer Nielsen | 2010-10-05 | 2 | -8/+8 |
| * | Fix warnings | Ulf Wendel | 2010-10-05 | 1 | -0/+2 |
| * | Trying to fix compiler warnings (on Windows). | Ulf Wendel | 2010-10-04 | 1 | -1/+1 |
| * | Next one... ext/mysqli/mysqli_fe.c", line [many]: warning: syntax error: emp... | Ulf Wendel | 2010-10-04 | 1 | -6/+6 |
| * | Fixing compiler warning "ext/mysqli/mysqli_prop.c", line [...]: warning: synt... | Ulf Wendel | 2010-10-04 | 1 | -22/+22 |
| * | Sorry for the commit but compiler warnings are annoying and so are white spac... | Ulf Wendel | 2010-10-04 | 15 | -155/+155 |
| * | Fix leak with persistent connections when using mysqli.default_host is used | Ulf Wendel | 2010-10-01 | 1 | -4/+5 |
| * | Plug a leak in mysqli when in the same script | Andrey Hristov | 2010-09-30 | 3 | -5/+6 |
| * | fix the test | Andrey Hristov | 2010-09-29 | 1 | -3/+3 |
| * | Fixed bug #45921 (Can't initialize character set hebrew) | Andrey Hristov | 2010-09-27 | 2 | -0/+2 |
| * | Let's try not to have 'uft8'-only tests and avoid setting the charset upon co... | Ulf Wendel | 2010-09-23 | 8 | -33/+209 |
| * | Merge from head: do not use deprecated function aliases. The test logic is un... | Ulf Wendel | 2010-09-23 | 45 | -159/+157 |
| * | Unify, force one charset at connect, thus fixing | Andrey Hristov | 2010-09-22 | 6 | -12/+14 |
| * | Test update for sql_mode = ansi | Ulf Wendel | 2010-09-22 | 1 | -2/+2 |
| * | update tests | Andrey Hristov | 2010-09-22 | 1 | -0/+3 |
| * | Trying to pimp gcov.php.net code coverage tests.. trying to cover mysqlnd co... | Ulf Wendel | 2010-09-20 | 1 | -33/+46 |
| * | Align test to the style used in the other tests | Ulf Wendel | 2010-09-20 | 1 | -44/+74 |
| * | No reason not to run the tests with libmysql. Its long, long ago that pconnec... | Ulf Wendel | 2010-09-20 | 8 | -28/+13 |
| * | add test case for 52891 | Andrey Hristov | 2010-09-20 | 1 | -0/+127 |
| * | Fix test | Ulf Wendel | 2010-09-15 | 1 | -2/+2 |
| * | unify magic quotes handling. Also fix a problem which | Andrey Hristov | 2010-09-14 | 2 | -90/+54 |
| * | Test for http://bugs.php.net/52221. Test will fail with mysqlnd but should pa... | Ulf Wendel | 2010-09-03 | 1 | -0/+170 |
| * | Fix test failure. Add new test for MYSQLI_OPT_INT_AND_FLOAT_NATIVE mysqlnd fe... | Ulf Wendel | 2010-09-02 | 2 | -40/+160 |
| * | Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options(). | Ulf Wendel | 2010-08-30 | 3 | -0/+10 |
| * | Add proper magic_quotes_runtime support for mysqlnd, but | Andrey Hristov | 2010-08-26 | 1 | -1/+45 |
| * | Test for http://bugs.mysql.com/bug.php?id=49406, Binding params doesn't work ... | Ulf Wendel | 2010-08-26 | 1 | -0/+107 |
| * | fix the build. two mysqli functions were missing after | Andrey Hristov | 2010-08-25 | 1 | -0/+1 |
| * | Fix for bug #52654 mysqli doesn't install headers with structures it uses | Andrey Hristov | 2010-08-20 | 11 | -288/+346 |
| * | Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd. | Andrey Hristov | 2010-08-16 | 2 | -2/+3 |
| * | Fix test, so it doesn't fail with MySQL 5.5, where InnoDB | Andrey Hristov | 2010-08-16 | 1 | -1/+1 |
| * | detect easily which charset doesn't work | Andrey Hristov | 2010-08-16 | 1 | -9/+10 |
| * | Changed mysqli_report() to be per-request specific rather than per-process sp... | Kalle Sommer Nielsen | 2010-08-13 | 1 | -0/+1 |
| * | Fix for bug #52413 MySQLi build failure on OS X | Andrey Hristov | 2010-08-13 | 1 | -0/+4 |
| * | Fix for bug #52433 Call to undefined method mysqli::poll() | Andrey Hristov | 2010-08-13 | 3 | -0/+55 |
| * | Cleanup in trunk. Remove some functions, noted in | Andrey Hristov | 2010-07-07 | 1 | -4/+4 |
| * | arginfo for mysqli, was too fast to commit in trunk instead of one | Andrey Hristov | 2010-07-07 | 7 | -268/+890 |
| * | Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty array | Andrey Hristov | 2010-06-18 | 1 | -2/+4 |
| * | Fix the test for libmysql, which expects the certificates | Andrey Hristov | 2010-06-14 | 1 | -3/+2 |
| * | And a fix for MySQL Server which is pre 5.1.23, which doesn't support | Andrey Hristov | 2010-06-14 | 2 | -0/+53 |
| * | Fixed bug #52082 (character_set_client & character_set_connection reset after | Andrey Hristov | 2010-06-14 | 1 | -0/+50 |
| * | Fixing tests | Ulf Wendel | 2010-06-10 | 4 | -4/+4 |
| * | Portability improvement | Ulf Wendel | 2010-06-08 | 1 | -2/+9 |