Prepare for PHP 8.1

Closes GH-6305.
This commit is contained in:
Gabriel Caruso 2020-10-09 09:21:39 +02:00
parent 503999910b
commit 14806e0824
No known key found for this signature in database
GPG key ID: 4B385A6EE6C9678D
11 changed files with 15 additions and 1907 deletions

View file

@ -94,10 +94,10 @@ if (typeof(CWD) == "undefined") {
/* defaults; we pick up the precise versions from configure.ac */
var PHP_VERSION = 8;
var PHP_MINOR_VERSION = 0;
var PHP_MINOR_VERSION = 1;
var PHP_RELEASE_VERSION = 0;
var PHP_EXTRA_VERSION = "";
var PHP_VERSION_STRING = "8.0.0";
var PHP_VERSION_STRING = "8.1.0";
/* Get version numbers and DEFINE as a string */
function get_version_numbers()