248 Commits (ee01af7df149da2c511b0f91db2e161eebb2bf58)

Author SHA1 Message Date
Matteo Beccati 2463e89794 Clean up leftover test files 13 years ago
Nikita Popov cbf90b1a90 Fix PDO::inTransaction() test for pgsql 13 years ago
Remi Collet 1c623e3b07 Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error) 13 years ago
Xinchen Hui 0a7395e009 Happy New Year 13 years ago
Xinchen Hui a2045ff332 Happy New Year~ 13 years ago
Will Fitch d864063a18 Bug #62593 Updated to account for INOUT parameters 13 years ago
Will Fitch d922e801ee Bug #62593 Updated test to verify bindParam doesn't change original value 14 years ago
Will Fitch 646c0e5738 Bug #62593 Updated to always treat zval by value 14 years ago
Will Fitch f0835c002d Bug #62593 Added test for change 14 years ago
Will Fitch 7ea4f73ad4 Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native format in emulation mode 14 years ago
Gustavo André dos Santos Lopes fee191658d - Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTed 14 years ago
Gustavo André dos Santos Lopes b7c9f8ae8a - Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTed 14 years ago
Felipe Pena e4ca0ed09f - Year++ 14 years ago
Felipe Pena 4e19825281 - Year++ 14 years ago
Felipe Pena 997f323e3a - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] 15 years ago
Felipe Pena 707a8f70b8 - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] 15 years ago
Felipe Pena 23e438594d - Make usage of new PHP_FE_END macro 15 years ago
Felipe Pena 4b30846b50 - Make usage of new PHP_FE_END macro 15 years ago
Felipe Pena 191df85605 - Drop C++ style comments 15 years ago
Felipe Pena c776180f6e - Drop C++ style comments 15 years ago
Felipe Pena 32b5f8a1a3 - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 15 years ago
Ilia Alshanetsky 3d7a201eb4 Removed test for functionality available in 5.4+ 15 years ago
Ilia Alshanetsky 3300cc8e38 Removed unnecessary rinit/rshutdown 15 years ago
Ilia Alshanetsky e91cecb1d3 Removed unnecessary rinit/rshutdown 15 years ago
Rasmus Lerdorf d257aa42ff Oops, can't cache it here because it won't work 15 years ago
Rasmus Lerdorf 8e256774b0 Cache the PDO include path 15 years ago
Rasmus Lerdorf 78a15091f9 Cache the pdo include path 15 years ago
Adam Harvey c5c87c5f37 Fix bug #54318 (Non-portable grep option used in PDO pgsql configuration). 15 years ago
Adam Harvey 9de1ad4cd2 Fix bug #54318 (Non-portable grep option used in PDO pgsql configuration). 15 years ago
Felipe Pena 927bf09c29 - Year++ 15 years ago
Felipe Pena 0203cc3d44 - Year++ 15 years ago
Felipe Pena 67db416711 - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down) 15 years ago
Felipe Pena 3c8bc996df - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down) 15 years ago
Felipe Pena 83a7831760 - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down) 15 years ago
Patrick Allaert 2dd4a2915c - Fixed tests not passing under windows because of the directory separator 15 years ago
Patrick Allaert 817776d1b9 - Fixed tests not passing under windows because of the directory separator 15 years ago
Patrick Allaert e2e76d40e3 - Fixed tests not passing under windows because of the directory separator 15 years ago
Ilia Alshanetsky 24b8bc3489 Removed the in_transaction handler for 5.3 to avoid BC break due to structure change 16 years ago
Ilia Alshanetsky 90906a91e9 Added inTransaction() method to PDO, with specialized support for Postgres 16 years ago
Ilia Alshanetsky 6ed1819bf4 Added inTransaction() method to PDO, with specialized support for Postgres 16 years ago
Ilia Alshanetsky 9daa864c4f Added support for copy to/from array/file for pdo_pgsql extension. 16 years ago
Ilia Alshanetsky 7ea9e879f3 Added support for copy to/from array/file for pdo_pgsql extension. 16 years ago
Felipe Pena b678abf579 - Fixed bug #51617 (PDO PGSQL still broken against PostGreSQL < 7.4) 16 years ago
Ilia Alshanetsky d8a32814f7 Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) 16 years ago
Ilia Alshanetsky c2ed5e6f9d Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) 16 years ago
Ilia Alshanetsky d2e14e3f20 Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) 16 years ago
Sebastian Bergmann 16cb1cd469 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Sebastian Bergmann 22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Matteo Beccati 731466cca3 - Updated pdo_pgsql tests to be 8.5+ friendly 16 years ago