another great wtf here:
WD php: preg_match(): Compilation failed: unrecognized character after (?< at offset 3 in [error]
/var/aegir/hostmaster-0.4-pre-alpha6/profiles/hostmaster/modules/hosting/package/hosting_package.instance.inc on line 197. [1.06 sec, 17.83 MB]
preg_match(): Compilation failed: unrecognized character after (?< at offset 4 in [warning]
/var/aegir/hostmaster-0.4-pre-alpha6/profiles/hostmaster/modules/hosting/package/hosting_package.instance.inc on line 194. [1.06 sec, 17.77 MB]
Comments
Comment #1
anarcat commentedI don't understand why i'm spotting this only now, but whatever. There seems to be a problem in those two regex:
maybe it's my php version?
Comment #2
anarcat commentedactually, this also affects site verification.
Comment #3
anarcat commentedi fixed the silly pattern, please read http://ca.php.net/manual/en/regexp.reference.subpatterns.php before using funky subpatterns the next time (hint:
(?<foo>)doesn't exist, it's(?P<foo>)).Comment #5
oliver huynh commentedHi,
I got this issue also. Can anyone specify me a fix for this?
Comment #6
anarcat commentedUpgrade to 1.0 or later.