diff options
Diffstat (limited to 'ext/tokenizer/tokenizer.c')
-rw-r--r-- | ext/tokenizer/tokenizer.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/tokenizer/tokenizer.c b/ext/tokenizer/tokenizer.c index aaab111c6a..52095d077d 100644 --- a/ext/tokenizer/tokenizer.c +++ b/ext/tokenizer/tokenizer.c @@ -61,9 +61,7 @@ const zend_function_entry tokenizer_functions[] = { /* {{{ tokenizer_module_entry */ zend_module_entry tokenizer_module_entry = { -#if ZEND_MODULE_API_NO >= 20010901 STANDARD_MODULE_HEADER, -#endif "tokenizer", tokenizer_functions, PHP_MINIT(tokenizer), @@ -71,9 +69,7 @@ zend_module_entry tokenizer_module_entry = { NULL, NULL, PHP_MINFO(tokenizer), -#if ZEND_MODULE_API_NO >= 20010901 - "0.1", /* Replace with version number for your extension */ -#endif + PHP_TOKENIZER_VERSION, STANDARD_MODULE_PROPERTIES }; /* }}} */ |