summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #37671 (MySQLi extension fails to recognize BIT column).Ilia Alshanetsky2006-06-041-0/+3
* Fix for bug #37620Georg Richter2006-05-291-1/+1
* Don't allocate 2 chunks of memory when one can fit. Reduces memoryAndrey Hristov2006-05-101-4/+8
* tweaks and optimizationsAndrey Hristov2006-05-081-69/+58
* fixed bigint conversion on windows platformsGeorg Richter2006-04-051-5/+5
* kill the left unused variableAndrey Hristov2006-03-261-1/+0
* remove unnecessary memcpy, cast directlyAndrey Hristov2006-03-261-2/+1
* Fix for bug #36802 (server crashes with invalid/not opened connections)Georg Richter2006-03-241-80/+90
* fixed a 64-bit problem reported by PierreGeorg Richter2006-03-141-3/+7
* fix for MySQL 5.1 (see http://bugs.mysql.com/?id=16144)Georg Richter2006-03-111-1/+6
* WSAndrey Hristov2006-01-011-2/+2
* bump year and license versionfoobar2006-01-011-3/+3
* Fix for bug #35517:Georg Richter2005-12-291-0/+9
* fix small memory leak which emerged two days agoAndrey Hristov2005-12-231-3/+4
* Beware of format strings...Stefan Esser2005-12-231-1/+1
* fix for bug# 35759Andrey Hristov2005-12-221-2/+9
* fix compile failure on Windows - Microsoft hasn't heard of long long :)Andrey Hristov2005-12-011-2/+2
* add a test caseAndrey Hristov2005-11-301-17/+28
* fix more leaks. handle better unknown type (4.1.x connected to 5.0.xAndrey Hristov2005-11-301-3/+10
* fix a crash and a leak.Andrey Hristov2005-11-301-1/+3
* on 32bit platform if the column is UNSIGNED INT(11) and the valueAndrey Hristov2005-11-081-2/+18
* fixed an error in mysqli_fetch_fields (function returns NULL instead of arrayGeorg Richter2005-10-151-4/+0
* use proper macros and vars instead of strlen()Antony Dovgal2005-10-101-1/+1
* fix #34810 (mysqli::init() and others use wrong $this pointer without checks)Antony Dovgal2005-10-101-1/+1
* add charsetnr and length to the object returned. this is kind of bugAndrey Hristov2005-10-091-0/+2
* MFH: fix #32081 (mysqli_real_connect(): mysqli.default_socket in php.ini has ...Antony Dovgal2005-09-221-0/+4
* - Bumber up yearfoobar2005-08-031-1/+1
* fix for bug #33263 (mysqli_real_escape doesn't work in __construct)Georg Richter2005-06-171-2/+8
* fix for bug #33090 (mysql_prepare doesn't return error)Georg Richter2005-05-211-6/+14
* after throwing an warning bail outAndrey Hristov2005-05-091-1/+2
* MFBAndrey Hristov2005-05-091-0/+4
* 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-061-1/+1
* fixed memleak in mysqli_closeGeorg Richter2005-05-051-2/+12
* fix bug #32013(MySQLi bind_result causes fatal error: memory limit reached)Andrey Hristov2005-04-271-3/+31
* another fix for last commit (committed from wrong tree) :(Georg Richter2005-04-201-1/+1
* added support for data truncation (bind_result) for MySQL 5.0.5Georg Richter2005-04-201-1/+6
* - nail down another 64bit problem. this will fix about 14 failing testsAndrey Hristov2005-04-191-4/+7
* - fixing all "long" into "int" fetching problems (cause memory corruptionAndrey Hristov2005-04-191-7/+12
* fix typo in error messageAntony Dovgal2005-03-171-1/+1
* fixed a bug in mysql_affected_rows and mysql_stmt_affected_rowsGeorg Richter2005-01-281-0/+6
* fix for bug #31710 (return value for mysql_rollback is reverted)Georg Richter2005-01-271-8/+12
* MFB: fix segfault when invalid field offset is passed to mysqli_fetch_field_d...Antony Dovgal2005-01-271-0/+5
* Added new classes:Georg Richter2005-01-071-40/+6
* fixed testcase 047Georg Richter2004-12-271-1/+2
* Fix for feature request #31015: added length for field lengthGeorg Richter2004-12-271-2/+6
* prevent type conversion during mysql_stmt_execute for NULL variablesGeorg Richter2004-12-201-18/+18