Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use zend_string to represent pdo_column_data.name and avoid duplication. | Dmitry Stogov | 2015-05-05 | 1 | -3/+4 |
* | Remove PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT | Nikita Popov | 2015-04-24 | 5 | -112/+3 |
* | libpq versions older than 9.3 do not have lo_lseek64 | Rasmus Lerdorf | 2015-04-22 | 1 | -1/+1 |
* | fix possible int overflow | Anatol Belski | 2015-04-15 | 1 | -1/+6 |
* | fix datatype mismatches | Anatol Belski | 2015-04-15 | 1 | -3/+3 |
* | optimize structs | Anatol Belski | 2015-04-15 | 1 | -6/+6 |
* | fix data type and 64-bit compat | Anatol Belski | 2015-04-15 | 1 | -1/+5 |
* | Another minor cleanup, drop ENFORCE_SAFE_MODE (all except pdo_pgsql have #if'... | Kalle Sommer Nielsen | 2015-03-29 | 1 | -2/+2 |
* | cleanup mod version macros, round 3 | Anatol Belski | 2015-03-23 | 2 | -5/+4 |
* | Merge branch 'PHP-5.6' | Anatol Belski | 2015-03-14 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-03-14 | 1 | -0/+1 |
| |\ | |||||
| | * | fix test | Anatol Belski | 2015-03-14 | 1 | -0/+1 |
| | * | Bump year | Xinchen Hui | 2015-01-15 | 5 | -5/+5 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 5 | -5/+5 |
* | | | ZTS cleanup | Reeze Xia | 2015-03-08 | 1 | -1/+1 |
* | | | Look for PDO include files in the right folder | Maxime BESSON | 2015-02-06 | 1 | -2/+2 |
* | | | size_t cleanup for PDO | Stanislav Malyshev | 2015-01-26 | 1 | -10/+10 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 5 | -5/+5 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 3 | -4/+4 |
* | | | Merge branch 'PHP-5.6' | Matteo Beccati | 2015-01-05 | 2 | -1/+9 |
|\ \ \ | |/ / | |||||
| * | | Ref #68371 - Added support for PDO::PGSQL_ATTR_DISABLE_PREPARES | Matteo Beccati | 2015-01-05 | 2 | -1/+9 |
* | | | Merge branch 'PHP-5.6' | Matteo Beccati | 2015-01-05 | 2 | -0/+117 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2015-01-05 | 2 | -0/+117 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a... | Matteo Beccati | 2014-11-10 | 2 | -0/+107 |
| | * | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving) | Matteo Beccati | 2014-11-06 | 2 | -0/+16 |
| * | | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving) | Matteo Beccati | 2014-11-06 | 2 | -0/+16 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 3 | -64/+64 |
* | | | 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 |