From 1ab4d0e6b7abb67d5a01ce3327bf973772271fb2 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Tue, 4 Aug 2020 09:58:33 +0200 Subject: Update API version numbers In preparation for PHP 8.0. --- 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 76ced5907e..497b906fc6 100644 --- a/main/php.h +++ b/main/php.h @@ -22,7 +22,7 @@ #include #endif -#define PHP_API_VERSION 20190128 +#define PHP_API_VERSION 20200804 #define PHP_HAVE_STREAMS #define YYDEBUG 0 #define PHP_DEFAULT_CHARSET "UTF-8" -- cgit v1.2.1