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/ftp/php_ftp.h | |
parent | 88b2a2d40594bb9924eaaae123a5833a0ba36033 (diff) | |
download | php-git-ec89c85054e44a0d4ea85f62601405843cd05d5d.tar.gz |
cleaning up the version macros
Diffstat (limited to 'ext/ftp/php_ftp.h')
-rw-r--r-- | ext/ftp/php_ftp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/ftp/php_ftp.h b/ext/ftp/php_ftp.h index 054ec508ed..3ddc76f074 100644 --- a/ext/ftp/php_ftp.h +++ b/ext/ftp/php_ftp.h @@ -27,6 +27,9 @@ extern zend_module_entry php_ftp_module_entry; #define php_ftp_module_ptr &php_ftp_module_entry +#include "php_version.h" +#define PHP_FTP_VERSION PHP_VERSION + #define PHP_FTP_OPT_TIMEOUT_SEC 0 #define PHP_FTP_OPT_AUTOSEEK 1 #define PHP_FTP_AUTORESUME -1 |