summaryrefslogtreecommitdiff
path: root/ext/standard/php_standard.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-03-23 21:30:22 +0100
committerAnatol Belski <ab@php.net>2015-03-23 21:30:22 +0100
commit663074b6b1fa4534fbbb65462aeef40f2c983ad5 (patch)
treeeea8e6fa4c9aa305c12548dfda6d8f36f5c2957f /ext/standard/php_standard.h
parent19360f386ec3e78f7f57f9e943569410dc2f718f (diff)
downloadphp-git-663074b6b1fa4534fbbb65462aeef40f2c983ad5.tar.gz
cleanup mod version macros and mod defs, round x
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r--ext/standard/php_standard.h3
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);