]> granicus.if.org Git - php/commit
Add libxml extension for common code that is needed to be shared between
authorShane Caraveo <shane@php.net>
Sun, 19 Oct 2003 21:48:46 +0000 (21:48 +0000)
committerShane Caraveo <shane@php.net>
Sun, 19 Oct 2003 21:48:46 +0000 (21:48 +0000)
commit399095e7a5c3cc6a288c137b290db04bc9ed17b8
tree25d4539ce82617b650ea9e8a15a616c8600c5441
parent3a6ff32e2b8ca21622f335802b94941d9f6453de
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.
ext/libxml/CREDITS [new file with mode: 0644]
ext/libxml/config.m4 [new file with mode: 0644]
ext/libxml/libxml.c [new file with mode: 0644]
ext/libxml/php_libxml.h [new file with mode: 0644]
main/internal_functions_win32.c
win32/php4dllts.dsp