summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Fix build with libmysql 6.0.xAndrey Hristov2008-05-054-1/+32
* Fix introduced in 5.0.46, not in 5.0.42Andrey Hristov2008-03-081-1/+1
* MFB:Fixed a possible crashIlia Alshanetsky2008-02-181-1/+3
* fix testAntony Dovgal2008-01-181-1/+3
* MFH: Fix for bug #43036Ulf Wendel2008-01-041-13/+13
* MFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set"Hartmut Holzgraefe2008-01-012-0/+54
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3113-13/+13
* - Use #if instead of #ifdef there (by Mikko Koppanen)Johannes Schlüter2007-11-101-2/+2
* MFHJani Taskinen2007-10-291-1/+1
* Make it compile with libmysql 3.23Andrey Hristov2007-10-221-6/+10
* MFHAntony Dovgal2007-10-172-5/+8
* avoid double free and use zval_dtor() where neccessaryAntony Dovgal2007-10-162-3/+1
* MFB5_3 : Shadowing of params bring undefined results.Andrey Hristov2007-10-161-2/+2
* MFH: Add constant to allow setting of character set with mysqli_options prior...Scott MacVicar2007-10-091-1/+1
* Fix stupid error, which happens only on Windows. And we thought this hasAndrey Hristov2007-09-122-2/+3
* Fixed leaks with multiple connects using one mysqli object.Andrey Hristov2007-09-063-9/+31
* Fixed bug #42378 (mysqli_stmt_bind_result memory exhaustion)Andrey Hristov2007-09-052-3/+10
* Fix build with latest 5.1 sources where gptr is no more.Andrey Hristov2007-07-241-4/+4
* MFH: Fix some configure --help textsfoobar2007-07-031-2/+2
* Remove dot at the end of the messageAndrey Hristov2007-06-281-1/+1
* Fixed bug #41350 (my_thread_global_end() error during request shutdown on Win...Scott MacVicar2007-06-251-0/+22
* Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedirStanislav Malyshev2007-06-181-3/+9
* fix testsAntony Dovgal2007-05-181-0/+2
* fix test namesAntony Dovgal2007-05-0717-17/+17
* revertAntony Dovgal2007-04-231-7/+0
* Hmm, the right place to editAndrey Hristov2007-04-191-1/+1
* MFHAntony Dovgal2007-04-141-0/+7
* - Fixed test to skip when mysqld is not runningfoobar2007-03-251-1/+1
* - MFH Optional dependency for SPL must be specified in headerMarcus Boerger2007-03-201-0/+13
* TypoMartin Kraemer2007-03-141-1/+1
* add testcaseStanislav Malyshev2007-03-091-0/+18
* fix crash/leak in bug #38710Stanislav Malyshev2007-03-081-1/+10
* - Fix spprintf usageMarcus Boerger2007-02-241-1/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-244-14/+14
* use error message sizeStanislav Malyshev2007-02-161-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-0113-13/+13
* Fix testsHannes Magnusson2006-12-123-3/+8
* fix testAntony Dovgal2006-11-131-1/+5
* Fix protosHannes Magnusson2006-10-022-2/+2
* Fix protoHannes Magnusson2006-10-021-1/+1
* MFH: fixed error messageGeorg Richter2006-09-291-1/+1
* Fixed test for systems without INFILE/OUTFILE supportIlia Alshanetsky2006-09-131-2/+2
* typos in comments and other minor improvementsAntony Dovgal2006-08-101-2/+2
* Improved fix for bug #37671Ilia Alshanetsky2006-08-041-5/+12
* Added testcase for bug #37090Georg Richter2006-07-301-0/+37
* MFH: fix leak in php_local_infile_init() handlerAntony Dovgal2006-07-271-1/+5
* Added possible failure note.Ilia Alshanetsky2006-07-181-1/+1
* Fixed test for systems where set_charset() method is unavailable.Ilia Alshanetsky2006-07-131-1/+5
* fix #38072 (boolean arg for mysqli_autocommit() is always true on Solaris)Antony Dovgal2006-07-122-2/+35
* fix TSRM buildAntony Dovgal2006-07-121-1/+1