diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-08-04 22:24:26 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-08-04 22:24:44 +0200 |
commit | 0d836a39a71e1c3b97458e8cf4c5e001dcb392d4 (patch) | |
tree | 9162892ba62eb84766945f1d68ae137d56c9a58b /main/php.h | |
parent | 37a878b8c3fdd47ef5883a7a44a262c1c9909b0a (diff) | |
download | php-git-0d836a39a71e1c3b97458e8cf4c5e001dcb392d4.tar.gz |
Revert "Prepare for PHP 8.1"
This reverts commit 1ab4d0e6b7abb67d5a01ce3327bf973772271fb2.
This reverts commit a359635cb1a4df8b5137a506c88c4cb102acac0e.
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 497b906fc6..76ced5907e 100644 --- a/main/php.h +++ b/main/php.h @@ -22,7 +22,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20200804 +#define PHP_API_VERSION 20190128 #define PHP_HAVE_STREAMS #define YYDEBUG 0 #define PHP_DEFAULT_CHARSET "UTF-8" |