diff options
| author | Anatol Belski <ab@php.net> | 2015-03-23 21:30:22 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2015-03-23 21:30:22 +0100 |
| commit | 663074b6b1fa4534fbbb65462aeef40f2c983ad5 (patch) | |
| tree | eea8e6fa4c9aa305c12548dfda6d8f36f5c2957f /ext/pspell/pspell.c | |
| parent | 19360f386ec3e78f7f57f9e943569410dc2f718f (diff) | |
| download | php-git-663074b6b1fa4534fbbb65462aeef40f2c983ad5.tar.gz | |
cleanup mod version macros and mod defs, round x
Diffstat (limited to 'ext/pspell/pspell.c')
| -rw-r--r-- | ext/pspell/pspell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index 0e9b5c4371..a7c42f7621 100644 --- a/ext/pspell/pspell.c +++ b/ext/pspell/pspell.c @@ -206,7 +206,7 @@ static int le_pspell, le_pspell_config; zend_module_entry pspell_module_entry = { STANDARD_MODULE_HEADER, - "pspell", pspell_functions, PHP_MINIT(pspell), NULL, NULL, NULL, PHP_MINFO(pspell), NO_VERSION_YET, STANDARD_MODULE_PROPERTIES + "pspell", pspell_functions, PHP_MINIT(pspell), NULL, NULL, NULL, PHP_MINFO(pspell), PHP_PSPELL_VERSION, STANDARD_MODULE_PROPERTIES }; #ifdef COMPILE_DL_PSPELL |
