Page 1 of 1

php 8.3 support

Posted: 6. June 2024 04:17
by insomniaele
Hello team,
I wonder if there will be support for php 8.3 any time soon?
I just upgraded my server to php8.3 and phpbb 3.3.11 and board3 is no longer supported :(
Thanks!

Re: php 8.3 support

Posted: 6. June 2024 05:38
by Kirk
Hi
Open: root/ext/board3/portal/ext.php
Find:

Code: Select all

		$php_below_ver		= '8.3.0-dev';
Replace with:

Code: Select all

		$php_below_ver		= '8.4.0-dev';

Re: php 8.3 support

Posted: 6. June 2024 05:40
by insomniaele
Perfect! Thanks!