Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | - 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 |
| | | |||||
* | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | | Removed unnecessary rinit/rshutdown | Ilia Alshanetsky | 2011-05-31 | 2 | -22/+2 |
| | | |||||
* | | 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) | ||||
* | | 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 | ||||
* | Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) | Ilia Alshanetsky | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 5 | -5/+5 |
| | |||||
* | - Updated pdo_pgsql tests to be 8.5+ friendly | Matteo Beccati | 2009-12-25 | 2 | -4/+8 |
| | |||||
* | Revert attempt at supporting both autoconf 2.13 and | Rasmus Lerdorf | 2009-11-29 | 1 | -5/+5 |
| | | | | | | | | | | | modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there. | ||||
* | Someone strap down Jani and give him a sedative please. | Rasmus Lerdorf | 2009-11-25 | 1 | -5/+5 |
| | | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief. | ||||
* | - Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted ↵ | Matteo Beccati | 2009-11-04 | 4 | -3/+39 |
| | | | | | | | | transaction). # Removed usage of the memory address when generating prepared statemend names # as uniqueness can't be enforced. Used a statment counter instead. | ||||
* | - Reverting previous fix for bug #49985 | Matteo Beccati | 2009-11-04 | 1 | -17/+3 |
| | | | | | # Unmerged changes from revision 289924 | ||||
* | - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction). | Ilia Alshanetsky | 2009-10-26 | 1 | -3/+17 |
| | |||||
* | - Fixed bug #48764 (PDO_pgsql::query always uses implicit prepared ↵ | Matteo Beccati | 2009-10-07 | 4 | -8/+161 |
| | | | | | | | statements if v3 proto available) # original patch by Mark Kirkwood | ||||
* | MFH: Typo | Kalle Sommer Nielsen | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | MFH | Matteo Beccati | 2009-05-12 | 1 | -86/+0 |
| | | | | | | | | - Moved test for bug #44861 to PDO commons and added support for pdo_oci # This allows scrollable cursors to be tested with all the drivers # that currently support them (pgsql and oci), ensuring a consistent # behaviour. The test is skipped when using other drivers. | ||||
* | MFH | Matteo Beccati | 2009-05-12 | 3 | -1/+19 |
| | | | | | - Fixed bug #48188 | ||||
* | MFH: | Matteo Beccati | 2009-04-30 | 2 | -17/+0 |
| | | | | | - Removed HAVE_PQEXECPARAMS which was left out during the previous commit |