-
Bug
-
Resolution: Duplicate
-
Major
-
3.2.0-dev
-
None
e modifiers are used in the ACP component of BBCode management, such as adding BBCodes.
They too need to be replaced by preg_replace_callback to be compatible with PHP 7
Example: https://github.com/phpbb/phpbb/blob/master/phpBB/includes/acp/acp_bbcodes.php#L494
- depends on
-
PHPBB-13796 Revamp the BBCodes ACP
- Closed
- 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
- is related to
-
PHPBB-13657 Start testing against PHP7
- Closed
-
PHPBB-11768 Integrate s9e\TextFormatter
- Unverified Fix