Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed compilation error | Dmitry Stogov | 2014-11-07 | 1 | -1/+1 |
* | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving) | Matteo Beccati | 2014-11-06 | 2 | -7/+17 |
* | Merge branch 'PHP-5.6' | Matteo Beccati | 2014-11-01 | 2 | -1/+67 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2014-11-01 | 2 | -1/+67 |
| |\ | |||||
| | * | Fixed bug #66584 Segmentation fault on statement deallocation | Matteo Beccati | 2014-11-01 | 2 | -1/+67 |
* | | | Merge branch 'PHP-5.6' | Anatol Belski | 2014-10-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-10-31 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | fix ZTS build | Anatol Belski | 2014-10-31 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.6' | Matteo Beccati | 2014-10-31 | 2 | -10/+52 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2014-10-31 | 2 | -10/+52 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when ... | Matteo Beccati | 2014-10-31 | 2 | -10/+52 |
* | | | Fixed compilation | Dmitry Stogov | 2014-10-17 | 1 | -2/+2 |
* | | | Merge branch 'PHP-5.6' | Matteo Beccati | 2014-10-17 | 2 | -0/+115 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads) | Matteo Beccati | 2014-10-17 | 2 | -0/+115 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 5 | -5/+5 |
* | | | make this test a bit more tolerant when checking sleep time | Anatol Belski | 2014-09-12 | 1 | -2/+4 |
* | | | 's' works with size_t round 2 | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -6/+6 |
* | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
* | | | master renames phase 6 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 2 | -9/+9 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 4 | -43/+43 |
* | | | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -4/+4 |
* | | | ported from pdo - pgsql, odbc, mysql, firebirt, dblib | Anatol Belski | 2014-08-19 | 4 | -32/+37 |
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 3 | -28/+28 |
* | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-26 | 1 | -8/+27 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2014-05-21 | 1 | -8/+27 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2014-05-21 | 1 | -8/+27 |
| | |\ | |||||
| | | * | Improved test for bug #62479 | Matteo Beccati | 2014-05-21 | 1 | -8/+27 |
* | | | | Merge branch 'phpng' of https://git.php.net/repository/php-src into phpng | Xinchen Hui | 2014-05-20 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Revert changes to configs by accident | Xinchen Hui | 2014-05-20 | 2 | -2/+2 |
| * | | | | Refactored ext/ldap | Xinchen Hui | 2014-05-20 | 2 | -2/+2 |
* | | | | | Refactored ext/ldap | Xinchen Hui | 2014-05-20 | 2 | -2/+2 |
|/ / / / | |||||
* | | | | Fixed uninitialized value used | Xinchen Hui | 2014-05-16 | 1 | -0/+3 |
* | | | | Finish ext/pdo_pgsql (3 tests fail, 1 due to knew issue, 2 also fails in trunk) | Xinchen Hui | 2014-05-16 | 1 | -4/+4 |
* | | | | Fixed several test failed | Xinchen Hui | 2014-05-16 | 2 | -19/+33 |
* | | | | fix void* ptr arithmetic | Pierre Joye | 2014-05-15 | 1 | -1/+1 |
* | | | | Made a little clean up | Xinchen Hui | 2014-05-15 | 3 | -23/+18 |
* | | | | add support for pdo-pgsql in phpng refactoring | nikita2206 | 2014-05-15 | 2 | -67/+67 |
* | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 10 | -109/+166 |
|\ \ \ \ | |/ / / | |||||
| * | | | Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams | Matteo Beccati | 2014-03-11 | 5 | -3/+81 |
| * | | | Deprecated PDO::PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT | Matteo Beccati | 2014-03-11 | 4 | -7/+30 |
| * | | | Drop PDO support for extremely old libpq versions | Matteo Beccati | 2014-03-11 | 5 | -97/+53 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-01-25 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-01-25 | 1 | -2/+2 |
| | |\ \ | | | |/ | |||||
| | | * | fix test bug62479.phpt | Stanislav Malyshev | 2014-01-25 | 1 | -2/+2 |
* | | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 2 | -5/+5 |
|/ / / | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Will Fitch | 2014-01-18 | 2 | -2/+85 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Will Fitch | 2014-01-18 | 2 | -2/+85 |
| |\ \ | | |/ | |||||
| | * | Fix #62479: Some chars not parsed in passwords | Will Fitch | 2014-01-18 | 2 | -2/+85 |