- Update Windows project to include levensthein.c and update NEWS file

This commit is contained in:
Zeev Suraski 2000-05-23 17:45:05 +00:00
parent dec92a445f
commit 1ea8d6afac
2 changed files with 6 additions and 0 deletions

2
NEWS
View File

@ -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.

View File

@ -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