summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Expand)AuthorAgeFilesLines
* Fix skipifHannes Magnusson2006-12-128-9/+2
* Fixed bug #39759 (Can't use stored procedures fetching multiple resultIlia Alshanetsky2006-12-083-11/+9
* Added test for previous bugIlia Alshanetsky2006-12-041-0/+0
* Default to buffered queries (much faster)Ilia Alshanetsky2006-12-031-13/+3
* Fixed bug #39527 (Failure to retrieve results when multiple unbuffered,Ilia Alshanetsky2006-12-021-13/+23
* MFH: fix #38996 (PDO_MYSQL doesn't check connections for liveness)Antony Dovgal2006-10-021-1/+29
* fix #38451 (PDO_MYSQL doesn't compile on Solaris)Antony Dovgal2006-08-141-1/+2
* Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature objectIlia Alshanetsky2006-07-312-1/+22
* Fixed tests from being always skipped.Ilia Alshanetsky2006-07-317-3/+10
* MFHHartmut Holzgraefe2006-07-101-0/+35
* - Fix bug #37630: MySQL extensions should link against thread safe client lib...Michael Wallner2006-06-011-4/+10
* - Fixed bug #37363 (PDO_MYSQL does not build if no other mysql extension isMichael Wallner2006-06-011-6/+5
* Remove pecl includes (Steph), except pdo_odbc which will remain brokeEdin Kadribasic2006-05-111-1/+0
* set min pdo dep to 1.0.3, which will be the new pecl releaseWez Furlong2006-05-021-1/+1
* prep for pecl releaseWez Furlong2006-05-021-1/+9
* tweak for better compatibility when building as SCE.Wez Furlong2006-05-021-2/+3
* avoid unterminated loop when closing the statement.Wez Furlong2006-04-221-10/+15
* Fixed Bug #36602: persistent connections don't work with MySQL 5.0.3+.Wez Furlong2006-04-091-5/+32
* This completes the fix for PECL #5827; we need to gobble up result sets in theWez Furlong2006-04-091-0/+10
* fix for PECL Bug #5827.Wez Furlong2006-04-091-0/+10
* Added myself to PDO and PDO_MySQL creditsIlia Alshanetsky2006-03-231-2/+3
* - Fixed fetching of string value bigger than 128bytes when no optionsPierre Joye2006-03-231-1/+2
* Allow PDO_MYSQL_ATTR_DIRECT_QUERY to be set via constructorIlia Alshanetsky2006-03-171-2/+12
* MFH:Ilia Alshanetsky2006-03-053-1/+12
* 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
* Make MySQL driver use ANSI complaint quoting style.Ilia Alshanetsky2005-12-251-1/+1
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* add NEWDECIMAL, NEWDATE, GEOMETRY, SET and ENUM field typesAntony Dovgal2005-12-051-0/+11
* switch to package2.xmlWez Furlong2005-12-043-69/+86
* Fix PECL #6138Wez Furlong2005-12-041-0/+3
* prep for releaseWez Furlong2005-12-012-3/+4
* MFH: fix possible crash in pdo_mysql_stmt_dtor()Antony Dovgal2005-11-301-1/+1
* cleanup + fix link problems with old mysql versionsfoobar2005-11-291-7/+6
* set to 1.0 stable.Wez Furlong2005-11-262-6/+6
* fix configureWez Furlong2005-11-251-4/+9
* MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)foobar2005-11-251-2/+2
* MFH: fix #35391 (pdo_mysql::exec does not return number of affected rows)Antony Dovgal2005-11-251-1/+1
* Fix bug that breaks pdo_mysql when built shared (was not being linked to theWez Furlong2005-11-241-1/+1
* improve configure script.Wez Furlong2005-11-051-29/+60
* prep for PECL releaseWez Furlong2005-11-011-6/+16
* Closes PECL Bug #5802Wez Furlong2005-10-292-0/+53
* Close PECL Bug #5780Wez Furlong2005-10-292-1/+51
* argh! we don't want to NULL the stmt here; freeing the results is not the sameWez Furlong2005-10-291-2/+0
* Closes PECL Bug #5645; emits mysql client library version in MINFO output.Wez Furlong2005-10-291-1/+1
* MFH: add MySQL options and corresponding constantsAntony Dovgal2005-10-273-0/+46
* MFH: free && set to NULL S->stmtAntony Dovgal2005-10-271-1/+9
* MFH: Fixed bug #34623 (Crash in pdo_mysql on longtext fields).Ilia Alshanetsky2005-10-191-0/+6
* Fixed tests for ZTS buildsIlia Alshanetsky2005-10-182-8/+8
* Fixed test for ZTS buildsIlia Alshanetsky2005-10-181-4/+4