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

From: Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: pdo emulate prepares not working. still getting parse-bind-execute-deallocate in pg log
Date: 2011-09-13 23:39:32
Message-ID: 4E6FE9B4.5050805@catalyst.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

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

Browse pgsql-php by date

  From Date Subject
Next Message Sári Csaba 2011-10-14 08:51:40 Introduction, and help request
Previous Message itb348 2011-08-26 10:42:03 Re: pdo emulate prepares not working. still getting parse-bind-execute-deallocate in pg log.