Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68556 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15370 invoked from network); 17 Aug 2013 22:54:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2013 22:54:35 -0000 Authentication-Results: pb1.pair.com header.from=jdavidlists@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jdavidlists@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.179 as permitted sender) X-PHP-List-Original-Sender: jdavidlists@gmail.com X-Host-Fingerprint: 209.85.223.179 mail-ie0-f179.google.com Received: from [209.85.223.179] ([209.85.223.179:57890] helo=mail-ie0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/36-18114-A2FFF025 for ; Sat, 17 Aug 2013 18:54:34 -0400 Received: by mail-ie0-f179.google.com with SMTP id c11so5190876ieb.24 for ; Sat, 17 Aug 2013 15:54:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=HwDoWUhtEELyP4dMgqADC7MqHFHkBG5zkjoFg0J1IK8=; b=fkN47Y44kTA5qDdijT5Bo5iuZBL+rNMI4pQ6R5gleLdC9rQW+KfblCLnRqeEU3s9gE b6FQ7USxM3p+iRFiiOrySNEuXITstgeskL0h3fgdINNiEpk0tIcsJN6gDpG0xGlJU/j/ YRYT4ZkLivtcaNUMDMPIDN56iLFALOi95pcwCJkZ8oG/D1TMa8mpn9NotXBVAB2vnZYk YKBmFx/mUkzm1kw9XJdVX84FwTGmeV6iWHFEL1EA8pNkp1BQDLRFfDFcBIZlmSlzoQAU 4RAOhpU6NGA6ZjX65o5CATcTZrQrKkF/nPraI1mqqQe1B2nJtbCvRFSbBa3IurWZ7O0o gcZQ== MIME-Version: 1.0 X-Received: by 10.50.20.195 with SMTP id p3mr161998ige.26.1376677347874; Fri, 16 Aug 2013 11:22:27 -0700 (PDT) Sender: jdavidlists@gmail.com Received: by 10.42.150.196 with HTTP; Fri, 16 Aug 2013 11:22:27 -0700 (PDT) In-Reply-To: <1376672144.3578.5.camel@guybrush> References: <1376672144.3578.5.camel@guybrush> Date: Fri, 16 Aug 2013 14:22:27 -0400 X-Google-Sender-Auth: ek1pQClso_5CHe7f-qGdhjJ6_r8 Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Interest in a "null" SAPI for embedding? From: j.david.lists@gmail.com (J David) On Fri, Aug 16, 2013 at 12:55 PM, Johannes Schl=FCter wrote: > I was successful by using embedded SAPI for that and ignoring all things > from php_embed.[ch]. Sure this gives few extra symbols and a few bytes > of unneeded code but works fine. Yes, exactly. This is a cleaner/more formal way of doing that, without the extra symbols and unneeded code. This is a small change that is no trouble to keep on our local branch. My question is basically whether it's of value to anyone but us and "no" is a perfectly valid answer. :) Thanks!