summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2020-10-09 09:21:39 +0200
committerGabriel Caruso <carusogabriel34@gmail.com>2020-10-09 11:37:27 +0200
commit14806e0824ecd598df74cac855868422e44aea53 (patch)
treec73e9efc116ea5e24c8112e2367b8cac199bd674 /main/php.h
parent503999910b186d11345a0277d1d34d4b30ed4e49 (diff)
downloadphp-git-14806e0824ecd598df74cac855868422e44aea53.tar.gz
Prepare for PHP 8.1
Closes GH-6305.
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index f796577249..68076befde 100644
--- a/main/php.h
+++ b/main/php.h
@@ -22,7 +22,7 @@
#include <dmalloc.h>
#endif
-#define PHP_API_VERSION 20200930
+#define PHP_API_VERSION 20201009
#define PHP_HAVE_STREAMS
#define YYDEBUG 0
#define PHP_DEFAULT_CHARSET "UTF-8"