| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to ca... | Kalle Sommer Nielsen | 2010-12-12 | 1 | -1/+4 |
* | Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query) | Kalle Sommer Nielsen | 2010-12-12 | 2 | -1/+51 |
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate... | Pierre Joye | 2010-12-11 | 1 | -0/+2 |
* | 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 broken merge, led to double define | Andrey Hristov | 2010-10-06 | 1 | -7/+0 |
* | 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 | 3 | -6/+6 |
* | 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 | -163/+163 |
* | 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 |
* | 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 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 |
* | 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 | 12 | -262/+638 |
* | 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 |
* | update tests | Andrey Hristov | 2010-07-07 | 2 | -17/+0 |
* | Cleanup in trunk. Remove some functions, noted in | Andrey Hristov | 2010-07-07 | 45 | -161/+153 |
* | Arginfo for mysqli | Andrey Hristov | 2010-07-07 | 7 | -267/+889 |
* | 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 |