History log of /PHP-5.3/ext/libxml/libxml.c (Results 76 – 80 of 80)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c55f9872 20-Oct-2003 Shane Caraveo

fix the stat check in stream open
addref to the stream context


# 56ce4a84 19-Oct-2003 Rob Richards

add generic default error handling rather than the default stderr


# 33004a01 19-Oct-2003 Rob Richards

unescape filepath which libxml excapes


# 052f9378 19-Oct-2003 Shane Caraveo

add global init/shutdown functions for libxml. this is required as
shutdown is not safe to call multiple times, and to make streams work
correctly some init stuff has to happen in a specific

add global init/shutdown functions for libxml. this is required as
shutdown is not safe to call multiple times, and to make streams work
correctly some init stuff has to happen in a specific order

show more ...


# 399095e7 19-Oct-2003 Shane Caraveo

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

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.

show more ...


1234