diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2006-11-10 01:08:17 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2006-11-10 01:08:17 +0000 |
| commit | f06762b3618b1a41b8e42fa35d3676ad8093c35b (patch) | |
| tree | c19eca9269983b2005f8aa67fb848e7e4e8b6e49 | |
| parent | ddae41877fddd89a0b96bd11663b7bfbfd2709a1 (diff) | |
| download | php-git-f06762b3618b1a41b8e42fa35d3676ad8093c35b.tar.gz | |
Fixed pecl bug #9179 (phpversion("filter") shows wrong version).
| -rw-r--r-- | ext/filter/filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/filter.c b/ext/filter/filter.c index ab3070849d..7da10cd47b 100644 --- a/ext/filter/filter.c +++ b/ext/filter/filter.c @@ -104,7 +104,7 @@ zend_module_entry filter_module_entry = { NULL, PHP_RSHUTDOWN(filter), PHP_MINFO(filter), - "0.9.5-dev", + "0.11.0", STANDARD_MODULE_PROPERTIES }; /* }}} */ |
