summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-0115-15/+15
* - add phpize support for windows, need a nmake install for now (nmake devel-p...Pierre Joye2010-12-131-0/+2
* Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to ca...Kalle Sommer Nielsen2010-12-121-1/+4
* Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query)Kalle Sommer Nielsen2010-12-122-1/+51
* 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 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-052-8/+8
* 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-155/+155
* 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
* Merge from head: do not use deprecated function aliases. The test logic is un...Ulf Wendel2010-09-2345-159/+157
* 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 testUlf Wendel2010-09-151-2/+2
* unify magic quotes handling. Also fix a problem whichAndrey Hristov2010-09-142-90/+54
* Test for http://bugs.php.net/52221. Test will fail with mysqlnd but should pa...Ulf Wendel2010-09-031-0/+170
* 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
* Add proper magic_quotes_runtime support for mysqlnd, butAndrey Hristov2010-08-261-1/+45
* 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-2011-288/+346
* 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
* Cleanup in trunk. Remove some functions, noted inAndrey Hristov2010-07-071-4/+4
* arginfo for mysqli, was too fast to commit in trunk instead of oneAndrey Hristov2010-07-077-268/+890
* 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