diff options
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r-- | ext/standard/php_standard.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h index 9038c9de45..545406bef7 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.h @@ -60,6 +60,9 @@ #include "php_type.h" #include "php_password.h" +#include "php_version.h" +#define PHP_STANDARD_VERSION PHP_VERSION + #define phpext_standard_ptr basic_functions_module_ptr PHP_MINIT_FUNCTION(standard_filters); PHP_MSHUTDOWN_FUNCTION(standard_filters); |