I use zephir init to init an project, but when I compile the extension using zephir compile, it shows me that php_ext.h was not found. I also notice that some other files (like configure,php_phalcon.h) which are needed to comiple the project are also missing. I wonder whether the skeleton to init an project is wrong
Enviroment:
I use
zephir init
to init an project, but when I compile the extension usingzephir compile
, it shows me thatphp_ext.h
was not found. I also notice that some other files (likeconfigure,php_phalcon.h
) which are needed to comiple the project are also missing. I wonder whether the skeleton to init an project is wrong