Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30334 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93913 invoked by uid 1010); 25 Jun 2007 10:00:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93898 invoked from network); 25 Jun 2007 10:00:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2007 10:00:22 -0000 Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.242 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.132.242 an-out-0708.google.com Received: from [209.85.132.242] ([209.85.132.242:57879] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/B1-09896-4329F764 for ; Mon, 25 Jun 2007 06:00:20 -0400 Received: by an-out-0708.google.com with SMTP id c18so306549anc for ; Mon, 25 Jun 2007 03:00:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KtRom8csoeKblLVB3b/U5bLlCICiO8Clh8mh7AzCKR7p2iGqGkFu7ej3oilgO+KsfC7TaysziM0T89mLY97YUtIk4rao6DBVen1E73oD+waYedxLclbnYirfzO9bOZoxSOIVYVKW6dDZ731BA6Zl1FlWz1XJPusDP3OqW6xQG1o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JXJX1T3T/O//NG8HDnrcLFQxcpk25TT2ZsiNVY/kmEr41PRH4nqpIi6hycSWCv563q5il2Fe9QpTL2UUe0hQiBDUfe4LGoQfHMTBkrZ3UHRKTFk8u1Y9vWSeKFkTkO11muczCPbp5HBEb3xQcoEwDNvGtdWQestRY6ZSHhkuCgo= Received: by 10.100.137.18 with SMTP id k18mr2994912and.1182765618413; Mon, 25 Jun 2007 03:00:18 -0700 (PDT) Received: by 10.100.111.5 with HTTP; Mon, 25 Jun 2007 03:00:18 -0700 (PDT) Message-ID: Date: Mon, 25 Jun 2007 14:00:18 +0400 To: "Antony Dovgal" Cc: "Cristian Rodriguez" , internals@lists.php.net In-Reply-To: <467F8F5C.7010208@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1655508223.20070605221904@marcus-boerger.de> <1387129235.20070606231217@marcus-boerger.de> <7d5a202f0706241917g160ed7eby86ee5108d58b2f5c@mail.gmail.com> <467F8F5C.7010208@zend.com> Subject: Re: [PHP-DEV] [RFC] SPL & PCRE as always enabled in core From: indeyets@gmail.com ("Alexey Zakhlestin") As far as I understood, the problem is not oniguruma, which is BSD-licensed, but libmbfl, which is LGPL-licenses according to http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/README.libmbfl?revision=1.1&view=markup but according to http://sourceforge.jp/projects/php-i18n/ it is BSD-licensed now On 6/25/07, Antony Dovgal wrote: > > The difference is that we do not ship ICU with PHP, but we do ship Oniguruma library. -- Alexey Zakhlestin http://blog.milkfarmsoft.com/