diff options
| author | Anatol Belski <ab@php.net> | 2015-03-23 20:13:59 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2015-03-23 20:13:59 +0100 |
| commit | ec89c85054e44a0d4ea85f62601405843cd05d5d (patch) | |
| tree | 35783a64f8e52f82a7dcd46cb5b272f176f7608d /ext/curl/php_curl.h | |
| parent | 88b2a2d40594bb9924eaaae123a5833a0ba36033 (diff) | |
| download | php-git-ec89c85054e44a0d4ea85f62601405843cd05d5d.tar.gz | |
cleaning up the version macros
Diffstat (limited to 'ext/curl/php_curl.h')
| -rw-r--r-- | ext/curl/php_curl.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <curl/curl.h> #include <curl/multi.h> |
