Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73111 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56422 invoked from network); 13 Mar 2014 16:52:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2014 16:52:45 -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.54 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 74.125.83.54 mail-ee0-f54.google.com Received: from [74.125.83.54] ([74.125.83.54:57070] helo=mail-ee0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/F0-47923-C52E1235 for ; Thu, 13 Mar 2014 11:52:45 -0500 Received: by mail-ee0-f54.google.com with SMTP id d49so531089eek.41 for ; Thu, 13 Mar 2014 09:52:42 -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=vEAK2HPtGQP8A9OP4ojk24NW4lRolj3/Fcf/j/fMRSQ=; b=I/FAm2rl1SLztsnc9/wRznEKGxtu+hoDa2yRN602kRF88E1CHtvZoJ6WzINrkkdyyp afqAEA5HQ/hUswCdKqvb7EuAWEVM8WO6WtL7K0OsZl3FTcAePlPH34G3WpRvpPbBzeOD w/pxTAVo5To1IPNAVumHI99cT1cZTnph88RFSLOcgkle+6POXO+u0pOzLuXMn2sm5YSp knqL0zPLQIggLeeshPd5/SN7wjwOBKgIfrwFW/Uqw+E3Adz9vEpVGZ9ogrJDBlZuyjAf A6OjV5g957NjDRGjR00uk7kD13z/jSbZE8HAt5cYY2+Itv0Ept/ElU1hJodd3/tLmweF FLKA== X-Received: by 10.14.201.67 with SMTP id a43mr1655155eeo.111.1394729562050; Thu, 13 Mar 2014 09:52:42 -0700 (PDT) Received: from [192.168.200.19] (dslb-094-219-070-022.pools.arcor-ip.net. [94.219.70.22]) by mx.google.com with ESMTPSA id x3sm10053495eep.17.2014.03.13.09.52.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Mar 2014 09:52:41 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: Date: Thu, 13 Mar 2014 17:52:40 +0100 To: internals Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) X-Mailer: Apple Mail (2.1822) Subject: Building PHP, questions From: ingwie2000@googlemail.com (Kevin Ingwersen) Hey there. For a project I am working on,I want to implement a minimal version of = PHP - really, just it and a very tiny subset of modules. Its for = embeding PHP at the end. I can tell that I need to compile realyl = everything from main and TSRM. But what other fiels do I need to compile = - AND generate? I know I have to generate config.h - but what does it = depend on? I am not going to be able to use Autotools - because I am porting it = into a build system I am contributing to. Kind regards, Ingwie=