Skip to content

Commit 2ef9815

Browse files
author
raw
committed
* modified: README.md
1 parent cd9dd79 commit 2ef9815

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ The short instructions are:
7676
Getting libmysql_udf_preg
7777
===========================
7878
Please visit the github repository at: https://github.com/mysqludf/lib_mysqludf_preg
79-
The latest released code is available on the 'master' branch, and the latest development version is available on the dev-1.2 branch. This development branch is mostly stable so please use it and report any problems you encounter.
80-
79+
The latest released code is available on the master branch. Please help test by trying out the latest dev and rc branches too.
8180

8281

8382
Reporting Bugs & Feedback
@@ -89,12 +88,13 @@ [email protected]
8988

9089
Known Issues & Caveats
9190
======================
91+
- Version 1.2 respects mysqld stack limitations. This should reduce crashing, but you might need to set the thread_stack mysqld variable in order to accommodate some recursion intensive patterns.
9292
- Version 1.1 changes the way NULLs are handled. To restore the legacy NULL handling, use configure --enable-legacy-nulls
9393
- pcre_study should be used (but isn't) for constant patterns;
9494
- there is no localization or locale support
9595
- there is no multi-byte character set support
9696
- some program locations that should be set in autoconf are not
97-
- It would be nice if there were a persistend cache of compiled regexes
97+
- It would be nice if there were a persistent cache of compiled regexes
9898
- It would also be nice if there were a peresistent cache of regex matches.
9999
This would allow for a more efficient way of retrieving multiple matches than
100100
repeated called with different 'occurence' arguments.
@@ -157,3 +157,6 @@ that enables creation of XML - written by Arthur Daniels
157157
Much of the documentation was generated using Doxygen, at
158158
http://www.stack.nl/~dimitri/doxygen/ , which was written
159159
by Dimitri van Heesch.
160+
161+
lib_mysqludf_preg bug fixes & improvements have been contributed by Dan Kozlowski, Serkan Serttop, Travers Carter, employees of the NY State Senate, and some other folks :>). If that includes you and you'd like to be listed here, please send me an email.
162+

0 commit comments

Comments
 (0)