From 3de82a0349b3c4942690c9b04d6e4a7ecdca2da9 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Sat, 15 Jul 2017 07:51:49 -0400 Subject: 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. --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') 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 #endif -#define PHP_API_VERSION 20160731 +#define PHP_API_VERSION 20170715 #define PHP_HAVE_STREAMS #define YYDEBUG 0 #define PHP_DEFAULT_CHARSET "UTF-8" -- cgit v1.2.1