The first example to register a C function lacks a PHP_FE_END to properly finish the declaration of the zend_function_entry. Without this line, I reached a Segmentation Fault ...
Thank you very much for this very important documentation about Php internals! :bow:
Hi :wave: :slightly_smiling_face:
The first example to register a C function lacks a
PHP_FE_END
to properly finish the declaration of thezend_function_entry
. Without this line, I reached a Segmentation Fault ...Thank you very much for this very important documentation about Php internals! :bow: