History log of /PHP-5.4/ext/pdo_pgsql/pdo_pgsql.c (Results 26 – 38 of 38)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.1
# 85ad8173 26-Nov-2005 Wez Furlong

set to 1.0 stable.


# 366832fb 25-Nov-2005 foobar

MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)


Revision tags: php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0
# c1932286 01-Oct-2005 Wez Furlong

use the right macro for these


# fe9db9ab 20-Sep-2005 Ilia Alshanetsky

Remove pointless PDO_ prefix


# bfe844e4 20-Sep-2005 Ilia Alshanetsky

MFH: Make PDO use class constants


Revision tags: RELEASE_1_0RC1
# 77d3a41f 11-Sep-2005 Wez Furlong

update package.xml files and version numbers, in anticipation of a big bunch of releases.


Revision tags: PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9
# ba77f851 27-Jul-2005 Wez Furlong

prep for PECL release


# 79f3cb98 20-Jul-2005 Wez Furlong

Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when set
to true, forces the driver to use PDO's own emulated prepared statement
support.

Why would you want th

Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when set
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.

show more ...


Revision tags: php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2
# 5cf2c9dc 23-Jun-2005 Marcus Boerger

- Add +ifdefs to still allow PHP 5.0 builds of PDO
# PDO is a PECL extension and at the moment is still meant to compile on
# both PHP 5.0 and PHP 5.1.


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 0e575286 19-Apr-2005 foobar

No c++ comments in C code


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 201ec3dc 09-Feb-2005 Wez Furlong

prep for release


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 9d6c2599 20-May-2004 Edin Kadribasic

PostgreSQL PDO driver.


12