Bugzilla – Bug 115280
PHP : pcre doesn't work, uses system pcre lib instead of internal.
Last modified: 2005-09-05 10:42:51 UTC
Any use of preg_match gives an error like preg_match: internal pcre_fullinfo() error -3 in Solution : rebuild the php with the internal pcre library, not the system supplied one
Additional comments: this is for php5 as well as php4
Known bug, has already been fixed for RC1.