Re: [PHP-DEV] PHP and two phase commit transactions

2012-05-30 Thread Christian Ferrari
>> 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

Re: [PHP-DEV] PHP and two phase commit transactions

2012-05-30 Thread Christian Ferrari
>> 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

Re: [PHP-DEV] PHP and two phase commit transactions

2012-05-30 Thread Christian Ferrari
>> >> 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

[PHP-DEV] PHP and two phase commit transactions

2012-05-29 Thread Christian Ferrari
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

Re: [PHP-DEV] Newbie: issues developing a new extension

2012-02-29 Thread Christian Ferrari
>> >    > 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

Re: [PHP-DEV] Newbie: issues developing a new extension

2012-02-29 Thread Christian Ferrari
>    > 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:/

Re: [PHP-DEV] Newbie: issues developing a new extension

2012-02-29 Thread Christian Ferrari
 > 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/).

Re: [PHP-DEV] Newbie: issues developing a new extension

2012-02-28 Thread Christian Ferrari
>> > 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

[PHP-DEV] Newbie: issues developing a new extension

2012-02-28 Thread Christian Ferrari
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