summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Expand)AuthorAgeFilesLines
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* MFH: Fix some lib vs $PHP_LIBDIR issuesJani Taskinen2007-07-311-3/+3
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+1
* Fixed bug #41698 (float parameters truncated to integer in preparedIlia Alshanetsky2007-06-261-0/+37
* Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedirStanislav Malyshev2007-06-181-1/+5
* fix testsAntony Dovgal2007-05-181-1/+2
* implement FR #41416 (getColumnMeta() should also return table name)Antony Dovgal2007-05-171-0/+1
* fix test namesAntony Dovgal2007-05-074-4/+4
* win32 test fixesAntony Dovgal2007-04-181-1/+2
* Fixed bug #40935 (pdo_mysql does not raise an exception on emptyIlia Alshanetsky2007-04-151-0/+1
* Fixed bug #40822 (pdo_mysql does not return rowCount() on select).Ilia Alshanetsky2007-04-081-1/+1
* fix small typoAntony Dovgal2007-03-071-2/+26
* MFH: Bump year.Sebastian Bergmann2007-01-015-5/+5
* 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