summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* MySQL 6 compatibility fix.Ulf Wendel2008-01-081-0/+4
* Merge from HEAD: looks more than it is. Whitespace, some SQL formatting chang...Ulf Wendel2008-01-0838-136/+183
* MFHUlf Wendel2008-01-045-3/+589
* MFH: Fix for bug #43036Ulf Wendel2008-01-041-16/+16
* MFH: Remove test for deprecated (and removed) functionUlf Wendel2008-01-031-50/+0
* - MFH: Remove more replication stuffJohannes Schlüter2008-01-032-53/+0
* fixed binary arithmetic (MF5.2)Hartmut Holzgraefe2008-01-011-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3114-14/+14
* Remove RPL functions. They were always experimental and lead to crashes.Andrey Hristov2007-12-2812-511/+2
* Fixing SQL syntax in this very old test to make it pass with MySQL 6.0Ulf Wendel2007-12-281-4/+17
* Isn't it nice to get a new 64bit box? Fixing 32bit/64bit issue.Ulf Wendel2007-12-281-8/+21
* Sooner or later these old 0*.phpt tests had to bite us - fixing SQL syntax,Ulf Wendel2007-12-281-18/+40
* Cutting off a few edges:Ulf Wendel2007-12-281-21/+35
* MFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set"Hartmut Holzgraefe2007-12-252-0/+53
* Fix buildAndrey Hristov2007-11-091-1/+1
* Fix crash with pconnectAndrey Hristov2007-11-094-85/+36
* MFH: partial MFH before?Jani Taskinen2007-11-061-3/+5
* - Fix bug headersJani Taskinen2007-10-302-4/+4
* MFH:- Fixed invalid handling of float value passed to an integer field on 64b...Jani Taskinen2007-10-291-1/+6
* MFH: fix testJani Taskinen2007-10-291-1/+1
* ..and correct macroAntony Dovgal2007-10-171-1/+1
* MFH: use correct dtro and variable for the callbackAntony Dovgal2007-10-172-4/+3
* Sync mysqlnd. Should still compile with 5_2 for those who want to use theAndrey Hristov2007-10-161-0/+8
* avoid double free and use zval_dtor() where neccessaryAntony Dovgal2007-10-162-3/+1
* Fix bug due to shadowing of variables. This one is pretty-pretty rare,Andrey Hristov2007-10-161-2/+2
* Same as for HEAD: make it skip and not fail if it can't connect to DBUlf Wendel2007-10-121-0/+1
* Same as for HEAD: Trying to skip tests if they can't connect to theUlf Wendel2007-10-1212-3/+14
* Fixing the test. Might the PHP 5.2 run-tests.php have fooled me? I could swear,Ulf Wendel2007-10-101-0/+2
* Version specific EXPECF sections would be wonderful (bug31668.phpt).Ulf Wendel2007-10-102-5/+9
* Last bunch of new tests.Ulf Wendel2007-10-106-0/+226
* Adding new tests: mysqli_s*.phptUlf Wendel2007-10-1071-0/+8516
* Adding new tests: mysqli_q*.phpt mysqli_r*.phptUlf Wendel2007-10-1025-0/+2592
* Adding new tests: mysqli_m*.phpt mysqli_n*.phpt mysqli_o*.phpt mysqli_p*.phptUlf Wendel2007-10-1022-0/+1816
* Adding new tests: mysqli_g*.phpt mysqli_i*.phpt mysqli_k*.phptUlf Wendel2007-10-1020-0/+2396
* Adding new tests mysqli_d*.phpt mysqli_e*.phpt mysqli_f*.phptUlf Wendel2007-10-1053-0/+7023
* Adding new tests. Again, I'll commit in chunks and try to find acceptableUlf Wendel2007-10-1037-0/+4709
* Test code for bug #42378Ulf Wendel2007-10-101-0/+193
* Further changes to regression/bug-verification tests.Ulf Wendel2007-10-1020-96/+154
* Last set of changes to the classical 0*.phpt - 06*.phpt/07*.phptUlf Wendel2007-10-1015-121/+327
* Changes to 04*.phpt, 05*.phpt.Ulf Wendel2007-10-1020-120/+477
* Changes to 02*.phpt, 03*.phptUlf Wendel2007-10-1020-147/+286
* Changes to all 01*.phpt testsUlf Wendel2007-10-1010-132/+333
* Changes to existing tests: 0*.phptUlf Wendel2007-10-109-140/+349
* Starting to merge updated set of tests into 5.3.Ulf Wendel2007-10-109-33/+327
* Move declarations from the public header file.Andrey Hristov2007-10-082-121/+121
* fix buildAntony Dovgal2007-10-071-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-072-6/+6
* Import mysqlndAndrey Hristov2007-10-0517-975/+2027
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-276-15/+15
* Fix stupid error, which happens only on Windows. And we thought this hasAndrey Hristov2007-09-122-2/+3