Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80085 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39012 invoked from network); 2 Jan 2015 05:54:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jan 2015 05:54:42 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.43 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.43 mail-qg0-f43.google.com Received: from [209.85.192.43] ([209.85.192.43:58458] helo=mail-qg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/00-38471-1A236A45 for ; Fri, 02 Jan 2015 00:54:41 -0500 Received: by mail-qg0-f43.google.com with SMTP id z107so12960063qgd.30 for ; Thu, 01 Jan 2015 21:54:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qBbc77BlE8QexxUsbxCh863IvhQzXhvxD0WGlvBUu6g=; b=oyQcfrtFmYHrINlnDanTJ08mfgfV97FnfhMDKYxW1jcBBJqMOu1TYwp6IxAtpKw2z/ HXG1EKYefuxlHgQeFnxLnyl+5wIMD7giH5ZOw3bL1cJUc1vxJRRMl8PkWqhf38EoLw85 jdjX9VX1rZoTB0Ztvje6yzY0Mt+UuM8N+hxOxxrson7/hibmbwtA8FgobZpe7rxztkPE 3y1IOLcI8SVe2242bvPl4ocxVI0nNdoMQWeUq5/s1ie0lL2EeObP/7bf5koqP2uHDEYr +pNHbhI7AkCuUC2D9xDFkVcH5Y3x6Sy9XwYR3oY16buVQ2+JHOD3PoWXms6v3E7puX9J iuHQ== MIME-Version: 1.0 X-Received: by 10.140.32.166 with SMTP id h35mr113191316qgh.22.1420178079104; Thu, 01 Jan 2015 21:54:39 -0800 (PST) Received: by 10.140.22.106 with HTTP; Thu, 1 Jan 2015 21:54:38 -0800 (PST) Received: by 10.140.22.106 with HTTP; Thu, 1 Jan 2015 21:54:38 -0800 (PST) In-Reply-To: References: Date: Thu, 1 Jan 2015 21:54:38 -0800 Message-ID: To: Sara Golemon Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11397ec0ec5fd7050ba4f962 Subject: Re: [PHP-DEV] ZEND_ENGINE_2 define From: pierre.php@gmail.com (Pierre Joye) --001a11397ec0ec5fd7050ba4f962 Content-Type: text/plain; charset=UTF-8 On Jan 2, 2015 12:24 PM, "Sara Golemon" wrote: > > I realize that ZE3 is not ZE2, but I always saw the ZEND_ENGINE_2 > define as more of a "At least ZE2" so that code of the form: > > #ifdef ZEND_ENGINE_2 > newAPI(); > #else /* ZE1 */ > oldAPI(); > #endif > > Would continue making sense (modulo newNewAPI() in ZE3, of course). > > Was the ZEND_ENGINE_2 define removed on purpose? Or as an accidental > side-effect of a mass update to "We're ZE3 now!" Afair on purpose. And I prefer it this way. Many changes are so subtle that we may have way too many bad bugs in exts if ze2 or later is used. IMHO :) Cheers, Pierre --001a11397ec0ec5fd7050ba4f962--