summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Fix GMP serializationNikita Popov2014-09-181-2/+2
* reduce struct size by 8 byte on 64 bitAnatol Belski2014-09-171-1/+1
* reduce struct sizes by 8 bytes each on 64 bitAnatol Belski2014-09-141-6/+9
* Release memory for PDO Stmt ctor argsNikita Popov2014-09-061-4/+2
* Fix a number of format issuesNikita Popov2014-09-032-2/+2
* first show to make 's' work with size_tAnatol Belski2014-08-271-8/+8
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-255-12/+12
* master renames phase 3Anatol Belski2014-08-252-2/+2
* master renames phase 2Anatol Belski2014-08-251-2/+2
* master renames phase 1Anatol Belski2014-08-257-255/+255
* 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
* | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-201-1/+1
|\ \ | |/
| * Reverted incorrectly changed test. Now it's the same as in PHP-5.6.Dmitry Stogov2014-08-201-1/+1
* | ported pdo and pdo_sqliteAnatol Belski2014-08-195-154/+155
* | basic macro replacements, all at onceAnatol Belski2014-08-196-177/+177
* | regenerated parser filesAnatol Belski2014-08-171-20/+0
|/
* Fixed version idXinchen Hui2014-08-161-1/+1
* Better version checkingXinchen Hui2014-08-151-1/+1
* 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