dnl Make sure that the comment is aligned:
[ --with-php_hello ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Include php_hello support])
or
PHP_ARG_WITH(php_hello, for php_hello support,
dnl Make sure that the comment is aligned:
[ --with-php_hello ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Include php_hello support])
This completes the skeleton of an extended module. Take a look at the end of config.m4: PHP_NEW_EXTENSION(php_hello, php_hello.c, $ext_shared) This line specifies the target file that the php_hello module needs to compile, which is php_hello.c