From 9ccde8a41571282521c677edf2b481a526ae03c9 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 14 Oct 2013 16:07:26 +0200 Subject: added notes about the PECL site conformity --- README.EXT_SKEL | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.EXT_SKEL') 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 -- cgit v1.2.1