Page 1 of 1

Please update to the newest PCRE release (=8.10)

Posted: Sun Jan 31, 2010 11:26 pm
by IceSoft
Check it by yourself: PB4.51 using the 7.9 (11-Apr.2009)
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

Re: Please update to the newest PCRE release (=8.02)

Posted: Fri Apr 02, 2010 12:50 am
by IceSoft
Please add the newest PCRE release 8.02 (2010-03-19) to the 4.50 too.

Re: Please update to the newest PCRE release (=8.02)

Posted: Fri Apr 02, 2010 9:15 am
by Fred
Please stop this kind of requests, it's very annoying. Thanks.

Re: Please update to the newest PCRE release (=8.02)

Posted: Tue Dec 07, 2010 8:46 am
by IceSoft
Fred wrote:Please stop this kind of requests, it's very annoying. Thanks.
I know you don't like this kind of information (but better somebody told it as you forgot it)

Check it by yourself: PB4.51 using the 7.9 (11-Apr.2009)
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