Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97397 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74259 invoked from network); 14 Dec 2016 13:18:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Dec 2016 13:18:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=rquadling@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rquadling@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.180 as permitted sender) X-PHP-List-Original-Sender: rquadling@gmail.com X-Host-Fingerprint: 209.85.210.180 mail-wj0-f180.google.com Received: from [209.85.210.180] ([209.85.210.180:32951] helo=mail-wj0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/0A-21185-78641585 for ; Wed, 14 Dec 2016 08:18:00 -0500 Received: by mail-wj0-f180.google.com with SMTP id xy5so33208017wjc.0 for ; Wed, 14 Dec 2016 05:17:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:from:date:message-id:subject:to; bh=G7n2N+XTeFSk3ZJD6MUzgIubipeBrekszcdSUpa0jsQ=; b=XCMfp86dI9n4JVVyPR5WAvpIgKO2uk/KGwxkSEze5GSgtEGUION9c7YLO+B1It6L/j /b+hJcy24/7IfvgkjnYirej7IRgr/QDrEWgSW7oJXkoaKAqS5GY0FrN35mFi96+u++hv q5OtWh/2lWkdYVGiNprHMDc6gkiXSFz6qZ60xsmZx6WDFjzVMxrQKzlHQiWFijOBuqBQ 5BQksNKDVUJHtNoMhb/4fnLSmoLtuZJF2f4xrhDLarQCSb37O4aXLYCjrbgf3I5wYLOp WIXU3GPyOsbfoqJNel51sTDxovK21sgOMateSUXEpIOv+ykhM3nJsOCbw0s83bC1aMMf 614g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to; bh=G7n2N+XTeFSk3ZJD6MUzgIubipeBrekszcdSUpa0jsQ=; b=lKKRLx4GJ1u5YhjKoiljSNe/sh1lUUnOE81PMaJLtoFVcC/2aebFcTFJQNUIb4ykOn 4ZTvmrmBzE3sjmjuS8iOGtqb7onTb6ev8uk22B1xxmIo9M0V8c/3BcomyM1nf9l+KIC8 OJHD3lZTu+qRJx4QwLbtx7bgezl4A+8+8vNYi69/JHp/JF/a1ROSaW5eL4JpM0MOGERr s+1S6PWz1sVg+nXddClGJG/TrMA4KaH11wx+Ak1de6zU0EnbIddnOwkRGDhGZg++43NX enbxTd9YesVKqxtumdBozZmFUHHfsdHKQDd6mmmY5opZ9l3zDTiCmiaYgxwCZ1T7SI60 2rqg== X-Gm-Message-State: AKaTC00lnze+duF6o4jH+0FHDWI3V3qtmhKEtgTIhOltmcfZJZGza6RTMz3z9BqkRY9euXKxPsw3iRirQDbdxQ== X-Received: by 10.28.132.201 with SMTP id g192mr7289794wmd.134.1481721474885; Wed, 14 Dec 2016 05:17:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.186.67 with HTTP; Wed, 14 Dec 2016 05:17:34 -0800 (PST) Reply-To: RQuadling@gmail.com Date: Wed, 14 Dec 2016 13:17:34 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a1144422c2aaef205439e2a06 Subject: Looking for Z_TYPE_PP in all the wrong places. From: rquadling@gmail.com (Richard Quadling) --001a1144422c2aaef205439e2a06 Content-Type: text/plain; charset=UTF-8 Hi. I'm trying to find the replacement for Z_TYPE_PP (and several other Z_xxx_PP). It seems these are no longer present in PHP7. But, according to http://lxr.php.net/source/search?q=&defs=&refs=Z_TYPE_PP&path=&hist=&type=&project=PHP-MASTER, there is still 1 use case of this particular macro. So. I'm hoping to see what the change for this is as it can't currently compile under PHP7? I'm not a hardcode C / PHP core developer, but I'm getting asked to provide support for the win32service extension. Currently it fails to compile : https://bugs.php.net/bug.php?id=73733 Just looking for some pointers. Literally! Ha ha! Regards, Richard Quadling. --001a1144422c2aaef205439e2a06--