Prepare for PHP 8.4

This commit is contained in:
Pierrick Charron 2023-08-29 15:25:46 -04:00
parent f612a72de4
commit ad2ac6f05f
No known key found for this signature in database
GPG key ID: 286AF1F9897469DC
7 changed files with 9 additions and 749 deletions

View file

@ -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 */