Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36588 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16166 invoked from network); 26 Mar 2008 23:30:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2008 23:30:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:36050] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/B7-47041-8ACDAE74 for ; Wed, 26 Mar 2008 18:30:52 -0500 Received: (qmail 24643 invoked by uid 507); 26 Mar 2008 23:30:17 -0000 Received: from unknown (HELO ?192.168.1.102?) (postmaster%schlueters.de@82.135.85.188) by mail4.netbeat.de with ESMTPA; 26 Mar 2008 23:30:17 -0000 To: George Wang Cc: internals@lists.php.net In-Reply-To: <47EAAD1C.2050100@litespeedtech.com> References: <47E80EB9.60900@litespeedtech.com> <47E81136.3040308@zend.com> <47E81315.4060601@lerdorf.com> <47E82351.6040004@litespeedtech.com> <47EAAD1C.2050100@litespeedtech.com> Content-Type: text/plain Date: Thu, 27 Mar 2008 00:30:18 +0100 Message-ID: <1206574218.11056.24.camel@goldfinger> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution? From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Wed, 2008-03-26 at 16:07 -0400, George Wang wrote: > OK, let's back to the topic, is there any conclusion on this topic yet? > I certainly would like not to miss the release of 5.3 and ready to help > with any issue. I think it makes sense, you, as the server's vendor, supports it and whatever the exact usage number are there seem to be users who certainly benefit from it. > > As to user request, here is one :-) > > > > http://bugs.php.net/bug.php?id=42987 > According to this ticket, this has been assigned to johannes, should I > follow up with this ticket to get it going? > His last update to the ticket is > > "I saw that some files use another license than PHP License and other refer > > to an outdated version. when bundling they should be licensed under the > current PHP License 3.01." > > > Our LSAPI library code has been license under BSD license, and there are > other BSD licensed code get into PHP core, like PCRE, GD, etc. Is that > really a concern? Do I have to change it to PHP license? Well, the idea is that all PHP-specific code is licensed under the same license terms. PCRE and GD are external libraries which live outside PHP's context and which are simply bundled. That's why the clear preference there is PHP License. Additionally it would nice to follow the PHP coding standards. Like always having { } after an if statement. This helps PHP developers who might (possibly) help fixing reported (simple) bugs or apply API changes. Other than that we, again, have our problem about what's the best way to "bundle" something from pecl. I guess the symlink on the CVS server is the best option we currently have... johannes