diff options
author | Marcus Boerger <helly@php.net> | 2002-08-05 12:02:36 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-08-05 12:02:36 +0000 |
commit | 77cf59e59c5e743a3ddfa2fce6f6b741af6ebf93 (patch) | |
tree | 61fd1f44c105003b9af98cba5e271fccd6f19069 | |
parent | 47902326b9f43d1dc6a278123aa48d4d9189f49d (diff) | |
download | php-git-77cf59e59c5e743a3ddfa2fce6f6b741af6ebf93.tar.gz |
Add html_entities.c
-rw-r--r-- | win32/php4dll.dsp | 4 | ||||
-rw-r--r-- | win32/php4dllts.dsp | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp index deda2b26cd..63b2387a50 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -943,6 +943,10 @@ SOURCE=..\ext\mbstring\php_mbregex.c # End Source File
# Begin Source File
+SOURCE=..\ext\mbstring\html_entities.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\overload\overload.c
# End Source File
# Begin Source File
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 70e0b48061..5dd30eab36 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -529,6 +529,10 @@ SOURCE=..\ext\mbstring\mbstring.c # End Source File
# Begin Source File
+SOURCE=..\ext\mbstring\html_entities.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\overload\overload.c
# End Source File
# Begin Source File
|