|
|
@ -41,7 +41,7 @@ zend_module_entry extname_module_entry = { |
|
|
PHP_RSHUTDOWN(extname), /* Replace with NULL if there's nothing to do at request end */ |
|
|
PHP_RSHUTDOWN(extname), /* Replace with NULL if there's nothing to do at request end */ |
|
|
PHP_MINFO(extname), |
|
|
PHP_MINFO(extname), |
|
|
#if ZEND_MODULE_API_NO >= 20010901 |
|
|
#if ZEND_MODULE_API_NO >= 20010901 |
|
|
"0.1", /* Replace with version number for your extension */ |
|
|
|
|
|
|
|
|
PHP_EXTNAME_VERSION, |
|
|
#endif |
|
|
#endif |
|
|
STANDARD_MODULE_PROPERTIES |
|
|
STANDARD_MODULE_PROPERTIES |
|
|
}; |
|
|
}; |
|
|
|