>> 1. Is there any interest in "two phase commit" inside PHP
>> community? Without a real interest, every effort would be useless.
>
> I can't speak to a "critical mass" of interest, but as PHP and
> MySQL
> are closely coupled in the real world, until relatively recently (when
> Inno became t
>> Dear all,
>> I'm the author of LIXA project (http://lixa.sourceforge.net/) and I
>> would discuss a little about "two phase commit" transactions for
> PHP
>> applications.
>
> Besides all technical discussions etc one legal comment, on the project
> page I read:
>
> Which type of
>>
>> These are the issues I partially solved integrating LIXA with PHP.
>>
>> 1.
>> XA interface is a C level interface: the PHP database drivers must be
>> changed at C source level to avoid many leaps between C and PHP code.
>> The most important PHP database drivers are distributed with PHP
Dear all,
I'm the author of LIXA project (http://lixa.sourceforge.net/) and I would
discuss a little about "two phase commit" transactions for PHP applications.
"Two
phase commit" means I can write a program that uses two (or more)
Resource Managers (for example databases, like MySQL and Postgre
>> > > Dear all,
>>
>> >
>> >>>
>> > > I'm asking your help because I'm not
> able to
>> > solve an
>> >> issue
>> probably
>> > related to some foolish mistake I have not yet
> discovered.
>> > > I'm trying to develop an experimental
> extension to
> > Dear all,
>
>>>
> > I'm asking your help because I'm not able to
> solve an
>> issue
probably
> related to some foolish mistake I have not yet discovered.
> > I'm trying to develop an experimental extension to
>> interface LIXA
> library (http:/
> Dear all,
>>
> I'm asking your help because I'm not able to solve an
> issue
>>> probably
related to some foolish mistake I have not yet discovered.
> I'm trying to develop an experimental extension to
> interface LIXA
library (http:/lixa.sourceforge.net/).
>> > Dear all,
>> > I'm asking your help because I'm not able to solve an issue
> probably
>> related to some foolish mistake I have not yet discovered.
>> > I'm trying to develop an experimental extension to interface LIXA
>> library (http:/lixa.sourceforge.net/).
>> >
>> > I have created
Dear all,
I'm asking your help because I'm not able to solve an issue probably related to
some foolish mistake I have not yet discovered.
I'm trying to develop an experimental extension to interface LIXA library
(http:/lixa.sourceforge.net/).
I have created the basic stuff (config.m4, lixa.c, ph