Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fix for bug #62820 | ULF WENDEL | 2012-10-23 | 1 | -50/+63 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
|\ | |||||
| * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
| | | |||||
* | | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Pierrick Charron | 2012-03-24 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Remove unused variable | Pierrick Charron | 2012-03-24 | 1 | -1/+0 |
| | | |||||
| * | Fix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't ↵ | Johannes Schlüter | 2012-03-05 | 1 | -43/+35 |
| | | | | | | | | always work | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fix folding | Johannes Schlüter | 2011-09-19 | 1 | -6/+4 |
| | | |||||
| * | - Fix Bug #53782 (foreach throws irrelevant exception) | Johannes Schlüter | 2011-05-16 | 1 | -1/+5 |
| | | |||||
| * | - Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver) | Johannes Schlüter | 2011-01-14 | 1 | -2/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed constness compiler warning in pdo_mysql | Kalle Sommer Nielsen | 2010-10-05 | 1 | -1/+1 |
| | | |||||
| * | Fix for Bug #51870 | Andrey Hristov | 2010-05-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | PDO::fetchAll after a PDO::execute with bindings lead to a segv. It is only in unreleased code and thus doesn't deserve a NEWS entry | ||||
* | | Fix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't ↵ | Johannes Schlüter | 2012-03-05 | 1 | -43/+35 |
| | | | | | | | | always work | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Fix folding | Johannes Schlüter | 2011-09-19 | 1 | -6/+4 |
| | | |||||
* | | - Fix Bug #53782 (foreach throws irrelevant exception) | Johannes Schlüter | 2011-05-16 | 1 | -1/+5 |
| | | |||||
* | | - Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver) | Johannes Schlüter | 2011-01-14 | 1 | -2/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed constness compiler warning in pdo_mysql | Kalle Sommer Nielsen | 2010-10-05 | 1 | -1/+1 |
| | | |||||
* | | - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259 | Johannes Schlüter | 2010-08-05 | 1 | -32/+9 |
| | | |||||
* | | Fix for Bug #51870 | Andrey Hristov | 2010-05-21 | 1 | -2/+2 |
|/ | | | | | | | PDO::fetchAll after a PDO::execute with bindings lead to a segv. It is only in unreleased code and thus doesn't deserve a NEWS entry | ||||
* | decouple the methods in MYSQLND_STMT from the data, | Andrey Hristov | 2010-03-16 | 1 | -4/+4 |
| | | | | | | | | needed to move to a new structure MYSQLND_STMT. Makes the code cleaner and less error-prone. Also fix PDO/MySQL which directly touch mysqlnd internals instead of using API calls. | ||||
* | Pass tsrmls to all functions, which might need it in the future. | Andrey Hristov | 2010-02-03 | 1 | -3/+3 |
| | | | | | | We are anyway breaking the internal ABI in 5.3.2 so this won't hurt and make us prepared for the future. | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql | Kalle Sommer Nielsen | 2009-05-20 | 1 | -15/+16 |
| | |||||
* | Removed unused variable | Ilia Alshanetsky | 2009-01-14 | 1 | -3/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, | Johannes Schlüter | 2008-07-21 | 1 | -200/+495 |
| | | | | | | | | | | | | | | | | | | | | | | | | pecl#12794, pecl#12401 # Running the tests: # (Note: Doesn't work currnetly on HEAD, see: # http://news.php.net/php.qa/64378) # # PDO_MYSQL_TEST_DSN - DSN # For example: mysql:dbname=test;host=localhost;port=3306 # # PDO_MYSQL_TEST_HOST - database host # PDO_MYSQL_TEST_DB - database (schema) name # PDO_MYSQL_TEST_SOCKET - database server socket # PDO_MYSQL_TEST_ENGINE - storage engine to use # PDO_MYSQL_TEST_USER - database user # PDO_MYSQL_TEST_PASS - database user password # PDO_MYSQL_TEST_CHARSET - database charset # # NOTE: if any of PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET] is # part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example, # for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test. | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | implement FR #41416 (getColumnMeta() should also return table name) | Antony Dovgal | 2007-05-17 | 1 | -0/+1 |
| | |||||
* | Fixed bug #40935 (pdo_mysql does not raise an exception on empty | Ilia Alshanetsky | 2007-04-15 | 1 | -0/+1 |
| | | | | | fetchAll()). | ||||
* | Fixed bug #40822 (pdo_mysql does not return rowCount() on select). | Ilia Alshanetsky | 2007-04-08 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #39759 (Can't use stored procedures fetching multiple result | Ilia Alshanetsky | 2006-12-08 | 1 | -5/+5 |
| | | | | | sets in pdo_mysql). | ||||
* | Fixed bug #39527 (Failure to retrieve results when multiple unbuffered, | Ilia Alshanetsky | 2006-12-02 | 1 | -13/+23 |
| | | | | | prepared statements are used in pdo_mysql). | ||||
* | avoid unterminated loop when closing the statement. | Wez Furlong | 2006-04-22 | 1 | -10/+15 |
| | |||||
* | This completes the fix for PECL #5827; we need to gobble up result sets in the | Wez Furlong | 2006-04-09 | 1 | -0/+10 |
| | | | | | stmt dtor too. | ||||
* | fix for PECL Bug #5827. | Wez Furlong | 2006-04-09 | 1 | -0/+10 |
| | | | | | | We're responsible for gobbling up supplemental result sets in closeCursor() (which is what PDO does for us if we didn't implement our own closer routine). | ||||
* | Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB). | Ilia Alshanetsky | 2006-02-14 | 1 | -4/+2 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | add NEWDECIMAL, NEWDATE, GEOMETRY, SET and ENUM field types | Antony Dovgal | 2005-12-05 | 1 | -0/+11 |
| | |||||
* | MFH: fix possible crash in pdo_mysql_stmt_dtor() | Antony Dovgal | 2005-11-30 | 1 | -1/+1 |
| | |||||
* | Closes PECL Bug #5802 | Wez Furlong | 2005-10-29 | 1 | -0/+1 |
| | |||||
* | argh! we don't want to NULL the stmt here; freeing the results is not the same | Wez Furlong | 2005-10-29 | 1 | -2/+0 |
| | | | | | | | | as destroying the prepared statement handler, so we're leaking and breaking, as can be seen by running the test suite. brown paper bag for PDO in PHP 5.1RC4? | ||||
* | MFH: free && set to NULL S->stmt | Antony Dovgal | 2005-10-27 | 1 | -1/+9 |
| | |||||
* | MFH: Fixed bug #34623 (Crash in pdo_mysql on longtext fields). | Ilia Alshanetsky | 2005-10-19 | 1 | -0/+6 |
| | |||||
* | - TSRM fix | Marcus Boerger | 2005-09-29 | 1 | -1/+1 |
| |