From: [EMAIL PROTECTED]
Operating system: Win2k
PHP version: 4.0.5
PHP Bug Type: *Function Specific
Bug description: levenshtein doesn't handle odd arguments well
Hello Hartmut,
levenshtein ('foot','fot','0','0','1');
- and -
levenshtein ('foot','fot','0','1','1');
return the following error:
Warning: levenshtein(): argument string(s) too long in
f:/xitami/pub/php_er/mysql/test.php on line 3
--zak
--
Edit Bug report at: http://bugs.php.net/?id=10702&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]