summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* MFH: nuke php3 legacyfoobar2005-12-065-14/+14
* fix compile failure on Windows - Microsoft hasn't heard of long long :)Andrey Hristov2005-12-012-2/+11
* add a test caseAndrey Hristov2005-11-302-17/+96
* fix more leaks. handle better unknown type (4.1.x connected to 5.0.xAndrey Hristov2005-11-302-8/+20
* fix a crash and a leak.Andrey Hristov2005-11-301-1/+3
* - Always use the right sedfoobar2005-11-291-2/+2
* mysql 4.1.x gives strange result. the result in the test is generated withAndrey Hristov2005-11-281-1/+1
* fix test - unsigned it is casted to 0 in mysql sql_modeAndrey Hristov2005-11-251-1/+1
* Fixed testIlia Alshanetsky2005-11-221-1/+1
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-2/+1
* test fetching of unsigned int(11)Andrey Hristov2005-11-081-0/+19
* fix test - putting signed into unsigned produces 0, if not in strict modeAndrey Hristov2005-11-081-1/+1
* on 32bit platform if the column is UNSIGNED INT(11) and the valueAndrey Hristov2005-11-081-2/+18
* MFH: use php_error_docref() instead of php_error() everywhereAntony Dovgal2005-10-181-3/+3
* MFH: fix bug #34902 (mysqli::character_set_name() - undefined method)Antony Dovgal2005-10-181-0/+1
* fixed an error in mysqli_fetch_fields (function returns NULL instead of arrayGeorg Richter2005-10-151-4/+0
* MFH: fix test failuresIlia Alshanetsky2005-10-132-2/+4
* fix TS buildAntony Dovgal2005-10-122-5/+5
* use proper macros and vars instead of strlen()Antony Dovgal2005-10-102-2/+2
* fix #34818 (new mysqli_stmt() and several others crash if the first parameter...Antony Dovgal2005-10-102-18/+18
* fix #34810 (mysqli::init() and others use wrong $this pointer without checks)Antony Dovgal2005-10-105-5/+43
* add charsetnr and length to the object returned. this is kind of bugAndrey Hristov2005-10-091-0/+2
* fix for bug 34785:Georg Richter2005-10-0818-10/+71
* MFH: fix #32081 (mysqli_real_connect(): mysqli.default_socket in php.ini has ...Antony Dovgal2005-09-221-0/+4
* fix #34450 (Segfault when calling mysqli_close() in destructor)Antony Dovgal2005-09-131-1/+3
* add a commentAndrey Hristov2005-08-061-0/+1
* add error checkingAndrey Hristov2005-08-061-1/+11
* fix problem on 64 bit - when asking for "l" supply long not int becauseAndrey Hristov2005-08-061-1/+1
* - Bumber up yearfoobar2005-08-0313-13/+13
* Skip tests in 64bit systemsfoobar2005-07-202-2/+14
* add forgotten ifdefs, fix #33667 (mysqli doesn't compile)Antony Dovgal2005-07-122-0/+6
* changed version dependency for charset functionsGeorg Richter2005-07-122-0/+6
* removed charset structure. libmysql now provides a functionGeorg Richter2005-07-122-37/+16
* Make sure we get a WARNING and not an ERROR here :)foobar2005-07-081-6/+2
* add test casefoobar2005-06-271-0/+24
* fix #33491 (crash after extending MySQLi internal class)Antony Dovgal2005-06-271-4/+13
* fix couple of leaks in MySQLiAntony Dovgal2005-06-272-0/+2
* set_charset() is only available in mysql versions > 4.1.12foobar2005-06-271-0/+3
* do not pollute other directories and cleanup after testfoobar2005-06-271-3/+5
* fix for #33474Georg Richter2005-06-261-0/+48
* reverted Ilias changes - added get_warnings methodsGeorg Richter2005-06-241-2/+4
* temporary fix to let mysqli extension build, so we can make a release.Ilia Alshanetsky2005-06-231-2/+2
* Slightly more reliable current path detection.Ilia Alshanetsky2005-06-221-1/+1
* Skip MySQLi tests if connection could not be established and not usingIlia Alshanetsky2005-06-221-0/+5
* added testcase for mysqli_warning classGeorg Richter2005-06-221-0/+28
* added testcase for cursors (nested selects)Georg Richter2005-06-221-0/+51
* changed/fixed mysqli_warning classGeorg Richter2005-06-223-84/+146
* fix for bug #33263 (mysqli_real_escape doesn't work in __construct)Georg Richter2005-06-172-2/+39
* - Allow doing --with-mysql --with-mysqli (no mysql libs are bundled atm)foobar2005-06-071-3/+4
* fixes for #33251Wez Furlong2005-06-051-1/+1