Add the PCRE_DOLLAR_ENDONLY option when compiling regular expression for the @rx operator and variables. (trac #57)

This commit is contained in:
brectanus
2007-04-05 01:54:03 +00:00
parent a93c77e9a2
commit 00dcb2714f
3 changed files with 6 additions and 3 deletions

View File

@@ -1,7 +1,10 @@
21 Mar 2007 - trunk
?? ??? 2007 - trunk
-------------------
* Add the PCRE_DOLLAR_ENDONLY option when compiling regular expression
for the @rx operator and variables.
* Really set PCRE_DOTALL option when compiling the regular expression
for the @rx operator as the docs state.