From: Anatol Belski Date: Tue, 24 Mar 2015 06:43:53 +0000 (+0100) Subject: replace this version as it's unchanged since 5.4 at least X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~503 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2192e96ef53bc598cfe577368847df21d98e1c05;p=php replace this version as it's unchanged since 5.4 at least --- diff --git a/ext/filter/php_filter.h b/ext/filter/php_filter.h index 301b7aab3a..223e7e0015 100644 --- a/ext/filter/php_filter.h +++ b/ext/filter/php_filter.h @@ -38,8 +38,7 @@ extern zend_module_entry filter_module_entry; #include "TSRM.h" #endif -#include "php_version.h" -#define PHP_FILTER_VERSION "0.11.0" +#define PHP_FILTER_VERSION PHP_VERSION PHP_MINIT_FUNCTION(filter); PHP_MSHUTDOWN_FUNCTION(filter);