summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Fixed pdo_firebird tests failuresDmitry Stogov2014-08-112-4/+9
* Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-091-7/+8
* Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-072-9/+9
* Fixed use of uninitialized valueXinchen Hui2014-06-241-0/+2
* Fixed segfault (we need to close it for it has referenced by somewhere)Xinchen Hui2014-06-231-0/+1
* 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
* Merge branch 'master' into phpngDmitry Stogov2014-06-182-2/+2
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-06-161-1/+1
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-06-161-1/+1
| | |\
| | | * Update copyright year for re2c files as wellLior Kaplan2014-06-161-1/+1
* | | | Fixed refcountingDmitry Stogov2014-05-281-1/+1
* | | | Finished persistent PDO implementXinchen Hui2014-05-265-73/+81
* | | | Refactored ext/ldapXinchen Hui2014-05-201-2/+2
* | | | Fixed Hash API usageXinchen Hui2014-05-182-2/+2
* | | | Fixed Hash API usageXinchen Hui2014-05-181-4/+5
* | | | Fixed Hash API usage (it's in comments)Xinchen Hui2014-05-181-2/+2
* | | | Merge branch 'phpng' of git.php.net:php-src into phpngPierre Joye2014-05-171-0/+2
|\ \ \ \
| * | | | Fixed signedXinchen Hui2014-05-171-0/+2
* | | | | fix zend_hash_get_current_data_ptr_ex callPierre Joye2014-05-171-4/+5
|/ / / /
* | | | used only in the #ifdef 0Pierre Joye2014-05-151-1/+2
* | | | Made a little clean upXinchen Hui2014-05-152-13/+1
* | | | add support for pdo-pgsql in phpng refactoringnikita22062014-05-151-1/+13
* | | | 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