summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* 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
* added new function mysqli_get_charsetGeorg Richter2005-06-033-0/+54
* - Unify the "configure --help" textsfoobar2005-05-291-2/+2
* enabled set_charset for MySQL Versions >= 5.0.6Georg Richter2005-05-212-1/+22
* fix for bug #33090 (mysql_prepare doesn't return error)Georg Richter2005-05-211-6/+14
* charsets_dir is no longer neededGeorg Richter2005-05-131-2/+0
* mysql_set_charset now works version undependent for MySQL 4.1.13 and aboveGeorg Richter2005-05-131-6/+4
* - fixed compile error under windows. Functionality for changing theGeorg Richter2005-05-134-39/+30
* after throwing an warning bail outAndrey Hristov2005-05-091-1/+2
* mysqli won't compile with Zend2 API before 2001 - in these days there wasAndrey Hristov2005-05-091-6/+2
* MFBAndrey Hristov2005-05-091-0/+4
* - We skip tests when the extension is not loaded..in the php.inifoobar2005-05-091-4/+0
* revert pointless patchfoobar2005-05-091-4/+1
* also test shared buildsAndrey Hristov2005-05-092-2/+9
* Added new function mysqli_set_character_set_nameGeorg Richter2005-05-084-0/+85
* revert this one till we have a better way to inform the user where theAndrey Hristov2005-05-071-5/+0
* return MYSQLI_DATA_TRUNCATED if data happens to be truncatedAndrey Hristov2005-05-071-0/+5
* return directlyAndrey Hristov2005-05-071-4/+1
* bail out when detecting incorrect number of parameters to be bound.Andrey Hristov2005-05-071-2/+3
* initialize values because the call to zend_parse_parameters may not do itAndrey Hristov2005-05-062-2/+2
* fixed memleak in mysqli_closeGeorg Richter2005-05-053-5/+41
* multi_query is no more globalAndrey Hristov2005-04-291-1/+0
* e* allocation cannot fail.Ilia Alshanetsky2005-04-281-3/+1
* fix bug #32013(MySQLi bind_result causes fatal error: memory limit reached)Andrey Hristov2005-04-271-3/+31
* MFB (fixing bug 31668)Andrey Hristov2005-04-273-5/+62
* another fix for last commit (committed from wrong tree) :(Georg Richter2005-04-201-1/+1