>
> > Thanks, fixed!
> A few more little changes:
>
> %s/Global symbol tales/Global symbol tables/
> %s/operands jut refer/operands just refer/
>
> Thanks for the docs. I'm off to read https://wiki.php.net/phpng-upgrading
> as I got segfaults in my
> php extension when upgrading from 5 to 7 due to
> Thanks, fixed!
A few more little changes:
%s/Global symbol tales/Global symbol tables/
%s/operands jut refer/operands just refer/
Thanks for the docs. I'm off to read https://wiki.php.net/phpng-upgrading as I
got segfaults in my
php extension when upgrading from 5 to 7 due to zend_parse_parame
Hi Craig
2018-01-09 16:13 GMT+01:00 Craig Comstock :
> Hi,
>
> I was upgrading php5 to php7 and managing some C extension code. Noticed a
> small typo in https://wiki.php.net/phpng-int and wanted to contribute where I
> could since I'll likely be supporting our use of PHP and extensions for a
>
Hi,
I was upgrading php5 to php7 and managing some C extension code. Noticed a
small typo in https://wiki.php.net/phpng-int and wanted to contribute where I
could since I'll likely be supporting our use of PHP and extensions for a while.
%s/world/word/
is the very small change I found so far o