1
0

Add SQLRelay DB layer, by Dante Mason

This commit is contained in:
Garvin Hicking
2007-10-12 09:12:48 +00:00
parent eabd9991a2
commit 988860f7e5
3 changed files with 565 additions and 0 deletions

View File

@ -3,6 +3,9 @@
Version 1.3 ()
------------------------------------------------------------------------
* Add experimental DB layer for "SQLRelay" database proxy extension,
by Dante Mason
* Highlighting searched words in entries now uses str_replace instead
of slower and possibly insecure preg_replace(). Thanks to
Dietrich Raisin!