Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73620 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13695 invoked from network); 7 Apr 2014 07:11:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2014 07:11:40 -0000 Authentication-Results: pb1.pair.com header.from=ingwie2000@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ingwie2000@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.214.47 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 209.85.214.47 mail-bk0-f47.google.com Received: from [209.85.214.47] ([209.85.214.47:43771] helo=mail-bk0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/F0-07107-9AF42435 for ; Mon, 07 Apr 2014 03:11:39 -0400 Received: by mail-bk0-f47.google.com with SMTP id w10so603507bkz.34 for ; Mon, 07 Apr 2014 00:11:35 -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=HO3xdMf5soiIKqAaDCn75HjtH+ZwkWW20GXVhR8Ar2c=; b=xmEoY+en75It3EIQ0zJFZb1ebHbvEb8FmPO+jxuWvojLjueKYz4byp85a9zktdRpEG y5ey28GFzo5OD3B4D3xlg77+yqyrdCwlItanbn6IXzaSinGx3VwmjQdAYsz7/A2wJorf Bk9CY41STcga9lEZTIe7aInYhc+TZuaF7NK3yStlensTi+9pxc6CK4TjLURTryLWA7oD 9xh8fOwFdG3XzR3OM1xt789Yvv9CjLYoKn+zHNebtAmbrehoxDElXN5x1nOYRvSabd4o SisP8nBcPgYRaUDm0P2SV0KAf2DvUY5p7n48XwUIelhXVmvTfM9NOYg8dfF/n5GC4KNI Zc4w== X-Received: by 10.204.166.5 with SMTP id k5mr13358bky.47.1396854695298; Mon, 07 Apr 2014 00:11:35 -0700 (PDT) Received: from [172.16.88.12] (p57A937E8.dip0.t-ipconnect.de. [87.169.55.232]) by mx.google.com with ESMTPSA id b2sm16166775bkp.10.2014.04.07.00.11.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 07 Apr 2014 00:11:34 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-ID: Date: Mon, 7 Apr 2014 09:11:30 +0200 To: PHP internals Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) X-Mailer: Apple Mail (2.1822) Subject: Embedding API docs From: ingwie2000@googlemail.com (Kevin Ingwersen) Hey everyone. I am working on a project into which I wish to integrate PHP. I am = almost done porting PHP into my build system, so now I can go and = utilize it together with PHP-CPP. However - PHP-CPP does not seem to = offer ways to start the engine itself, really. So, is there any = embedding API that I need to take note of? The resulting php-build will have the following options applied: = =97with-pthreads =97enable-pthreads=3Dstatic =97enable-maintainer-zts = =97enable-curl=3Dstatic =97disable-shared =97enable-static = =97enable-embed=3Dstatic Kind regards, Ingwie!=