diff options
author | Zeev Suraski <zeev@php.net> | 2000-05-23 17:45:05 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-05-23 17:45:05 +0000 |
commit | 1ea8d6afacc82649a4c6affed6225bc3cc00b8b7 (patch) | |
tree | 59f31344ed74b91e7e20e451a692b84c6636685f | |
parent | dec92a445f63d4df09faf1c088f160d4ee675e16 (diff) | |
download | php-git-1ea8d6afacc82649a4c6affed6225bc3cc00b8b7.tar.gz |
- Update Windows project to include levensthein.c and update NEWS file
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | php4dllts.dsp | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -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
|