summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/mysql_statement.c
Commit message (Collapse)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-21/+21
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* master renamings phase 5Anatol Belski2014-08-251-2/+2
|
* master renames phase 1Anatol Belski2014-08-251-19/+19
|
* ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-191-14/+14
|
* basic macro replacements, all at onceAnatol Belski2014-08-191-7/+7
|
* Don't use zend_string for other fields (only name here is enough)Xinchen Hui2014-06-251-20/+2
|
* Use zend_string in mysqlndXinchen Hui2014-06-231-0/+17
|
* Actually, I don't know how it works. (maybe I should re-start again :<)Xinchen Hui2014-06-231-1/+1
|
* Fixed memory leakXinchen Hui2014-06-201-1/+1
|
* Fixed pdo_mysql build with mysqlndXinchen Hui2014-06-191-1/+1
|
* Prevent crash in case of SQL errorDmitry Stogov2014-05-191-1/+3
|
* Fixed reference handling(param->parameter)Xinchen Hui2014-05-071-20/+39
|
* Refactor pdo_mysql(incompleted, some tests failed due to no mysqlnd)Xinchen Hui2014-05-071-28/+28
|
* Cleanup (1-st round)Dmitry Stogov2014-04-151-8/+8
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* fix bug #48724Antony Dovgal2013-06-171-2/+5
| | | | PDO's getColumnMeta() doesn't return native_type for BIT, TINYINT and YEAR
* Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2013-03-131-13/+7
|\ | | | | | | | | Conflicts: NEWS
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
| |
| * Fix for bug #62820 well hidden beneath a ton of whitespace changes. Do not ↵ULF WENDEL2012-10-231-51/+65
| | | | | | | | use this pdo factory stuff - you get a line with an error on it, use the mysql stuff in the tests
* | Happy New YearXinchen Hui2013-01-011-1/+1
| |
* | Fix for bug #62820ULF WENDEL2012-10-231-50/+63
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
|\ \ | |/
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
| |
* | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-03-241-1/+0
|\ \ | |/
| * Remove unused variablePierrick Charron2012-03-241-1/+0
| |
| * Fix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't ↵Johannes Schlüter2012-03-051-43/+35
| | | | | | | | always work
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Fix foldingJohannes Schlüter2011-09-191-6/+4
| |
| * - Fix Bug #53782 (foreach throws irrelevant exception)Johannes Schlüter2011-05-161-1/+5
| |
| * - Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)Johannes Schlüter2011-01-141-2/+1
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * Fixed constness compiler warning in pdo_mysqlKalle Sommer Nielsen2010-10-051-1/+1
| |
| * Fix for Bug #51870Andrey Hristov2010-05-211-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üter2012-03-051-43/+35
| | | | | | | | always work
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | - Fix foldingJohannes Schlüter2011-09-191-6/+4
| |
* | - Fix Bug #53782 (foreach throws irrelevant exception)Johannes Schlüter2011-05-161-1/+5
| |
* | - Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)Johannes Schlüter2011-01-141-2/+1
| |
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | Fixed constness compiler warning in pdo_mysqlKalle Sommer Nielsen2010-10-051-1/+1
| |
* | - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259Johannes Schlüter2010-08-051-32/+9
| |
* | Fix for Bug #51870Andrey Hristov2010-05-211-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 Hristov2010-03-161-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 Hristov2010-02-031-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 **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysqlKalle Sommer Nielsen2009-05-201-15/+16
|
* Removed unused variableIlia Alshanetsky2009-01-141-3/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|