History: PHP 8
Source of version: 25
Copy to clipboard
! {{page}} Executive summary: As of 2022-10-29, Tiki doesn't support PHP 8.0 or 8.1. ((Tiki24)) and ((Tiki25)) work beautifully on PHP 7.4. While [https://www.php.net/supported-versions|official PHP 7.4 support] ends in November 2022, various actors of the ecosystem continue support by backporting security patches. The Tiki project will pursue work to support PHP 8.x in ((Tiki26)). !! Details A major version is a good time for major innovation, but also major changes that are not backward-compatible. * PHP 7.0 was released on 2015-12-03, and then we saw 7.1, 7.2, 7.3 and 7.4 * PHP 8.0 was released on 2020-11-26 Adoption of PHP8 is slow: {img type="attId" attId="127" desc="According to W3Techs, PHP 7 is used by 71.1% of all the websites who use PHP. PHP 8 is only at 5.8%, beaten by PHP5 at 23.0% Source: https://w3techs.com/technologies/details/pl-php"} One way to interpret this is that the community is very pleased with PHP7 and not in hurry to take advantage of the better performance and features of PHP8. Some web hosting companies will cease supporting PHP 7.x as soon as PHP does. However, other hosting companies continue to offer it. Some charge extra for this service. They may want to incite clients to move to PHP 8.x which is better and uses fewer resources (hosting company saves on resources). Even if PHP doesn't support PHP 7.4 anymore, some Linux distributions will backport security fixes. Check with your hosting provider for details. The Tiki community has an automatic daily test upgrade from Tiki 24 to Tiki 25 with PHP 8.1 to monitor progress: https://dev.tiki.org/Pre-dogfood-servers-for-Tiki-25-release-process#Trunk_with_PHP81 Please reach out to Marc Laporte if you can help. At this phase, we need developers that can help adapt code to PHP8 in Tiki, but also in external libraries that we get from ((Composer)). * Check if external lib supports PHP8. If not, investigate and help make it happen. * If lib supports PHP8, switch Tiki to use it and make sure everything is working as expected. If not, help make it happen. Once that has been done for all libraries, we'll be looking for volunteers to test Tiki instances with PHP8. Doing so with ((GlitchTip)) would increase efficiency in bug reporting. PHP8 brings massive innovations and will facilitate improving many things in Tiki, notably performance, error reporting and ((Realtime)) handling. With such a big code base / feature set, it is a lot of work (and during some of the same period as the move from ((Bootstrap)) 4 to 5). If you have financial resources to sponsor the work, please reach out to Marc Laporte. !! Related links * ((Requirements)) * https://tiki.org/forumthread78628-Tiki-24-and-PHP-8 * https://www.php.net/manual/en/migration80.incompatible.php * https://www.php.net/releases/8.0/en.php * https://www.php.net/manual/en/migration81.incompatible.php * https://www.php.net/releases/8.1/en.php * https://github.com/remicollet/php-src-security * https://www.freexian.com/lts/php/