summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only set attribute if result set contains some columns.Ilia Alshanetsky2005-07-201-1/+1
* clean upIlia Alshanetsky2005-07-201-2/+1
* this hack can and does segv; let's remove it.Wez Furlong2005-07-201-14/+1
* Add test caseWez Furlong2005-07-141-0/+47
* gah!Wez Furlong2005-07-141-1/+1
* Thanks 'james' (a visitor to my blog) for reporting this bug.Wez Furlong2005-07-141-0/+17
* keep this as a placeholder for debugging weird regressionsWez Furlong2005-07-141-0/+1
* it is not an error for a statement to return 0 rows.Wez Furlong2005-07-141-15/+13
* ok, call pdo_mysql_error() before returning -1Andrey Hristov2005-07-121-3/+2
* strictly check the result of mysql_affected_rows()Andrey Hristov2005-07-122-5/+13
* A bit of further tuning.Ilia Alshanetsky2005-07-111-3/+3
* - mysql_affected_rows() already returns an unsigned longAndrey Hristov2005-07-111-8/+9
* stmt->column_count is set only if the result has been already bound, don'tAndrey Hristov2005-07-101-5/+5
* ok, calculate max_length only in case of a blob (normal, medium, long).Andrey Hristov2005-07-101-1/+19
* if the result set is buffered ask libmysql to compute the lengths, soAndrey Hristov2005-07-101-7/+9