We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3898513 commit 0c5e2d2Copy full SHA for 0c5e2d2
ext/skeleton/skeleton.c
@@ -41,7 +41,7 @@ zend_module_entry extname_module_entry = {
41
PHP_RSHUTDOWN(extname), /* Replace with NULL if there's nothing to do at request end */
42
PHP_MINFO(extname),
43
#if ZEND_MODULE_API_NO >= 20010901
44
- FOO_VERSION, /* extension version number (string) */
+ "0.1", /* Replace with version number for your extension */
45
#endif
46
STANDARD_MODULE_PROPERTIES
47
};
0 commit comments