| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ↵ | foobar | 2005-11-25 | 1 | -2/+2 |
| | | | | | extensions | ||||
| * | MFB: remove PDO_ prefix | Ilia Alshanetsky | 2005-09-20 | 1 | -1/+1 |
| | | |||||
| * | Make PDO use class constants | Ilia Alshanetsky | 2005-09-20 | 1 | -1/+1 |
| | | |||||
| * | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | | |||||
| * | prep for PECL release | Wez Furlong | 2005-07-27 | 1 | -1/+1 |
| | | |||||
| * | Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when set | Wez Furlong | 2005-07-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | to true, forces the driver to use PDO's own emulated prepared statement support. Why would you want that, considering that native prepared statements are supposed to be the best thing ever? "Often postgresql will have to plan the query without knowing the parameters - and it will choose a bad plan. In some cases it will plan based on the first parameters you send. " Ugh. So now we have a way to let you decide that you know better than the pgsql query planner. | ||||
| * | - Add +ifdefs to still allow PHP 5.0 builds of PDO | Marcus Boerger | 2005-06-23 | 1 | -0/+15 |
| | | | | | | | # PDO is a PECL extension and at the moment is still meant to compile on # both PHP 5.0 and PHP 5.1. | ||||
| * | No c++ comments in C code | foobar | 2005-04-19 | 1 | -2/+2 |
| | | |||||
| * | prep for release | Wez Furlong | 2005-02-09 | 1 | -1/+1 |
| | | |||||
| * | PostgreSQL PDO driver. | Edin Kadribasic | 2004-05-20 | 1 | -0/+113 |
