Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73119 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74834 invoked from network); 13 Mar 2014 18:59:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2014 18:59:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:60512] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/A4-47923-B1002235 for ; Thu, 13 Mar 2014 13:59:39 -0500 Received: from [192.168.2.20] (ppp-188-174-35-223.dynamic.mnet-online.de [188.174.35.223]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 762C646494; Thu, 13 Mar 2014 20:00:21 +0100 (CET) To: Kevin Ingwersen Cc: Pierre Joye , internals In-Reply-To: References: <1394730932.3229.26.camel@guybrush> Content-Type: text/plain; charset="UTF-8" Date: Thu, 13 Mar 2014 19:59:20 +0100 Message-ID: <1394737160.3229.48.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Building PHP, questions From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2014-03-13 at 19:50 +0100, Kevin Ingwersen wrote: > Hey. > > Yes, all dependencies are being ported to that build system. PHP is > the biggest dependency though. There are many scripting languages I > like, that are even small (ph7, objectscript) - but I trust the > original PHP the most - so I wish to use it in my project. Hence, to > make it compatible with my project, I also need to make it build-able > in my project. what kind of platform/system is that, that not even cross-compiling (which isn't fully supported but still simpler than recreating a build system) and statically linking won't work? johannes