Please update to the newest PCRE release (=8.10)
Posted: Sun Jan 31, 2010 11:26 pm
Check it by yourself: PB4.51 using the 7.9 (11-Apr.2009)
The newest PCRE version is: 8.10(25-Jun-2010)
Changelog can be found and read here:
http://www.pcre.org/changelog.txt
The newest PCRE version is: 8.10(25-Jun-2010)
Code: Select all
ImportC ""
pcre_version(void);
EndImport
regex = CreateRegularExpression(#PB_Any, "")
pcre_version = pcre_version(0)
Debug PeekS(pcre_version)
Changelog can be found and read here:
http://www.pcre.org/changelog.txt