phpBB and php7 : mysql_connect deprecated

Discuss general development subjects that are not specific to a particular version like the versioning control system we use or other infrastructure.
Post Reply
roz99
Registered User
Posts: 1
Joined: Thu Apr 07, 2016 11:04 am

phpBB and php7 : mysql_connect deprecated

Post by roz99 »

Hi, I am using the latest version of phpBB (3.1.8). Unfortunately this version seems to be incompatible with php7, where mysql_connect is deprecated. Can we soon expect a version of phpBB that is fully compatible with php7? There are ISPs out there who begin charging an extended services of php5 on their servers!

CHItA
Development Team
Development Team
Posts: 169
Joined: Thu Mar 12, 2015 1:43 pm
Location: Budapest, Hungary

Re: phpBB and php7 : mysql_connect deprecated

Post by CHItA »

phpBB 3.2 is currently is in beta, so it probably will be released rather soonish, and it will support PHP 7.

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: phpBB and php7 : mysql_connect deprecated

Post by DavidIQ »

Also it's using mysql_connect because you're using the MySQL connection method in your installation instead of MySQLi.
Image

Post Reply