Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97398 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76107 invoked from network); 14 Dec 2016 13:32:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Dec 2016 13:32:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.193 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.210.193 mail-wj0-f193.google.com Received: from [209.85.210.193] ([209.85.210.193:33505] helo=mail-wj0-f193.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/6A-21185-10A41585 for ; Wed, 14 Dec 2016 08:32:49 -0500 Received: by mail-wj0-f193.google.com with SMTP id kp2so4743002wjc.0 for ; Wed, 14 Dec 2016 05:32:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to; bh=lSFdbEiAO1pMp3U4JcJJrh/17t1J3AveTJebG4gNKTc=; b=Tgac9FoU6vfrpRvDoJJWNhGBn4pDqB9NuVvjLtzSaI9iiIt+ZcnLG0IkZ0fUVQiRAC hcfugEBQnlb0I2EPH7fygxzoHvxMBj3oyoSZC/SAtK8synvvdyb/tDrt0V0z4+G2CmZb guD3pjZ64gXhyybg0SSL+DbgiHZDDLohURqZhC2u2PlkI10+WE7PpQXEkuwUEDNewvNk ieJ/qLj5d3pR83ixawSbX/StvgozSVdwT2y/Lj3VnVESs1atkYYnYQdAMvlu+lazkamH 0i49sCSTktJhZwTYbg50NOUxA1DyRkT1wgJwlwYGmgZ1Oi/5xhhUpwyZObCDlwOVhA3E cfOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:references:from:message-id :date:user-agent:mime-version:in-reply-to; bh=lSFdbEiAO1pMp3U4JcJJrh/17t1J3AveTJebG4gNKTc=; b=pByi7466vY7v1Q+Gwh/zW+wexqiAm74jcZzLYSExbv0AksqAGO3/hsK1RjfphngrzB zoNctKulSofY3OtkbewHdoXGz9mNQVtAiYp7y8q/z2gCdAo78WGD1eTDPHldTABN+BAx FYIU2Y6pW6bLBXi4AcKSJ9nrfU+p6/915HCkHrncT/AlugJtoTXD5oHz3bLxG78Ir3wi 4Wv0k97LZiruabrxrwGpibFXWCk2Sd+VmUEOyTdYyaTqDNE/meVoysrJNc4q2+V6TBdT vkjqtQsnZJPDREcrgZQqGEWlnam9xmBf2lLcxZjnmNzJcrxTkEBBUHdtHXyJjMt8G2Gu +r1w== X-Gm-Message-State: AKaTC00xj+OwLLkbASvZObquzy8Ixp8GtAzHlkniXFM0BOztFHRYUN231ewlC5LSzJdNWg== X-Received: by 10.194.249.72 with SMTP id ys8mr14068000wjc.92.1481722365638; Wed, 14 Dec 2016 05:32:45 -0800 (PST) Received: from [192.168.2.120] (89-104-28-113.customer.bnet.at. [89.104.28.113]) by smtp.googlemail.com with ESMTPSA id c202sm26096417wme.1.2016.12.14.05.32.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Dec 2016 05:32:45 -0800 (PST) Sender: Michael Wallner To: RQuadling@gmail.com, PHP internals References: Message-ID: Date: Wed, 14 Dec 2016 14:32:42 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="d5CKfN2w6jBKuWse99FQotmrCtH3qGSuX" Subject: Re: [PHP-DEV] Looking for Z_TYPE_PP in all the wrong places. From: mike@php.net (Michael Wallner) --d5CKfN2w6jBKuWse99FQotmrCtH3qGSuX Content-Type: multipart/mixed; boundary="KxtmeLxDQVgIG2J8fh7GDCrWmhdlckqee"; protected-headers="v1" From: Michael Wallner To: RQuadling@gmail.com, PHP internals Message-ID: Subject: Re: [PHP-DEV] Looking for Z_TYPE_PP in all the wrong places. References: In-Reply-To: --KxtmeLxDQVgIG2J8fh7GDCrWmhdlckqee Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 14/12/16 14:17, Richard Quadling wrote: > Hi. >=20 > I'm trying to find the replacement for Z_TYPE_PP (and several other > Z_xxx_PP). >=20 > It seems these are no longer present in PHP7. In PHP-7, you usually do not encounter zval**, so the _PP macros were gone. Try _P(*zval) instead. >=20 > But, according to > http://lxr.php.net/source/search?q=3D&defs=3D&refs=3DZ_TYPE_PP&path=3D&= hist=3D&type=3D&project=3DPHP-MASTER, > there is still 1 use case of this particular macro. This just means that nobody ever built ext/odbc with the birdstep driver. Unfortunate. --=20 Regards, Mike --KxtmeLxDQVgIG2J8fh7GDCrWmhdlckqee-- --d5CKfN2w6jBKuWse99FQotmrCtH3qGSuX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEHsPHHd1jWDGjN9aESA4+FLCkx8cFAlhRSfsACgkQSA4+FLCk x8e3TwgAwzK/qnkNgEL5aT/PFYRdiF2KS7TpVrXLHxuefLk40atXO/WQts2flqxz r30IOTpf5G0kJntkDkkXM2KmPipgQFvnW/4Z5u6GOvlM71zeHrBnVwU0EHc2okR9 q9zScHK0+j9lzs11UCZQiFc4e0LZhoZt17M3INQ0GtdlLyjx+HIa7ifRs9FziN5q 86JZ4Y/ibRAVDJe8gBjBS8KH/cImd28oLrFdDtBQ8sAcgRmEL075XOj3yT9VeVfM 4s0x3c18u05VhbHJWduArxqMan6DbLsUgni9MUlMY1TqCLOKnxa7Z2qgDBjzFNqm +qo0TamwbFYgyuG0izJs/KIblZ2XGw== =CgQD -----END PGP SIGNATURE----- --d5CKfN2w6jBKuWse99FQotmrCtH3qGSuX--