Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80316 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31753 invoked from network); 10 Jan 2015 04:14:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2015 04:14:51 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.215.43 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.215.43 mail-la0-f43.google.com Received: from [209.85.215.43] ([209.85.215.43:47408] helo=mail-la0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/00-31592-A37A0B45 for ; Fri, 09 Jan 2015 23:14:51 -0500 Received: by mail-la0-f43.google.com with SMTP id s18so17474308lam.2 for ; Fri, 09 Jan 2015 20:14:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=RLrSx3yk+5vuqLZtzwVOTR5M+cwQQAs2nfIRdfnAQSc=; b=iZS4rqFUtZJ6+Iyh8Dn1Tlk4TCTrw/9woC7e61fIE3pvS5iDjuvtJM7rmJgu1SYzZX zZgGor/gvWlSwSchCyFbV7R6XCDkNqzPg/EdrkoUWAmgoQQj1ZgX+Jtis3qr23vv2lgm VNwwBbmQvK/FxUpsfaUfy8L411u7LAc0gz1kvIguBwFlR7OfzzYItufjqQAn9oO6+tf5 qAsmLgEP4fXi2FfNC6sodZiPPEs/q0eJ9NlTlx/KMTBMjNLgeemWu07K4pB46ewYMtzu oWsrSzjNyN0cxRzYAe2uaBVDtZcjMv6BYG31GnFY0xXY/NM8s33SBKtdr/4Z+EHcJJoo FRNQ== X-Gm-Message-State: ALoCoQkPn61FTa2nLXRyZIh1yCxryWwoi2EvCjp4SpxBRnFA4fb73AMHMLBi2fWxJlfgyYB3b+0h MIME-Version: 1.0 X-Received: by 10.112.12.134 with SMTP id y6mr25162403lbb.34.1420863286738; Fri, 09 Jan 2015 20:14:46 -0800 (PST) Sender: php@golemon.com Received: by 10.112.171.97 with HTTP; Fri, 9 Jan 2015 20:14:46 -0800 (PST) X-Originating-IP: [199.201.64.2] In-Reply-To: References: Date: Fri, 9 Jan 2015 20:14:46 -0800 X-Google-Sender-Auth: PyQbzfel6CyhmJ6JHkWoc6WXteU Message-ID: To: Paul Dragoonis Cc: PHP Internals List , "Pierre (php.net gtalk)" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] One API to rule them all? (Was: Extension Prepend Files) From: pollita@php.net (Sara Golemon) On Fri, Jan 9, 2015 at 5:48 PM, Paul Dragoonis wrote: > Somewhat Pie in the sky but at the same time also achievable with good > planning and design. I'd support this definitely and this abstraction layer > would solve constant maintainability of extensions by not having to update > themselves constantly to support latest versions of PHP due to a lack of > abstraction. > Yep. Exactly what I'm thinking. I forsee defining this PHP<->Native Interface (I hereby dub it "PNI") as part of the php-langspec such that part of being a conforming implementation includes supporting this API. -Sara