summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml.c
Commit message (Expand)AuthorAgeFilesLines
* Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.Zeev Suraski2004-02-151-1/+1
* Fix memory corruption with libxml's error handling.Marcus Boerger2004-01-101-10/+6
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* only test url_stat in read modeRob Richards2003-12-221-4/+4
* consolidate error handlingRob Richards2003-12-121-8/+57
* buffer error messages until newline is hitRob Richards2003-12-091-5/+23
* Route php_stat() via streams/url_stat API (php_stream_stat_path).Sara Golemon2003-11-281-1/+1
* Fixed write support.Ilia Alshanetsky2003-11-071-5/+15
* common functions for interoperabilityRob Richards2003-10-261-0/+268
* Fix compiler warningsMoriyoshi Koizumi2003-10-201-1/+1
* fix the stat check in stream openShane Caraveo2003-10-201-3/+20
* add generic default error handling rather than the default stderrRob Richards2003-10-191-0/+24
* unescape filepath which libxml excapesRob Richards2003-10-191-2/+12
* add global init/shutdown functions for libxml. this is required asShane Caraveo2003-10-191-20/+40
* Add libxml extension for common code that is needed to be shared betweenShane Caraveo2003-10-191-0/+217