History: PHP 8
Source of version: 14
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.x While [https://www.php.net/eol.php|PHP 7.4 support from PHP itself ceases support 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 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 providers 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 than 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 (during the same period as the move from ((Bootstrap)) 4 to 5. If have financial resources to sponsor the work, please reach out to Marc Laporte. !! Related links * https://tiki.org/forumthread78628-Tiki-24-and-PHP-8 * https://github.com/remicollet/php-src-security * https://www.freexian.com/lts/php/