diff options
author | Shane Caraveo <shane@php.net> | 2003-10-19 21:48:46 +0000 |
---|---|---|
committer | Shane Caraveo <shane@php.net> | 2003-10-19 21:48:46 +0000 |
commit | 399095e7a5c3cc6a288c137b290db04bc9ed17b8 (patch) | |
tree | 25d4539ce82617b650ea9e8a15a616c8600c5441 /win32/php4dllts.dsp | |
parent | 3a6ff32e2b8ca21622f335802b94941d9f6453de (diff) | |
download | php-git-399095e7a5c3cc6a288c137b290db04bc9ed17b8.tar.gz |
Add libxml extension for common code that is needed to be shared between
various xml extensions. currently the only implemented support is the
addition of the streams support for libxml. One new function,
libxml_set_streams_context, which allows a streams context to bet set
prior to loading or writing documents. This works transparently with any
extension that uses libxml. All ini settings that effect streams will
also now effect the loading and writing of xml documents.
TODO: linux support, not sure if config.m4 will work right.
Diffstat (limited to 'win32/php4dllts.dsp')
-rw-r--r-- | win32/php4dllts.dsp | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 448f69de18..54291e1663 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -1847,10 +1847,6 @@ SOURCE=..\ext\standard\html.h # End Source File
# Begin Source File
-SOURCE=..\ext\standard\php_http.h
-# End Source File
-# Begin Source File
-
SOURCE=..\ext\standard\info.h
# End Source File
# Begin Source File
@@ -1891,6 +1887,10 @@ SOURCE=..\ext\standard\php_fopen_wrappers.h # End Source File
# Begin Source File
+SOURCE=..\ext\standard\php_http.h
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\php_lcg.h
# End Source File
# Begin Source File
@@ -2003,6 +2003,26 @@ SOURCE=..\ext\sqlite\sqlite.c # End Source File
# End Group
# End Group
+# Begin Group "LIBXML"
+
+# PROP Default_Filter ""
+# Begin Group "Header Files No. 10"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\ext\libxml\php_libxml.h
+# End Source File
+# End Group
+# Begin Group "Source Files No. 9"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\ext\libxml\libxml.c
+# End Source File
+# End Group
+# End Group
# End Group
# Begin Group "Win32"
|