Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97406 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6946 invoked from network); 14 Dec 2016 18:27:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Dec 2016 18:27:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:43198] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/EF-21185-A1F81585 for ; Wed, 14 Dec 2016 13:27:39 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 2B2E8784AA4; Wed, 14 Dec 2016 19:27:35 +0100 (CET) Received: from w530phpdev (p54A774D8.dip0.t-ipconnect.de [84.167.116.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id E928B784A91; Wed, 14 Dec 2016 19:27:32 +0100 (CET) To: "'Michael Wallner'" , , "'PHP internals'" References: In-Reply-To: Date: Wed, 14 Dec 2016 19:27:29 +0100 Message-ID: <002401d25637$bc5bab80$35130280$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQLAlgH0M2HaqH1gy8nhmL3KCxGt9gFqhU0ynx/swDA= Content-Language: en-us Subject: RE: [PHP-DEV] Looking for Z_TYPE_PP in all the wrong places. From: anatol.php@belski.net ("Anatol Belski") > -----Original Message----- > From: Michael Wallner [mailto:mike.php.net@gmail.com] On Behalf Of = Michael > Wallner > Sent: Wednesday, December 14, 2016 2:33 PM > To: RQuadling@gmail.com; PHP internals > Subject: Re: [PHP-DEV] Looking for Z_TYPE_PP in all the wrong places. >=20 > On 14/12/16 14:17, Richard Quadling wrote: > > 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. >=20 > 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&hi= st=3D&t > > ype=3D&project=3DPHP-MASTER, there is still 1 use case of this = particular > > macro. >=20 > This just means that nobody ever built ext/odbc with the birdstep = driver. > Unfortunate. >=20 Yeah, birdstep was even not ported to 7.0, and monkey patching were = anyway erroneous. Seems it was a commercial driver, but either it was = rebranded or discontinued, anyway I never found the driver SDK. It might = make sense to remove the birdstep part from the ext/odbc, except there's = someone with driver and maintanence will - it's a dead code. Regards Anatol