Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ref #68371 - Added support for PDO::PGSQL_ATTR_DISABLE_PREPARES | Matteo Beccati | 2015-01-05 | 2 | -1/+9 |
| | |||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2015-01-05 | 2 | -0/+117 |
|\ | | | | | | | | | * PHP-5.5: Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific attribute names | ||||
| * | Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific ↵ | Matteo Beccati | 2014-11-10 | 2 | -0/+107 |
| | | | | | | | | attribute names | ||||
| * | 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 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2014-11-01 | 2 | -1/+67 |
|\ \ | |/ | | | | | | | * PHP-5.5: Fixed bug #66584 Segmentation fault on statement deallocation | ||||
| * | Fixed bug #66584 Segmentation fault on statement deallocation | Matteo Beccati | 2014-11-01 | 2 | -1/+67 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-10-31 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.5: fix ZTS build | ||||
| * | fix ZTS build | Anatol Belski | 2014-10-31 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2014-10-31 | 2 | -10/+52 |
|\ \ | |/ | | | | | | | | | * PHP-5.5: Added PGSQL_TEST_CONNSTR env var support for ext/pgsql tests Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when not in transaction | ||||
| * | Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when ↵ | Matteo Beccati | 2014-10-31 | 2 | -10/+52 |
| | | | | | | | | not in transaction | ||||
* | | Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads) | Matteo Beccati | 2014-10-17 | 2 | -0/+115 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2014-05-21 | 1 | -8/+27 |
|\ \ | |/ | | | | | | | * PHP-5.5: Improved test for bug #62479 | ||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2014-05-21 | 1 | -8/+27 |
| |\ | | | | | | | | | | | | | * PHP-5.4: Improved test for bug #62479 | ||||
| | * | Improved test for bug #62479 | Matteo Beccati | 2014-05-21 | 1 | -8/+27 |
| | | | |||||
* | | | Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams | Matteo Beccati | 2014-03-11 | 5 | -3/+81 |
| | | | | | | | | | | | | | | | | | | Faster than prepared statements when queries are run once. Slightly slower than PDO::ATTR_EMULATE_PREPARES but without the potential security implications of embedding parameters in the query itself. | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | configure will now fail if any of the following function is missing: * PQprepare * PQexecParams * PQescapeStringConn * PQescapeByteaConn | ||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-01-25 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: fix test bug62479.phpt | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-01-25 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.4: fix test bug62479.phpt | ||||
| | * | fix test bug62479.phpt | Stanislav Malyshev | 2014-01-25 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Will Fitch | 2014-01-18 | 2 | -2/+85 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: Fix #62479: Some chars not parsed in passwords | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Will Fitch | 2014-01-18 | 2 | -2/+85 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.4: Fix #62479: Some chars not parsed in passwords | ||||
| | * | Fix #62479: Some chars not parsed in passwords | Will Fitch | 2014-01-18 | 2 | -2/+85 |
| | | | | | | | | | | | | | | | This fixes an issue where backslashes and spaces aren't correctly parsed for passwords. | ||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 5 | -5/+5 |
| | | | |||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 5 | -5/+5 |
| | | | |||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 5 | -5/+5 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' | Matteo Beccati | 2013-08-21 | 2 | -5/+5 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed compiler warnings in ext/pgsql Fixed other compiler warnings in PDO_PGSQL Fixed compiler warning Update NEWS Conflicts: ext/pdo_pgsql/pgsql_driver.c | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2013-08-21 | 2 | -5/+5 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | * PHP-5.4: Fixed compiler warnings in ext/pgsql Fixed other compiler warnings in PDO_PGSQL Fixed compiler warning | ||||
| | * | Fixed other compiler warnings in PDO_PGSQL | Matteo Beccati | 2013-08-21 | 2 | -5/+5 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' | Michael Wallner | 2013-08-20 | 1 | -0/+71 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: Fix bug #64953 (Postgres prepared statement positional parameter casting) | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-08-20 | 1 | -0/+71 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix bug #64953 (Postgres prepared statement positional parameter casting) Conflicts: ext/pdo/pdo_sql_parser.c | ||||
| | * | Fix bug #64953 (Postgres prepared statement positional parameter casting) | Michael Wallner | 2013-08-20 | 1 | -0/+71 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes. | ||||
| * | | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
| |/ | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-08-04 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.5: non living code related typo fixes | ||||
| * | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 |
| | | |||||
| * | Fixed meta data retrieve when OID is larger than 2^31 | Yasuo Ohgaki | 2013-07-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.5' | Yasuo Ohgaki | 2013-07-11 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed meta data retrieve when OID is larger than 2^31 Conflicts: ext/pdo_pgsql/pgsql_statement.c | ||||
| * | | Fixed meta data retrieve when OID is larger than 2^31 | Yasuo Ohgaki | 2013-07-11 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'PHP-5.5' | Yasuo Ohgaki | 2013-07-09 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | * PHP-5.5: Fixed pgsql_stmt_get_column_meta() OID signedness | ||||
| * | | Fixed pgsql_stmt_get_column_meta() OID signedness | Yasuo Ohgaki | 2013-07-09 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'PHP-5.5' | Remi Collet | 2013-06-19 | 3 | -4/+4 |
|\ \ | |/ | | | | | | | * PHP-5.5: Related to bug #65047 (Test skip on client / server version) | ||||
| * | Related to bug #65047 (Test skip on client / server version) | Remi Collet | 2013-06-19 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | bug46274.phpt and bug46274_2.phpt Make query silent (when server don't know bytea_output option) bug_49985.phpt Make result "locale" independent | ||||
* | | Merge branch 'PHP-5.5' | Matteo Beccati | 2013-06-19 | 2 | -0/+10 |
|\ \ | |/ | | | | | | | | | | | * PHP-5.5: Fixed bug #65047 (Test skip on client / server version) Remove broken client version checking Clean up leftover file after the test | ||||
| * | Fixed bug #65047 (Test skip on client / server version) | Matteo Beccati | 2013-06-19 | 2 | -0/+10 |
| | | |||||
* | | Fixed signedness warning | Matteo Beccati | 2013-06-07 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #63657 (pgsqlCopyFrom/To methods use Postgres < 7.3 syntax) | Matteo Beccati | 2013-06-07 | 1 | -8/+12 |
| | | | | | | | | | | | | | | Although still supported (for now), I've replaced with pre-9.0 syntax. Still not cutting edge, but it works with any version PDO_pgsql is compatible with (7.4+) and will possibly keep working for longer than what we already had. | ||||
* | | Fixed Bug #42614 (PDO_pgsql: add pg_get_notify support) | Matteo Beccati | 2013-06-05 | 2 | -0/+190 |
| | | |||||
* | | Refactored custom PDO_pgsql methods to trigger errors/exceptions | Matteo Beccati | 2013-06-05 | 4 | -49/+103 |
|/ | | | | | | | | BC Break: the custom methods were previously just return false on failure. Now they throw an exception with a proper error message. An hopefully welcome improvement, but some application might be depending on the old behaviour. FWIW the PDO::pgsqlCopy* methods are not documented, even though they are available since 5.3.x. |