summaryrefslogtreecommitdiff
path: root/README.EXT_SKEL
diff options
context:
space:
mode:
Diffstat (limited to 'README.EXT_SKEL')
-rw-r--r--README.EXT_SKEL5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.EXT_SKEL b/README.EXT_SKEL
index b0db843a42..d44fcc5c6a 100644
--- a/README.EXT_SKEL
+++ b/README.EXT_SKEL
@@ -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