summaryrefslogtreecommitdiff
path: root/ext/pcntl/php_pcntl.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-03-23 20:54:55 +0100
committerAnatol Belski <ab@php.net>2015-03-23 20:54:55 +0100
commit19360f386ec3e78f7f57f9e943569410dc2f718f (patch)
tree66a8740389d7e9e161de12088f7fa36c96ea80b8 /ext/pcntl/php_pcntl.h
parent2d78023244eaa5ec60b1325e530150394d625fa8 (diff)
downloadphp-git-19360f386ec3e78f7f57f9e943569410dc2f718f.tar.gz
cleanup mod version macros, round 3
Diffstat (limited to 'ext/pcntl/php_pcntl.h')
-rw-r--r--ext/pcntl/php_pcntl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pcntl/php_pcntl.h b/ext/pcntl/php_pcntl.h
index b9af84b9ee..68f2983a24 100644
--- a/ext/pcntl/php_pcntl.h
+++ b/ext/pcntl/php_pcntl.h
@@ -26,6 +26,9 @@
extern zend_module_entry pcntl_module_entry;
#define phpext_pcntl_ptr &pcntl_module_entry
+#include "php_version.h"
+#define PHP_PCNTL_VERSION PHP_VERSION
+
PHP_MINIT_FUNCTION(pcntl);
PHP_MSHUTDOWN_FUNCTION(pcntl);
PHP_RINIT_FUNCTION(pcntl);