summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_stmt.c
Commit message (Expand)AuthorAgeFilesLines
* Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-8/+8
* Fixed compiler warningXinchen Hui2014-06-231-1/+1
* Actually, I don't know how it works. (maybe I should re-start again :<)Xinchen Hui2014-06-231-3/+1
* Fixed PDO_PARAM_ZVALXinchen Hui2014-06-201-1/+1
* Finished persistent PDO implementXinchen Hui2014-05-261-1/+1
* Fixed signedXinchen Hui2014-05-171-0/+2
* Revert "ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt fails in trunk a...Xinchen Hui2014-05-081-2/+2
* ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt fails in trunk as well w...Xinchen Hui2014-05-081-2/+2
* Fixed bugs in pdo_mysqlXinchen Hui2014-05-081-6/+6
* Refactor pdo_mysql(incompleted, some tests failed due to no mysqlnd)Xinchen Hui2014-05-071-6/+2
* Fixed memory leaksDmitry Stogov2014-05-061-1/+6
* clean upXinchen Hui2014-05-051-9/+0
* Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-21/+21
* Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+1
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-13/+4
|\
| * Remove some usages of hashtable internalsNikita Popov2014-04-091-15/+3
* | Fixed fetch into refcount hanlding (now 3 test fails)Xinchen Hui2014-04-251-2/+2
* | Fixed bindColumnXinchen Hui2014-04-251-2/+1
* | Fixed reference handling in bindCloumnXinchen Hui2014-04-251-13/+23
* | Fixed register bound parameters in executeXinchen Hui2014-04-251-2/+2
* | Fixed refcount of dbh (we don't need another refcount anymore)Xinchen Hui2014-04-251-5/+2
* | Various bugs fixedXinchen Hui2014-04-241-69/+55
* | Clean up (use zend_string and foreach macros)Xinchen Hui2014-04-231-32/+26
* | Refactor PDO (only compilable now)Xinchen Hui2014-04-221-437/+362
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-4/+5
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-08-221-1/+1
|\
| * Fixed other compiler warningsMatteo Beccati2013-08-221-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-201-1/+1
|\ \ | |/
| * Quash compile warning "warning: 'flags' may be used uninitialized in this fun...Christopher Jones2013-08-201-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-5/+4
* | Fix test related to change for #bug64007 and also fix in newInstanceArgsXinchen Hui2013-01-221-0/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
|/
* 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
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Fix bug #55776 (PDORow to session bug)Johannes Schlüter2011-09-251-0/+8
| * - Added missing arginfos for void params and void param checksFelipe Pena2011-06-181-9/+12
| * Fixed bug #52104 (bindColumn creates Warning regardless of ATTR_ERRMODE setti...Ilia Alshanetsky2011-06-011-1/+4
| * Fixed compiler warningIlia Alshanetsky2011-02-221-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Fix wrong argument to read_property callFelipe Pena2010-11-151-1/+1
| * - Fixed bug #52699 (PDO bindValue writes long int 32bit enum)Felipe Pena2010-08-251-3/+5
| * - Fixed bug #52487 (PDO::FETCH_INTO leaks memory)Felipe Pena2010-07-291-1/+1
| * - Fix crash when calling a method of a class that inherits PDOStatement if in...Felipe Pena2010-06-161-0/+4
| * Fixed bug #51670 getColumnMeta causes segfault when re-executing query after ...Pierrick Charron2010-04-271-0/+2
* | - Year++Felipe Pena2012-01-011-1/+1