Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving) | Matteo Beccati | 2014-11-06 | 2 | -0/+16 |
| | |||||
* | Fixed bug #66584 Segmentation fault on statement deallocation | Matteo Beccati | 2014-11-01 | 2 | -1/+67 |
| | |||||
* | fix ZTS build | Anatol Belski | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when ↵ | Matteo Beccati | 2014-10-31 | 2 | -10/+52 |
| | | | | not in transaction | ||||
* | 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 |
| | | |||||
* | | 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.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 |
| | | |||||
* | | 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.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 |
| | | |||||
* | | 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. | ||||
* | 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 |
| | |||||
* | 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 | ||||
* | Fixed bug #65047 (Test skip on client / server version) | Matteo Beccati | 2013-06-19 | 2 | -0/+10 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Matteo Beccati | 2013-06-02 | 1 | -3/+5 |
|\ | | | | | | | | | * PHP-5.3: Clean up leftover test files | ||||
| * | Clean up leftover test files | Matteo Beccati | 2013-06-02 | 1 | -3/+5 |
| | | |||||
* | | Fix PDO::inTransaction() test for pgsql | Nikita Popov | 2013-06-02 | 1 | -4/+4 |
| | | | | | | | | | | | | inTransaction() nowadays casts the in_transaction result to boolean. I'm not sure whether the INERROR state should result in true or false. For now I went with the result that we actually get. | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Remi Collet | 2013-05-31 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error) | ||||
| * | Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error) | Remi Collet | 2013-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | There is a lot of call such as: pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed"); Where the 3rd paramater is a error message string where a sqlstate (5 chars) is expected. This cause a segfault in copy_from.phpt and copy_to.phpt. This is only a sanity check to avoid buffer overflow, but obviously this calls need to be fixed (using NULL or a correct sqlstate). | ||||
| * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 5 | -5/+5 |
| | | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 5 | -5/+5 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | David Soria Parra | 2012-10-30 | 2 | -1/+64 |
|\ \ | |/ | | | | | | | | | | | | | | | | | * PHP-5.3: NEWS for bug #62593 Bug #62593 Updated to account for INOUT parameters Bug #62593 Updated test to verify bindParam doesn't change original value Bug #62593 Updated to always treat zval by value Bug #62593 Added test for change Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native format in emulation mode | ||||
| * | Bug #62593 Updated to account for INOUT parameters | Will Fitch | 2012-10-30 | 1 | -1/+2 |
| | | |||||
| * | Bug #62593 Updated test to verify bindParam doesn't change original value | Will Fitch | 2012-10-30 | 1 | -1/+3 |
| | | |||||
| * | Bug #62593 Updated to always treat zval by value | Will Fitch | 2012-10-30 | 2 | -4/+9 |
| | | |||||
| * | Bug #62593 Added test for change | Will Fitch | 2012-10-30 | 1 | -0/+44 |
| | | |||||
| * | Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native ↵ | Will Fitch | 2012-10-30 | 1 | -1/+12 |
| | | | | | | | | format in emulation mode | ||||
| * | - Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTed | Gustavo André dos Santos Lopes | 2012-03-08 | 2 | -1/+23 |
| | | | | | | | | | | rows on postgresql >= 9 | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 5 | -5/+5 |
| | | |||||
| * | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | - Drop C++ style comments | Felipe Pena | 2011-06-10 | 1 | -2/+2 |
| | | |||||
| * | Removed test for functionality available in 5.4+ | Ilia Alshanetsky | 2011-05-31 | 1 | -66/+0 |
| | | |||||
| * | Removed unnecessary rinit/rshutdown | Ilia Alshanetsky | 2011-05-31 | 2 | -22/+2 |
| | | |||||
| * | Oops, can't cache it here because it won't work | Rasmus Lerdorf | 2011-05-15 | 1 | -5/+5 |
| | | | | | | | | | | | | in autoconf2.13 and we still support that version in this branch | ||||
| * | Cache the pdo include path | Rasmus Lerdorf | 2011-05-15 | 1 | -5/+5 |
| | | |||||
| * | Fix bug #54318 (Non-portable grep option used in PDO pgsql configuration). | Adam Harvey | 2011-03-22 | 1 | -1/+2 |
| | | | | | | | | | | Patch by Ben Walton <bwalton at artsci dot utoronto dot ca>. | ||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 5 | -5/+5 |
| | | |||||
| * | - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down) | Felipe Pena | 2010-12-10 | 1 | -1/+1 |
| | | | | | | | | | | patch by: gyp at balabit dot hu | ||||
| * | - Fixed tests not passing under windows because of the directory separator | Patrick Allaert | 2010-11-08 | 1 | -1/+1 |
| | | | | | | | | | | difference (thanks Eyal Teutsch for reporting) | ||||
| * | Removed the in_transaction handler for 5.3 to avoid BC break due to ↵ | Ilia Alshanetsky | 2010-06-15 | 1 | -10/+0 |
| | | | | | | | | structure change | ||||
| * | Added inTransaction() method to PDO, with specialized support for Postgres | Ilia Alshanetsky | 2010-06-10 | 4 | -1/+91 |
| | | |||||
| * | Added support for copy to/from array/file for pdo_pgsql extension. | Ilia Alshanetsky | 2010-06-10 | 3 | -0/+882 |
| | | | | | | | | | | | | # original patch by Denis Gasparin |