summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fixed typo in last commit :(Georg Richter2005-04-202-3/+3
* added support for data truncation (bind_result) for MySQL 5.0.5Georg Richter2005-04-202-2/+10
* MFBAndrey Hristov2005-04-191-3/+3
* add a test case for Bug #32405 (the previous commit incorporated a fixAndrey Hristov2005-04-191-0/+38
* - 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-192-7/+14
* cursor support for 5.0.4 (STMT_ATTR_CURSOR_TYPE changed to enum)Georg Richter2005-04-181-1/+1
* fix for bug #32282 (segfault in mysqli_fetch_array on 64-bit)Georg Richter2005-04-061-1/+1
* Mark more private functions as static.Joe Orton2005-03-302-14/+14
* Mark private functions as static.Joe Orton2005-03-301-8/+8
* fix typo in error messageAntony Dovgal2005-03-171-1/+1
* - Bugfix #28840 __destruct of a class that extends mysqli not calledMarcus Boerger2005-03-061-1/+1
* fix for bug #31939Georg Richter2005-02-251-1/+1
* Fixed bug #32081 (default socket value is not being used).Ilia Alshanetsky2005-02-241-0/+4
* fix for bug #29329Georg Richter2005-02-051-1/+1
* fixed a bug in mysql_affected_rows and mysql_stmt_affected_rowsGeorg Richter2005-01-282-2/+63
* MFB: fix leak in mysqli_fetch_array()Antony Dovgal2005-01-271-0/+5
* 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 standard emacs and vim modelinesZak Greant2005-01-166-0/+51
* fixed compile bug under Windows (libmysql.def currently doesn't export mysql_...Georg Richter2005-01-082-48/+44
* - Fix shared buildMarcus Boerger2005-01-081-1/+1
* - Remove double destroy (which is definitively wrong and prevents php fromMarcus Boerger2005-01-081-1/+0
* forgot to remove some comments in last commit:(Georg Richter2005-01-071-4/+2
* ZTS fix.Sebastian Bergmann2005-01-071-1/+1