-
Sub-task
-
Resolution: Invalid
-
Major
-
3.0.7-PL1
-
None
includes/ucp/ucp_pm_options.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 inline code.