summaryrefslogtreecommitdiff
path: root/ext/libxml/php_libxml.h
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_1_3b6'.RELEASE_1_3b6SVN Migration2004-01-261-100/+0
|
* Fix memory corruption with libxml's error handling.Marcus Boerger2004-01-101-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* consolidate error handlingRob Richards2003-12-121-0/+3
|
* buffer error messages until newline is hitRob Richards2003-12-091-0/+2
|
* common functions for interoperabilityRob Richards2003-10-261-2/+28
|
* add global init/shutdown functions for libxml. this is required asShane Caraveo2003-10-191-0/+3
| | | | | | shutdown is not safe to call multiple times, and to make streams work correctly some init stuff has to happen in a specific order
* Add libxml extension for common code that is needed to be shared betweenShane Caraveo2003-10-191-0/+66
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.