includes/common.inc:3488 contains a ?| modifer on a regex in a preg_replace call, which is not supported in PCRE 6.6. Rumor has it that upgrading to PCRE 7.6 fixes this problem. Drupal should catch the incompatibility sooner, either as a requirement or as a status report warning.

Comments

bfroehle’s picture

Status: Active » Closed (duplicate)

Marking as a duplicate of #962318: Require PCRE Version >= 7.2, since there is more discussion of the problem there. Thanks for the report.