diff options
author | Sara Golemon <pollita@php.net> | 2017-07-15 07:51:49 -0400 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2017-07-16 17:01:20 -0400 |
commit | 3de82a0349b3c4942690c9b04d6e4a7ecdca2da9 (patch) | |
tree | 41b75e1ccd696a108c0bb21d4267021b4904048e /main/php.h | |
parent | 90ae2aec8c454020a7e658c98e8fc39496dc2393 (diff) | |
download | php-git-3de82a0349b3c4942690c9b04d6e4a7ecdca2da9.tar.gz |
Provide zend_string wrappers for php_base64_(en|de)code
Also pull existing php_base64_decode() proxy out to an inline.
Bump PHP_API_VERSION for ABI change.
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index 53926d2321..edf810d9b4 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20160731 +#define PHP_API_VERSION 20170715 #define PHP_HAVE_STREAMS #define YYDEBUG 0 #define PHP_DEFAULT_CHARSET "UTF-8" |