|
|
|
@ -31,6 +31,11 @@ HOW TO USE IT |
|
|
|
|
|
|
|
./buildconf; ./configure --enable-module_name; make |
|
|
|
|
|
|
|
The definition of PHP_MODULE_NAME_VERSION will be present in the |
|
|
|
php_module_name.h and injected into the zend_module_entry definition. This |
|
|
|
is required by the PECL website for the version string conformity checks |
|
|
|
against package.xml |
|
|
|
|
|
|
|
But if you already have planned the overall scheme of your module, what |
|
|
|
functions it will contain, their return types and the arguments they take |
|
|
|
(a very good idea) and don't want to bother yourself with creating function |
|
|
|
|