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.
2 parents 78cbe9a + b0a3600 commit 7e4a42cCopy full SHA for 7e4a42c
README.EXTENSIONS
@@ -30,7 +30,7 @@ zend_module_entry foo_module_entry = {
30
PHP_RSHUTDOWN(foo), /* per-request shutdown function */
31
PHP_MINFO(foo), /* information function */
32
#if ZEND_MODULE_API_NO >= 20010901
33
- PHP_FOO_VERSION, /* extension version number (string) */
+ PHP_FOO_VERSION, /* extension version number (string) */
34
#endif
35
STANDARD_MODULE_PROPERTIES
36
};
0 commit comments