Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40917 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82439 invoked from network); 10 Oct 2008 14:02:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Oct 2008 14:02:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=ulf.wendel@phpdoc.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ulf.wendel@phpdoc.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain phpdoc.de from 212.227.126.177 cause and error) X-PHP-List-Original-Sender: ulf.wendel@phpdoc.de X-Host-Fingerprint: 212.227.126.177 moutng.kundenserver.de Received: from [212.227.126.177] ([212.227.126.177:54392] helo=moutng.kundenserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/58-38373-4706FE84 for ; Fri, 10 Oct 2008 10:02:29 -0400 Received: from [192.168.2.22] (p5B06F8D5.dip.t-dialin.net [91.6.248.213]) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis) id 0ML31I-1KoCfG1RwA-0007eV; Fri, 10 Oct 2008 09:44:02 +0200 Message-ID: <48EF07BB.50708@phpdoc.de> Date: Fri, 10 Oct 2008 09:43:55 +0200 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: "William A. Rowe, Jr." CC: =?UTF-8?B?55Sw5LitIOijleS4gA==?= , =?UTF-8?B?Q3Jpc3RpYW4gUm9kcsOtZ3Vleg==?= , internals@lists.php.net References: <0_34620600_1223605552.27074.cbgrn@enoch.corp.cybozu.co.jp> <48EEC9E8.8020001@suse.de> <48EECE9A.50106@rowe-clan.net> In-Reply-To: <48EECE9A.50106@rowe-clan.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+6prP5b4H8i4Gqrh0kx8H4quameBIgP+oFRez +O83kbLSIrw7TBJEcVM2HcUaeSku2J7/MgWg/uKDaFHQg8YXQR YL5+NogEnQnN6S9cfIK8w== Subject: Re: [PHP-DEV] License for Windows binaries From: ulf.wendel@phpdoc.de (Ulf Wendel) William A. Rowe, Jr. schrieb: > Well, the binaries probably include c runtimes under liberal MS license. > They might be kind and give you mysql and a host of other GPL features under > a very restrictive license. With any PHP before 5.3, you'll have to compile any of the MySQL extensions (ext/mysqli, PDO MySQL, ext/mysql) against the MySQL Client Library (libmysql). libmysql is GPL + FLOSS Licence exception [1]. As of PHP 5.3 you can optionally compile all the MySQL extensions against the MySQL native driver for PHP (mysqlnd) instead of compiling against libmysqlnd. mysqlnd is part of the PHP source tree and as such licensed under the terms of the PHP license. > PHP's license is, as Cristian says, very liberal and you have nothing to > worry about until you link to something ;-) Go PHP 5.3, go mysqlnd ;-) Ulf [1] http://www.mysql.com/about/legal/licensing/foss-exception.html