Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40904 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98325 invoked from network); 10 Oct 2008 03:40:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Oct 2008 03:40:16 -0000 Authentication-Results: pb1.pair.com header.from=wrowe@rowe-clan.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=wrowe@rowe-clan.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rowe-clan.net from 64.202.165.233 cause and error) X-PHP-List-Original-Sender: wrowe@rowe-clan.net X-Host-Fingerprint: 64.202.165.233 smtpout07-04.prod.mesa1.secureserver.net Received: from [64.202.165.233] ([64.202.165.233:60359] helo=smtpout07.prod.mesa1.secureserver.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/71-48736-F9ECEE84 for ; Thu, 09 Oct 2008 23:40:16 -0400 Received: (qmail 15809 invoked from network); 10 Oct 2008 03:40:12 -0000 Received: from unknown (76.252.112.72) by smtpout07-04.prod.mesa1.secureserver.net (64.202.165.233) with ESMTP; 10 Oct 2008 03:40:11 -0000 Message-ID: <48EECE9A.50106@rowe-clan.net> Date: Thu, 09 Oct 2008 22:40:10 -0500 User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: =?UTF-8?B?55Sw5LitIOijleS4gA==?= CC: =?UTF-8?B?Q3Jpc3RpYW4gUm9kcsOtZ3Vleg==?= , internals@lists.php.net References: <0_34620600_1223605552.27074.cbgrn@enoch.corp.cybozu.co.jp> <48EEC9E8.8020001@suse.de> In-Reply-To: <48EEC9E8.8020001@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] License for Windows binaries From: wrowe@rowe-clan.net ("William A. Rowe, Jr.") Cristian Rodríguez wrote: > 田中 裕一 escribió: >> Hi all, >> >> Could anyone tell me the license of the binaries and source code placed here? >> http://pecl2.php.net/downloads/php-windows-builds/ >> >> I am developing a commercial package software using PHP and I will build >> libraries and PHP my own. >> Is it ok to use Visual Studio project files in these zip files (http://pecl2.php.net/downloads/php-windows-builds/source/) >> or these binaries (http://pecl2.php.net/downloads/php-windows-builds/php-libs/) >> for our commercial product and distribute our product with those binaries? > > there is no restriction on using PHP in commercial products, as long you > comply with PHP license > > http://www.php.net/license/3_01.txt > > you must also comply with the legal requirements of the needed libraries. 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. PHP's license is, as Cristian says, very liberal and you have nothing to worry about until you link to something ;-)