From ec89c85054e44a0d4ea85f62601405843cd05d5d Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 23 Mar 2015 20:13:59 +0100 Subject: cleaning up the version macros --- ext/curl/php_curl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/curl/php_curl.h') diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index bc3db650d9..a1ef16fcea 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -42,6 +42,9 @@ # define PHP_CURL_API #endif +#include "php_version.h" +#define PHP_CURL_VERSION PHP_VERSION + #include #include -- cgit v1.2.1