mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Prepare for PHP 8.1
Closes GH-6305.
This commit is contained in:
parent
503999910b
commit
14806e0824
11 changed files with 15 additions and 1907 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue