summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH new test casesHartmut Holzgraefe2006-07-122-0/+50
* fixed C&P errors in groups handling, activated groups featureHartmut Holzgraefe2006-07-121-5/+5
* MFHHartmut Holzgraefe2006-07-114-5/+125
* MFH make sure that embedded database is correctly initializedHartmut Holzgraefe2006-07-111-1/+2
* debug output was breaking all testsHartmut Holzgraefe2006-07-111-2/+1
* MFH test for ping and kill methodsHartmut Holzgraefe2006-07-111-0/+36
* MFH: fix mysqli_*_free_storage() funcs to conform with their prototypesAntony Dovgal2006-07-101-10/+15
* Another fix for #38019Dmitry Stogov2006-07-101-32/+72
* Fixed bug #38019 (segfault extending mysqli class)Dmitry Stogov2006-07-101-6/+16
* add test for bug #38003Antony Dovgal2006-07-051-0/+20
* MFH: fix bug #38003(in classes inherited from mysqli it's possible to call pr...Antony Dovgal2006-07-051-4/+5
* Added automatic module globals managementDmitry Stogov2006-06-151-4/+9
* Fixed bug #37671 (MySQLi extension fails to recognize BIT column).Ilia Alshanetsky2006-06-041-0/+3
* - Fix bug #37630: MySQL extensions should link against thread safe client lib...Michael Wallner2006-06-011-2/+6
* - Fixed bug #36949 (invalid internal mysqli objects dtor)Michael Wallner2006-05-292-17/+55
* Fix for bug #37620Georg Richter2006-05-291-1/+1
* Don't allocate 2 chunks of memory when one can fit. Reduces memoryAndrey Hristov2006-05-102-8/+17
* - Update after api changesMarcus Boerger2006-05-102-5/+5
* removed unused macro parameterGeorg Richter2006-05-091-3/+3
* moved zend_class_entry variables to mysqli.cGeorg Richter2006-05-082-6/+13
* tweaks and optimizationsAndrey Hristov2006-05-081-69/+58
* fixed bigint conversion on windows platformsGeorg Richter2006-04-053-8/+12
* fixed stmt property container and required status for error propertiesGeorg Richter2006-04-031-4/+4
* Added additional information for compiled header files.Georg Richter2006-04-021-1/+2
* fix testsAntony Dovgal2006-03-303-6/+5
* fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace)Antony Dovgal2006-03-301-0/+1
* fix typoAntony Dovgal2006-03-291-1/+1
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-6/+4
* kill the left unused variableAndrey Hristov2006-03-261-1/+0
* remove unnecessary memcpy, cast directlyAndrey Hristov2006-03-261-2/+1
* fix and testcase for bug #36745Georg Richter2006-03-242-0/+24
* fixed minor problems (thx to tony)Georg Richter2006-03-243-10/+10
* Fix for bug #36802 (server crashes with invalid/not opened connections)Georg Richter2006-03-2413-234/+295
* Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection).Ilia Alshanetsky2006-03-211-1/+1
* 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
* Remove no longer needed check (checked at a higher level now).Ilia Alshanetsky2006-03-011-5/+0
* MFH: add checks and fix possible reincarnations of bug #36420Antony Dovgal2006-02-162-2/+48
* Fixed bug #36420 (segfault when access result->num_rows after callingIlia Alshanetsky2006-02-161-0/+5
* 2nd attempt: implementation of 36007Georg Richter2006-01-141-0/+7
* WSAndrey Hristov2006-01-011-2/+2
* fetch more than one row at onceAndrey Hristov2006-01-011-7/+30
* bump year and license versionfoobar2006-01-0113-39/+39
* Fix for bug #35517:Georg Richter2005-12-292-0/+38
* Whitespace fix (don't ask :)Zeev Suraski2005-12-261-16/+9
* fix small memory leak which emerged two days agoAndrey Hristov2005-12-231-3/+4