From 0574c21b503357e29703f901ed1912fcaaa651ec Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Wed, 30 Sep 2020 00:19:10 +0200 Subject: Prepare for PHP 8.0 RC1 --- 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 497b906fc6..a747a99499 100644 --- a/main/php.h +++ b/main/php.h @@ -22,7 +22,7 @@ #include #endif -#define PHP_API_VERSION 20200804 +#define PHP_API_VERSION 20200930 #define PHP_HAVE_STREAMS #define YYDEBUG 0 #define PHP_DEFAULT_CHARSET "UTF-8" -- cgit v1.2.1