You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,8 +76,7 @@ The short instructions are:
76
76
Getting libmysql_udf_preg
77
77
===========================
78
78
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.
- 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.
92
92
- Version 1.1 changes the way NULLs are handled. To restore the legacy NULL handling, use configure --enable-legacy-nulls
93
93
- pcre_study should be used (but isn't) for constant patterns;
94
94
- there is no localization or locale support
95
95
- there is no multi-byte character set support
96
96
- 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
98
98
- It would also be nice if there were a peresistent cache of regex matches.
99
99
This would allow for a more efficient way of retrieving multiple matches than
100
100
repeated called with different 'occurence' arguments.
@@ -157,3 +157,6 @@ that enables creation of XML - written by Arthur Daniels
157
157
Much of the documentation was generated using Doxygen, at
158
158
http://www.stack.nl/~dimitri/doxygen/ , which was written
159
159
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.
0 commit comments