From 1ea8d6afacc82649a4c6affed6225bc3cc00b8b7 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 23 May 2000 17:45:05 +0000 Subject: [PATCH] - Update Windows project to include levensthein.c and update NEWS file --- NEWS | 2 ++ php4dllts.dsp | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/NEWS b/NEWS index aee596486f..464fce609e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1-dev +- Moved to virtual current working directory support. This highly improves the + functionality and stability of multi-threaded versions of PHP (Andi, Sascha) 22 May 2000, Version 4.0.0 Release - Allow the writing of flash files to stdout. diff --git a/php4dllts.dsp b/php4dllts.dsp index 85a1e06067..0cfe939a6b 100644 --- a/php4dllts.dsp +++ b/php4dllts.dsp @@ -401,6 +401,10 @@ SOURCE=.\ext\standard\lcg.c # End Source File # Begin Source File +SOURCE=.\ext\standard\levenshtein.c +# End Source File +# Begin Source File + SOURCE=.\ext\standard\link.c # End Source File # Begin Source File -- 2.50.1