Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60694 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83388 invoked from network); 30 May 2012 23:46:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 May 2012 23:46:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:44348] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/B2-60719-251B6CF4 for ; Wed, 30 May 2012 19:46:27 -0400 Received: from [192.168.2.230] (ppp-88-217-70-86.dynamic.mnet-online.de [88.217.70.86]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 03A0D618DE; Thu, 31 May 2012 01:46:21 +0200 (CEST) To: Christian Ferrari Cc: "internals@lists.php.net" In-Reply-To: <1338323273.24780.YahooMailNeo@web29506.mail.ird.yahoo.com> References: <1338323273.24780.YahooMailNeo@web29506.mail.ird.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 31 May 2012 01:46:15 +0200 Message-ID: <1338421575.3408.9.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP and two phase commit transactions From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2012-05-29 at 21:27 +0100, Christian Ferrari wrote: > 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 license applies to LIXA project? The whole LIXA project is released under the terms of GNU Public License (GPL) version 2. http://sourceforge.net/apps/mediawiki/lixa/index.php?title=FAQ:_Frequently_Asked_Questions#License It then mentions "bla bla bla" about restrictions imposed by the GPL. One restriction is that the GPL is not compatible with the current PHP License. Therefore lixa can't be combined with PHP. See http://www.gnu.org/licenses/license-list.html#PHP-3.01 johannes