Closed (duplicate)
Project:
Drupal core
Version:
7.0-beta2
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2010 at 10:39 UTC
Updated:
16 Nov 2010 at 01:11 UTC
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
Comment #1
bfroehle commentedMarking as a duplicate of #962318: Require PCRE Version >= 7.2, since there is more discussion of the problem there. Thanks for the report.