Re: pdo emulate prepares not working. still getting parse-bind-execute-deallocatein pg log

You may want to check your version of Php - your example works fine for
me (i.e setting ATTR_EMULATE_PREPARES => true *stops* the parse, bind,
exec etc) using Php 5.3.6. I cannot recall exactly when I fixed this,
but the 5.2.12 changelog says the fix is there
(https://bugs.php.net/bug.php?id=48764), so later 5.2 and 5.3 versions
should work properly.

Cheers

Mark

--
Sent via pgsql-php mailing list (pgsql-php [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-php
Mark Kirkwood [ Mi, 14 September 2011 01:39 ] [ ID #2064336 ]
Datenbanken » gmane.comp.db.postgresql.php » Re: pdo emulate prepares not working. still getting parse-bind-execute-deallocatein pg log

Vorheriges Thema: Introduction, and help request
Nächstes Thema: pdo emulate prepares not working. still getting parse-bind-execute-deallocate in pg log.