Chapitre 27. PHP's Automatic Build System




















This instruction creates the aforementioned files. To include the new module in the automatic configuration and build process, you have to run buildconf , which regenerates the configure script by searching through the ext directory and including all found config.m4 files.

The default config.m4 shown in Exemple 27-1 is a bit more complex :

Exemple 27-1 .



















This would require you to use --enable-my_module each time when reconfiguring and recompiling PHP.