diff options
author | Anatol Belski <ab@php.net> | 2013-10-14 16:07:26 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2013-10-14 16:07:26 +0200 |
commit | 9ccde8a41571282521c677edf2b481a526ae03c9 (patch) | |
tree | 25023f13fbda82ac668714afa1c60e129a022a14 /README.EXT_SKEL | |
parent | 7a038ccbe61c88b007a3a3ba1580185058792e91 (diff) | |
download | php-git-9ccde8a41571282521c677edf2b481a526ae03c9.tar.gz |
added notes about the PECL site conformity
Diffstat (limited to 'README.EXT_SKEL')
-rw-r--r-- | README.EXT_SKEL | 5 |
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 |