summaryrefslogtreecommitdiff
path: root/ext/libxml
Commit message (Expand)AuthorAgeFilesLines
* - Unify the "configure --help" textsfoobar2005-05-291-2/+2
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-0/+1
* - Possible fix for bug #32778foobar2005-04-211-11/+9
* - WSPierre Joye2005-02-281-0/+1
* - create LIBXML_VERSION and LIBXML_DOTTED_VERSION constantsPierre Joye2005-02-281-0/+2
* Kill warnings. There should be no need for this flag as it's already defined ...Frank M. Kromann2005-02-251-1/+0
* add function to allow extensions to use new error handling if set by userRob Richards2005-02-202-0/+10
* initial cut of new error handlingRob Richards2005-02-102-12/+234
* add NONET flag to disable network access when loading xmlRob Richards2005-01-021-0/+1
* Fixed bug #31361 (simplexml/domxml segfault when adding node twice)Rob Richards2005-01-021-0/+4
* define options that can be used when loading documentsRob Richards2004-12-051-0/+14
* Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)Dmitry Stogov2004-11-092-7/+23
* implement php_libxml_xmlCheckUTF8Rob Richards2004-09-082-0/+27
* Fixed bug #29945 (simplexml_load_file URL limitation 255 char)Rob Richards2004-09-061-6/+14
* Move iconv exports to the iconv extension and make libxml depend on iconvFrank M. Kromann2004-08-042-5/+1
* New libxml2 version for windows build.Edin Kadribasic2004-08-031-1/+339
* export php_libxml_error_handler for win32 buildRob Richards2004-07-252-2/+2
* use php_error_docref for libxml2 errorsChristian Stocker2004-07-251-1/+1
* MFB: Fixed bug #29221 (Segfault using DOM ownerDocument in a PHP object)Rob Richards2004-07-181-1/+1
* fix leak when using relaxngRob Richards2004-05-311-1/+11
* move libxml error handler ro rinit/rshutdown to keep it local to phpRob Richards2004-04-231-5/+6
* Fix bug #27436 dom_import_simplexml innaccurateRob Richards2004-03-012-0/+46
* Add missing export.Frank M. Kromann2004-02-241-0/+2
* 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-102-11/+7
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - 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-122-8/+60
* buffer error messages until newline is hitRob Richards2003-12-092-5/+25
* Tweak xml related build.Wez Furlong2003-12-051-1/+2
* Use Rob's static libxml+libiconv library; new build no longerWez Furlong2003-12-051-4/+7
* libxml2 and iconv export fileRob Richards2003-12-051-0/+1236
* Fix libxml to use static lib if found.Wez Furlong2003-12-041-6/+7
* Build adjustments.Wez Furlong2003-12-031-3/+4
* some tweaks for FrankWez Furlong2003-12-031-1/+4
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+12
* Route php_stat() via streams/url_stat API (php_stream_stat_path).Sara Golemon2003-11-281-1/+1
* - Fixed bug #26072 (--disable-libxml does not work).foobar2003-11-121-3/+4
* Fixed write support.Ilia Alshanetsky2003-11-071-5/+15
* common functions for interoperabilityRob Richards2003-10-262-2/+296
* 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-192-20/+43
* Add libxml extension for common code that is needed to be shared betweenShane Caraveo2003-10-194-0/+308