includes/acp/acp_users.php uses preg_replace with the /e modifier, which evals the result before replacing. This is inefficient and breaks compatibility with HipHop. This patch removes those cases and replaces them with a callback.
- is related to
-
PHPBB-9867 Adjust the implementation of error messages localization
-
- Unverified Fix
-