diff options
author | Sebastian Bergmann <sebastian@php.net> | 2003-09-06 07:57:10 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2003-09-06 07:57:10 +0000 |
commit | 755eca693efaa2c1faa5c27d30942abbb0c77800 (patch) | |
tree | 95691efd37885281059d4f0c6f099fb9c50a7bed | |
parent | c0469ceb8d36c94533f43dbc5fd9cdb42d6e3eab (diff) | |
download | php-git-755eca693efaa2c1faa5c27d30942abbb0c77800.tar.gz |
Add ext/standard/http.{c|h}.
-rw-r--r-- | win32/php4dllts.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 4e12a0ed0f..782ea240cf 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -1624,6 +1624,10 @@ SOURCE=..\ext\standard\html.c # End Source File
# Begin Source File
+SOURCE=..\ext\standard\http.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\http_fopen_wrapper.c
# End Source File
# Begin Source File
@@ -1843,6 +1847,10 @@ SOURCE=..\ext\standard\html.h # End Source File
# Begin Source File
+SOURCE=..\ext\standard\http.h
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\info.h
# End Source File
# Begin Source File
|