[TikiWiki-commits] [Git][tikiwiki/tiki][master] [ENH] Update PHP version constants to support PHP 8.5

Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <696533ab682d5_2c6a1e60858682@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f7d6469f9-xgsgd.mail>

Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
da808026 by Sandeep D at 2026-01-12T17:38:45+00:00
[ENH] Update PHP version constants to support PHP 8.5
---
* [ENH] Update PHP version constants to support PHP 8.5

See merge request tikiwiki/tiki!9344

- - - - -


1 changed file:

- php_version_constants.php


Changes:

=====================================
php_version_constants.php
=====================================
@@ -20,7 +20,7 @@ const TIKI_MIN_PHP_VERSION = '8.1.0';
 
 /** The maximum PHP minor version this branch is >expected< to support.  This is a soft limit.  If you exceed this, tiki may warn you, but will accept to run.
  */
-const TIKI_MAX_SUPPORTED_PHP_VERSION = '8.4.99';
+const TIKI_MAX_SUPPORTED_PHP_VERSION = '8.5.99';
 
 /** Beyond this (usually the next major PHP version), tiki will not even attempt to run.  Even developpers haven't tried this.
  *  * If you update this, don't forget to update tiki-check.php
@@ -32,5 +32,6 @@ const TIKI_PHP_CLI_VERSIONS_TO_SEARCH = [
         '8.1', //Should match TIKI_MIN_PHP_VERSION
         '8.2',
         '8.3',
-        '8.4'  //Should match the majot of TIKI_MAX_SUPPORTED_PHP_VERSION
+        '8.4',
+        '8.5'  //Should match the major version of TIKI_MAX_SUPPORTED_PHP_VERSION
     ];



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/da80802688d72cc183a45adaa1441332ee8ab47c

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/da80802688d72cc183a45adaa1441332ee8ab47c
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.