summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Use strpprintfXinchen Hui2014-05-101-6/+6
* 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 REFERENCE handlingXinchen Hui2014-05-082-12/+36
* Fixed bugs in pdo_mysqlXinchen Hui2014-05-083-12/+18
* We shouldn't modify strings in-place (it may be interned strings stored in SHN)Dmitry Stogov2014-05-071-4/+1
* 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
* PDO code assumes that different parts of the union alligned in special wayDmitry Stogov2014-05-061-5/+4
* Initialize CG(one_time_string) in ZTS as wellNikita Popov2014-05-051-1/+1
* clean upXinchen Hui2014-05-053-18/+1
* Make they are in the same style of Z_ISREFXinchen Hui2014-05-032-28/+28
* Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-304-4/+6
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-264-33/+12
|\
| * Fixed bug #66604 'pdo/php_pdo_error.h' not copied to the include dirMatteo Beccati2014-04-132-2/+2
| * Remove some usages of hashtable internalsNikita Popov2014-04-092-30/+6
| * Merge branch 'PHP-5.5' into PHP-5.6Andrey Hristov2014-01-281-2/+2
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-01-281-2/+2
| | |\
| | | * Fixed arginfo of PDO::__construct() to match the docs and zend_parse_paramete...Bob Weinand2014-01-281-2/+2
| | | * Bump yearXinchen Hui2014-01-038-8/+8
| | * | Bump yearXinchen Hui2014-01-038-8/+8
* | | | Fixed fetch into refcount hanlding (now 3 test fails)Xinchen Hui2014-04-251-2/+2
* | | | Fixed bindColumnXinchen Hui2014-04-251-2/+1
* | | | Fixed memleakXinchen Hui2014-04-251-0/+1
* | | | Fixed memleak in quoteXinchen Hui2014-04-251-2/+3
* | | | Fixed tests (object id)Xinchen Hui2014-04-251-2/+2
* | | | 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-252-26/+8
* | | | Various bugs fixedXinchen Hui2014-04-244-76/+76
* | | | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Xinchen Hui2014-04-241-1/+1
|\ \ \ \
| * | | | Small zts fixNikita Popov2014-04-231-1/+1
* | | | | Refactor pdo_sqlite (only compilable)Xinchen Hui2014-04-232-2/+5
|/ / / /
* | | | Clean up (use zend_string and foreach macros)Xinchen Hui2014-04-232-34/+27
* | | | Fixed segfault cause EG(This) is modifiedXinchen Hui2014-04-221-11/+8
* | | | USE ZEND_HASH_FOREACH_* macrosXinchen Hui2014-04-222-22/+12
* | | | Refactor PDO (only compilable now)Xinchen Hui2014-04-227-498/+423
* | | | Refactor PDO (incompleted)Xinchen Hui2014-04-165-229/+217
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-153-9/+9
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-103-9/+11
|/ / /
* | | Bump yearXinchen Hui2014-01-039-9/+9
* | | Merge branch 'PHP-5.5' into PHP-5.6Rasmus Lerdorf2013-11-091-3/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2013-11-091-3/+2
| |\ \ | | |/
| | * Fix broken testRasmus Lerdorf2013-11-091-3/+2
* | | Merge branch 'PHP-5.5' into PHP-5.6Rasmus Lerdorf2013-11-073-20/+59
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2013-11-073-20/+59
| |\ \ | | |/
| | * Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to stringsRasmus Lerdorf2013-11-073-21/+60
* | | Merge branch 'PHP-5.5'Xinchen Hui2013-11-051-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-11-051-2/+2
| |\ \ | | |/
| | * Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement throws...Xinchen Hui2013-11-051-2/+2