Framework generation
2/18
Prototypes
Search for the library
•
Go to the php5/ext directory
•
Execute the following command:
# ./ext_skel --extname=my_ext_name --proto=/path/to/protofile
•
This produces the following source files:
•
config.m4
•
my_ext_name.c
•
php_my_ext_name.h