summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* fix test after newly introduced constantAndrey Hristov2010-12-021-0/+1
* and export the new constantAndrey Hristov2010-12-021-0/+3
* Testing for the two new statistics 'bytes_received_real_data_normal' and 'byt...Ulf Wendel2010-11-121-3/+74
* Fix bad types, because zend_parse_xxx expect signed integersAndrey Hristov2010-11-103-20/+20
* two new statsAndrey Hristov2010-11-051-1/+5
* Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect typeAndrey Hristov2010-10-062-9/+33
* fix broken merge, led to double defineAndrey Hristov2010-10-061-7/+0
* fix shadowing of parametersAndrey Hristov2010-10-062-7/+7
* Greetings from SunCC.Ulf Wendel2010-10-051-3/+3
* Fixed compiler warnings in mysqliKalle Sommer Nielsen2010-10-053-6/+6
* Fix warningsUlf Wendel2010-10-051-0/+2
* Trying to fix compiler warnings (on Windows).Ulf Wendel2010-10-041-1/+1
* Next one... ext/mysqli/mysqli_fe.c", line [many]: warning: syntax error: emp...Ulf Wendel2010-10-041-6/+6
* Fixing compiler warning "ext/mysqli/mysqli_prop.c", line [...]: warning: synt...Ulf Wendel2010-10-041-22/+22
* Sorry for the commit but compiler warnings are annoying and so are white spac...Ulf Wendel2010-10-0415-163/+163
* Fix leak with persistent connections when using mysqli.default_host is usedUlf Wendel2010-10-011-4/+5
* Plug a leak in mysqli when in the same scriptAndrey Hristov2010-09-303-5/+6
* fix the testAndrey Hristov2010-09-291-3/+3
* Fixed bug #45921 (Can't initialize character set hebrew)Andrey Hristov2010-09-272-0/+2
* Let's try not to have 'uft8'-only tests and avoid setting the charset upon co...Ulf Wendel2010-09-238-33/+209
* Unify, force one charset at connect, thus fixingAndrey Hristov2010-09-226-12/+14
* Test update for sql_mode = ansiUlf Wendel2010-09-221-2/+2
* update testsAndrey Hristov2010-09-221-0/+3
* Trying to pimp gcov.php.net code coverage tests.. trying to cover mysqlnd co...Ulf Wendel2010-09-201-33/+46
* Align test to the style used in the other testsUlf Wendel2010-09-201-44/+74
* No reason not to run the tests with libmysql. Its long, long ago that pconnec...Ulf Wendel2010-09-208-28/+13
* add test case for 52891Andrey Hristov2010-09-201-0/+127
* Fix test failure. Add new test for MYSQLI_OPT_INT_AND_FLOAT_NATIVE mysqlnd fe...Ulf Wendel2010-09-022-40/+160
* Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options().Ulf Wendel2010-08-303-0/+10
* Test for http://bugs.mysql.com/bug.php?id=49406, Binding params doesn't work ...Ulf Wendel2010-08-261-0/+107
* fix the build. two mysqli functions were missing afterAndrey Hristov2010-08-251-0/+1
* Fix for bug #52654 mysqli doesn't install headers with structures it usesAndrey Hristov2010-08-2012-262/+638
* Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd.Andrey Hristov2010-08-162-2/+3
* Fix test, so it doesn't fail with MySQL 5.5, where InnoDBAndrey Hristov2010-08-161-1/+1
* detect easily which charset doesn't workAndrey Hristov2010-08-161-9/+10
* Changed mysqli_report() to be per-request specific rather than per-process sp...Kalle Sommer Nielsen2010-08-131-0/+1
* Fix for bug #52413 MySQLi build failure on OS XAndrey Hristov2010-08-131-0/+4
* Fix for bug #52433 Call to undefined method mysqli::poll()Andrey Hristov2010-08-133-0/+55
* update testsAndrey Hristov2010-07-072-17/+0
* Cleanup in trunk. Remove some functions, noted inAndrey Hristov2010-07-0745-161/+153
* Arginfo for mysqliAndrey Hristov2010-07-077-267/+889
* Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty arrayAndrey Hristov2010-06-181-2/+4
* Fix the test for libmysql, which expects the certificatesAndrey Hristov2010-06-141-3/+2
* And a fix for MySQL Server which is pre 5.1.23, which doesn't supportAndrey Hristov2010-06-142-0/+53
* Fixed bug #52082 (character_set_client & character_set_connection reset afterAndrey Hristov2010-06-141-0/+50
* Fixing testsUlf Wendel2010-06-104-4/+4
* Portability improvementUlf Wendel2010-06-081-2/+9
* Portability improvementsUlf Wendel2010-06-082-11/+20
* More SQL strict mode updatesUlf Wendel2010-06-088-20/+152
* Making tests pass strict sql mode.Ulf Wendel2010-06-086-132/+165