Subject Re: [firebird-php] Transactions - NO AUTO UNDO from PHP scripts.
Author marius adrian popa
On Fri, Apr 8, 2011 at 11:33 PM, maxdayala <max@...> wrote:
> Hi All.
>
> For performance reasons I'd like to experiment with using the NO AUTO UNDO option for transactions.
>
> Reference:
> http://www.firebirdsql.org/refdocs/langrefupd20-set-trans.html#langrefupd20-set-trans-no-auto-undo
>
> Looking at the PHP API my guess is that this feature can't be used. (Currently I'm using PHP 5.2.x, but I presume that there is no difference when using PHP 5.3.x.) Can anyone confirm this is the case. If so, I was figuring that I could maybe get round this by calling a command line script from within a PHP script to do the same thing.

Seems that is not added in driver
http://svn.php.net/viewvc/php/php-src/trunk/ext/interbase/interbase.c?revision=308618&view=markup
I will fix the driver with a simple patch
Remind me early in the next week , i have to add another simple patch by jiri