summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_stmt.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix PdoRow leakNikita Popov2015-04-161-1/+2
* | | | Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-1/+3
* | | | Patch improvement:Dmitry Stogov2015-03-301-4/+2
* | | | Reverted change to function name and added note of why it is different from t...Danack2015-03-151-3/+4
* | | | Fixed PDORow behaviour and message.Danack2015-03-011-3/+4
* | | | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-2/+2
* | | | fix warningsMichael Wallner2015-01-301-2/+2
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-71/+71
* | | | second shot on removing TSRMLS_*Anatol Belski2014-12-141-2/+2
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-232/+231
* | | | Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some curre...Guilherme Blanco2014-12-121-1/+1
* | | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | | | Another fix for test failXinchen Hui2014-11-131-6/+17
* | | | Revert "Fixed test fails (prop read always has a IS_STRING member now)"Xinchen Hui2014-11-131-70/+44
* | | | Fixed test fails (prop read always has a IS_STRING member now)Xinchen Hui2014-11-131-44/+70
* | | | Update get_class_name semanticsNikita Popov2014-10-091-6/+2
* | | | Remove PDORow get_class_entry handlerNikita Popov2014-10-091-6/+0
* | | | Remove zend_get_class_entry functionNikita Popov2014-10-091-1/+1
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | Fix GMP serializationNikita Popov2014-09-181-2/+2
* | | | Fix a number of format issuesNikita Popov2014-09-031-1/+1
* | | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-3/+3
* | | | master renames phase 3Anatol Belski2014-08-251-1/+1
* | | | master renames phase 2Anatol Belski2014-08-251-2/+2
* | | | master renames phase 1Anatol Belski2014-08-251-68/+68
* | | | fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* | | | fix zppAnatol Belski2014-08-211-1/+1
* | | | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-201-1/+1
|\ \ \ \
| * | | | Fixed ext/pdo_*/tests/pdo_005.phpt tests failureDmitry Stogov2014-08-201-1/+1
* | | | | ported pdo and pdo_sqliteAnatol Belski2014-08-191-33/+33
* | | | | basic macro replacements, all at onceAnatol Belski2014-08-191-26/+26
|/ / / /
* | | | 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