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 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php