| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFB: Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature | Ilia Alshanetsky | 2006-07-31 | 1 | -0/+21 |
| * | two additional tests improving pdo/pdo_mysql test code coverage | Hartmut Holzgraefe | 2006-07-10 | 1 | -0/+35 |
| * | MFB: Remove pecl includes (Steph), except pdo_odbc which will remain broke | Edin Kadribasic | 2006-05-11 | 1 | -1/+0 |
| * | MFB51: | Ilia Alshanetsky | 2006-03-23 | 1 | -2/+3 |
| * | . MFB: Fixed fetching of string value bigger than 128bytes when no options | Pierre Joye | 2006-03-23 | 1 | -1/+2 |
| * | MFB51: | Ilia Alshanetsky | 2006-03-17 | 1 | -2/+12 |
| * | Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show be | Ilia Alshanetsky | 2006-03-05 | 3 | -1/+12 |
| * | MFB51: Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB). | Ilia Alshanetsky | 2006-02-14 | 3 | -4/+6 |
| * | bump year and license version | foobar | 2006-01-01 | 5 | -15/+15 |
| * | MFB51: Make MySQL driver use ANSI complaint quoting style. | Ilia Alshanetsky | 2005-12-25 | 1 | -1/+1 |
| * | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| * | MF51: | Antony Dovgal | 2005-12-05 | 1 | -0/+11 |
| * | fix possible crash in pdo_mysql_stmt_dtor() | Antony Dovgal | 2005-11-30 | 1 | -1/+1 |
| * | - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ext... | foobar | 2005-11-25 | 1 | -2/+2 |
| * | fix #35391 (pdo_mysql::exec does not return number of affected rows) | Antony Dovgal | 2005-11-25 | 1 | -1/+1 |
| * | add MySQL options and corresponding constants | Antony Dovgal | 2005-10-27 | 3 | -0/+46 |
| * | - free S->stmt | Antony Dovgal | 2005-10-27 | 1 | -1/+9 |
| * | Fixed bug #34623 (Crash in pdo_mysql on longtext fields). | Ilia Alshanetsky | 2005-10-19 | 1 | -0/+6 |
| * | fix typo | foobar | 2005-09-24 | 1 | -1/+1 |
| * | MFB: remove PDO_ prefix | Ilia Alshanetsky | 2005-09-20 | 1 | -1/+1 |
| * | Make PDO use class constants | Ilia Alshanetsky | 2005-09-20 | 1 | -1/+1 |
| * | Fix error detection for queries such as OPTIMIZE | Ilia Alshanetsky | 2005-09-14 | 1 | -2/+7 |
| * | merge other PDO fixes from 5.1 branch. | Wez Furlong | 2005-09-11 | 1 | -1/+1 |
| * | protect against underflow - refs http://pecl.php.net/bugs/bug.php?id=5193 | George Schlossnagle | 2005-09-01 | 1 | -1/+1 |
| * | Fixed bug #34001 (pdo_mysql truncates numberic fields at 4 chars) | Ilia Alshanetsky | 2005-09-01 | 1 | -3/+21 |
| * | Set port even if host is localhost. | George Schlossnagle | 2005-08-31 | 1 | -5/+6 |
| * | this is the number of params, not the top index (otherwise unix_socket doesnt... | George Schlossnagle | 2005-08-30 | 1 | -1/+1 |
| * | zts fixes | Wez Furlong | 2005-08-12 | 1 | -1/+1 |
| * | fix skip conditions | foobar | 2005-08-11 | 4 | -5/+31 |
| * | Probable fix for #34054. | Wez Furlong | 2005-08-10 | 1 | -2/+9 |
| * | Yes, I can't count the months, and no, I'm not related to Ilia. | Wez Furlong | 2005-07-27 | 1 | -1/+1 |
| * | Prep for PECL release | Wez Furlong | 2005-07-27 | 3 | -8/+34 |
| * | Missing bit of the previous commits | Ilia Alshanetsky | 2005-07-20 | 1 | -1/+1 |
| * | Fixed memory corruption (wrong order of operations of stored prep. stmt). | Ilia Alshanetsky | 2005-07-20 | 1 | -9/+12 |
| * | Proper handling for databases that need to pre-calculate length of large | Ilia Alshanetsky | 2005-07-20 | 2 | -2/+3 |
| * | Only set attribute if result set contains some columns. | Ilia Alshanetsky | 2005-07-20 | 1 | -1/+1 |
| * | clean up | Ilia Alshanetsky | 2005-07-20 | 1 | -2/+1 |
| * | this hack can and does segv; let's remove it. | Wez Furlong | 2005-07-20 | 1 | -14/+1 |
| * | Add test case | Wez Furlong | 2005-07-14 | 1 | -0/+47 |
| * | gah! | Wez Furlong | 2005-07-14 | 1 | -1/+1 |
| * | Thanks 'james' (a visitor to my blog) for reporting this bug. | Wez Furlong | 2005-07-14 | 1 | -0/+17 |
| * | keep this as a placeholder for debugging weird regressions | Wez Furlong | 2005-07-14 | 1 | -0/+1 |
| * | it is not an error for a statement to return 0 rows. | Wez Furlong | 2005-07-14 | 1 | -15/+13 |
| * | ok, call pdo_mysql_error() before returning -1 | Andrey Hristov | 2005-07-12 | 1 | -3/+2 |
| * | strictly check the result of mysql_affected_rows() | Andrey Hristov | 2005-07-12 | 2 | -5/+13 |
| * | A bit of further tuning. | Ilia Alshanetsky | 2005-07-11 | 1 | -3/+3 |
| * | - mysql_affected_rows() already returns an unsigned long | Andrey Hristov | 2005-07-11 | 1 | -8/+9 |
| * | stmt->column_count is set only if the result has been already bound, don't | Andrey Hristov | 2005-07-10 | 1 | -5/+5 |
| * | ok, calculate max_length only in case of a blob (normal, medium, long). | Andrey Hristov | 2005-07-10 | 1 | -1/+19 |
| * | if the result set is buffered ask libmysql to compute the lengths, so | Andrey Hristov | 2005-07-10 | 1 | -7/+9 |