summaryrefslogtreecommitdiff
path: root/ext/standard/Makefile.in
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-05-23 14:10:37 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-05-23 14:10:37 +0000
commit0eb51100b77996efbf0a728efe55ded996814025 (patch)
tree71eb143f99970ae6ffb284b12cec19719de30975 /ext/standard/Makefile.in
parent6d51f4a78879d5160999f7b7ed6094bad89acdaf (diff)
downloadphp-git-0eb51100b77996efbf0a728efe55ded996814025.tar.gz
added function "int levdist(string str1, string str2)"
that will calculate the Levenshtein distance between two strings (faster and possibly more accurate than similar_text())
Diffstat (limited to 'ext/standard/Makefile.in')
-rw-r--r--ext/standard/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/Makefile.in b/ext/standard/Makefile.in
index 221922f52c..d83ed1a49a 100644
--- a/ext/standard/Makefile.in
+++ b/ext/standard/Makefile.in
@@ -7,7 +7,7 @@ LTLIBRARY_SOURCES=\
link.c mail.c math.c md5.c metaphone.c microtime.c pack.c pageinfo.c \
parsedate.c quot_print.c rand.c reg.c soundex.c string.c \
syslog.c type.c uniqid.c url.c url_scanner.c var.c output.c assert.c \
- strnatcmp.c
+ strnatcmp.c levenshtein.c
include $(top_srcdir)/build/dynlib.mk