summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* nuke php3 legacyfoobar2005-12-065-15/+17
* MFB51: Always use $SED instead of sedfoobar2005-11-291-2/+2
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-2/+1
* use php_error_docref() instead of php_error() everywhereAntony Dovgal2005-10-181-3/+3
* fix bug #34902 (mysqli::character_set_name() - undefined method)Antony Dovgal2005-10-181-0/+1
* Fixed test failureIlia Alshanetsky2005-10-131-1/+3
* MF51: fix TS buildAntony Dovgal2005-10-122-5/+5
* MF51: use proper macros and vars instead of strlen()Antony Dovgal2005-10-102-2/+2
* MF51: fix #34818Antony Dovgal2005-10-102-18/+18
* MF51: fix #34810 (mysqli::init() and others use wrong $this pointer without c...Antony Dovgal2005-10-105-5/+43
* MFBAndrey Hristov2005-10-091-0/+2
* fix #32081 (mysqli_real_connect(): mysqli.default_socket in php.ini has no ef...Antony Dovgal2005-09-221-0/+4
* fix #34450 (Segfault when calling mysqli_close() in destructor)Antony Dovgal2005-09-131-1/+3
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-4/+4
* ZTS fixes.Sebastian Bergmann2005-08-122-5/+5
* 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