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.EXTENSIONS | |
parent | 7a038ccbe61c88b007a3a3ba1580185058792e91 (diff) | |
download | php-git-9ccde8a41571282521c677edf2b481a526ae03c9.tar.gz |
added notes about the PECL site conformity
Diffstat (limited to 'README.EXTENSIONS')
-rw-r--r-- | README.EXTENSIONS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.EXTENSIONS b/README.EXTENSIONS index 51e3b730e7..7f06c0fb1b 100644 --- a/README.EXTENSIONS +++ b/README.EXTENSIONS @@ -30,7 +30,7 @@ zend_module_entry foo_module_entry = { PHP_RSHUTDOWN(foo), /* per-request shutdown function */ PHP_MINFO(foo), /* information function */ #if ZEND_MODULE_API_NO >= 20010901 - FOO_VERSION, /* extension version number (string) */ + PHP_FOO_VERSION, /* extension version number (string) */ #endif STANDARD_MODULE_PROPERTIES }; |