-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.2.0-dev
-
None
-
PHP 7.0.0-dev, MariaDB, 10.0.19-MariaDB, Chrome 43.0.2357.81
I was testing the current master branch on PHP 7.0 (nightly 07/06/2015) and the following error displays when opening a topic.
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 514: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4414: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3243)
- duplicates
-
PHPBB-13857 Refactor custom bbcodes to not use /e modifier in regex
- Closed
-
PHPBB-13832 Replace use of deprecated e modifier of preg_replace in bbcode functions
- Unverified Fix