summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Expand)AuthorAgeFilesLines
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-5/+5
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedirStanislav Malyshev2007-06-181-0/+4
* MFBIlia Alshanetsky2007-05-281-0/+1
* fix testsAntony Dovgal2007-05-181-1/+4
* fix test namesAntony Dovgal2007-05-071-1/+1
* MFBAntony Dovgal2007-04-101-1/+1
* Bump year.Sebastian Bergmann2007-01-015-5/+5
* - build fix the other driver as well (a macro would be nicer)Pierre Joye2006-12-101-0/+5
* MFB: Fixed bug #39759 (Can't use stored procedures fetching multiple resultIlia Alshanetsky2006-12-081-5/+5
* MFB: Added test for previous bugIlia Alshanetsky2006-12-041-0/+0
* MFB:Ilia Alshanetsky2006-12-031-2/+2
* MFB: Fixed bug #39527 (Failure to retrieve results when multiple unbuffered,Ilia Alshanetsky2006-12-021-1/+7
* fix #38996 (PDO_MYSQL doesn't check connections for liveness)Antony Dovgal2006-10-021-1/+29
* MFB: Fixed bug #37445 (Fixed crash in pdo_mysql resulting from prematureIlia Alshanetsky2006-07-311-0/+21
* two additional tests improving pdo/pdo_mysql test code coverageHartmut Holzgraefe2006-07-101-0/+35
* MFB: Remove pecl includes (Steph), except pdo_odbc which will remain brokeEdin Kadribasic2006-05-111-1/+0
* MFB51:Ilia Alshanetsky2006-03-231-2/+3
* . MFB: Fixed fetching of string value bigger than 128bytes when no optionsPierre Joye2006-03-231-1/+2
* MFB51:Ilia Alshanetsky2006-03-171-2/+12
* Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show beIlia Alshanetsky2006-03-053-1/+12
* MFB51: Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).Ilia Alshanetsky2006-02-143-4/+6
* bump year and license versionfoobar2006-01-015-15/+15
* MFB51: Make MySQL driver use ANSI complaint quoting style.Ilia Alshanetsky2005-12-251-1/+1
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* MF51:Antony Dovgal2005-12-051-0/+11
* fix possible crash in pdo_mysql_stmt_dtor()Antony Dovgal2005-11-301-1/+1
* - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ext...foobar2005-11-251-2/+2
* fix #35391 (pdo_mysql::exec does not return number of affected rows)Antony Dovgal2005-11-251-1/+1
* add MySQL options and corresponding constantsAntony Dovgal2005-10-273-0/+46
* - free S->stmtAntony Dovgal2005-10-271-1/+9
* Fixed bug #34623 (Crash in pdo_mysql on longtext fields).Ilia Alshanetsky2005-10-191-0/+6
* fix typofoobar2005-09-241-1/+1
* MFB: remove PDO_ prefixIlia Alshanetsky2005-09-201-1/+1
* Make PDO use class constantsIlia Alshanetsky2005-09-201-1/+1
* Fix error detection for queries such as OPTIMIZEIlia Alshanetsky2005-09-141-2/+7
* merge other PDO fixes from 5.1 branch.Wez Furlong2005-09-111-1/+1
* protect against underflow - refs http://pecl.php.net/bugs/bug.php?id=5193George Schlossnagle2005-09-011-1/+1
* Fixed bug #34001 (pdo_mysql truncates numberic fields at 4 chars)Ilia Alshanetsky2005-09-011-3/+21
* Set port even if host is localhost.George Schlossnagle2005-08-311-5/+6
* this is the number of params, not the top index (otherwise unix_socket doesnt...George Schlossnagle2005-08-301-1/+1
* zts fixesWez Furlong2005-08-121-1/+1
* fix skip conditionsfoobar2005-08-114-5/+31
* Probable fix for #34054.Wez Furlong2005-08-101-2/+9
* Yes, I can't count the months, and no, I'm not related to Ilia.Wez Furlong2005-07-271-1/+1
* Prep for PECL releaseWez Furlong2005-07-273-8/+34
* Missing bit of the previous commitsIlia Alshanetsky2005-07-201-1/+1
* Fixed memory corruption (wrong order of operations of stored prep. stmt).Ilia Alshanetsky2005-07-201-9/+12
* Proper handling for databases that need to pre-calculate length of largeIlia Alshanetsky2005-07-202-2/+3