mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Prepare for PHP 8.4
This commit is contained in:
parent
f612a72de4
commit
ad2ac6f05f
7 changed files with 9 additions and 749 deletions
|
@ -95,10 +95,10 @@ if (typeof(CWD) == "undefined") {
|
|||
if (!MODE_PHPIZE) {
|
||||
/* defaults; we pick up the precise versions from configure.ac */
|
||||
var PHP_VERSION = 8;
|
||||
var PHP_MINOR_VERSION = 3;
|
||||
var PHP_MINOR_VERSION = 4;
|
||||
var PHP_RELEASE_VERSION = 0;
|
||||
var PHP_EXTRA_VERSION = "";
|
||||
var PHP_VERSION_STRING = "8.3.0";
|
||||
var PHP_VERSION_STRING = "8.4.0";
|
||||
}
|
||||
|
||||
/* Get version numbers and DEFINE as a string */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue