> > > 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_parameters() > change from int to size_t > on string length parameters. :) > > Cheers, > Craig
Thanks, fixed.