Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73803 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25309 invoked from network); 25 Apr 2014 23:22:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2014 23:22:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=ingwie2000@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ingwie2000@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.83.52 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 74.125.83.52 mail-ee0-f52.google.com Received: from [74.125.83.52] ([74.125.83.52:51111] helo=mail-ee0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/F0-19070-63EEA535 for ; Fri, 25 Apr 2014 19:22:30 -0400 Received: by mail-ee0-f52.google.com with SMTP id e49so3186592eek.11 for ; Fri, 25 Apr 2014 16:22:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=/ZKvif0YHNr2bSJova/iz77jlXe/SPF5IPixmXjZFzw=; b=ttlkmO6IOVu0wbdjj8mRltVc37UhAdW6ujQ6lSlBKW6DMcxYQZRCuCcSm2vPomzJjU yrQg/xgfPevrPrKqNfU3fr9uYPiKYpigrj8JEDfuvr2zA10XEviXWPjF/ajk5dHFFE+D /OoLdXWmAZZOz/WFHkxFVRWWx100rmtVnnB3gKpFU3LF7ki7+u3kmXHg1Qlai/FSlaYI GNXewec+MQIp8xJOC4iHLxfBqJCMK9gcOOHjT4XVWp1bPyGxziHvCIzkaNbDz6DZpxZT 8T/imInZkTNrJ51r/uE8t8VzukDzll2SjOFLKvp2MiDMdetpGh2bxKIxWZQUDvAIuD0d 1qvQ== X-Received: by 10.14.206.137 with SMTP id l9mr13464563eeo.40.1398468147381; Fri, 25 Apr 2014 16:22:27 -0700 (PDT) Received: from ingwies-air.speedport_w723_v_typ_a_1_01_001 (p54B4EAE7.dip0.t-ipconnect.de. [84.180.234.231]) by mx.google.com with ESMTPSA id l42sm28498970eew.19.2014.04.25.16.22.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Apr 2014 16:22:26 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-ID: Date: Sat, 26 Apr 2014 01:22:22 +0200 To: PHP internals Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) Subject: License question From: ingwie2000@googlemail.com (Kevin Ingwersen) Hey! I am not very good with English - its my second language, German my = first - so I wanted to ask about something that has to do with = redistribution. Currently, in my project I am configuring PHP and then compiling it, = plus a few extensions (v8js, yar, uv, pthreads, PHP-CPP) to a set of = static libraries (libphp5.a, libtsrm.a, libzend.a, libphp-v8js.a, =85). = In the end process, this is all combined, together with other libraries, = into a dynamic library. This project is not public yet, since I dont know if: - I can actually link PHP into my dynamic library without tripping on = any licensing? - That applies to all extensions using the PHP license? - I have to redistribute anything else but the headers? (of course, a = copyright notice to php plus original headers of the main library and = extension swould be distributed all together, excluded would be the = actual binaries/utilities, phar, php, php-cgi, etc.) Would be great to know if I can work it that way or not! :) Because the = least I want is to run against a wall=85 o.o Kind regards, Ingwie.=