diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2020-08-04 09:58:33 +0200 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2020-08-04 18:07:16 +0200 |
commit | 1ab4d0e6b7abb67d5a01ce3327bf973772271fb2 (patch) | |
tree | c201a1bd21c8280cc9d1787379cc944c6dd1ef5d /main/php.h | |
parent | 300d108a0e00ec264e69566600856d47115a8823 (diff) | |
download | php-git-1ab4d0e6b7abb67d5a01ce3327bf973772271fb2.tar.gz |
Update API version numbers
In preparation for PHP 8.0.
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 76ced5907e..497b906fc6 100644 --- a/main/php.h +++ b/main/php.h @@ -22,7 +22,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20190128 +#define PHP_API_VERSION 20200804 #define PHP_HAVE_STREAMS #define YYDEBUG 0 #define PHP_DEFAULT_CHARSET "UTF-8" |