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 9ccde8a commit b0a3600Copy full SHA for b0a3600
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