On 14 December 2016 at 14:37, Christoph M. Becker <cmbecke...@gmx.de> wrote:
> On 14.12.2016 at 14:32, Michael Wallner wrote: > > > 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. > > > > In PHP-7, you usually do not encounter zval**, so the _PP macros were > > gone. Try _P(*zval) instead. > > See also <https://wiki.php.net/phpng-upgrading> for further information. > > -- > Christoph M. Becker > > Thank you for that. I wasn't sure where to look for the answer. -- Richard Quadling