summaryrefslogtreecommitdiff
path: root/ext/libxml
Commit message (Expand)AuthorAgeFilesLines
* fix testsAntony Dovgal2006-09-191-1/+1
* fix def file for 2.6.26 (xmlXPathCompiledEvalToBoolean required in .27)Rob Richards2006-09-071-1/+0
* update def fileRob Richards2006-09-061-0/+2
* MFB: Fixed bug #38190 (threading issues on windows 2003)Edin Kadribasic2006-09-061-0/+7
* MFB: int->zend_bool where possibleNuno Lopes2006-09-051-1/+1
* additional unicode/xml macrosRob Richards2006-08-081-0/+9
* fix #38347 (Segmentation fault when using foreach with an unknown/empty Simpl...Antony Dovgal2006-08-061-1/+3
* add unicode compatible macros for returning strings from xml based extensionsRob Richards2006-07-191-0/+10
* Fixed memory leakDmitry Stogov2006-07-041-0/+4
* MFB: new testsNuno Lopes2006-06-275-0/+237
* Removed obsolete arg_info includeHannes Magnusson2006-06-261-3/+0
* Revert accidental libxml class property declaration..Hannes Magnusson2006-06-171-6/+0
* Added argument infoHannes Magnusson2006-06-171-6/+37
* Added automatic module globals managementDmitry Stogov2006-06-132-23/+14
* Unicode support: MS Visual C compatibilityDmitry Stogov2006-02-261-5/+5
* Portable unicode string API:Dmitry Stogov2006-02-211-7/+7
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-191-2/+2
* bump year and license versionfoobar2006-01-012-6/+6
* MFB: Updated to libxml2 to 2.6.22, thanks to rrichardsEdin Kadribasic2005-12-111-82/+53
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* move document property struct from xml_common.hRob Richards2005-11-232-1/+16
* MFB: missing }}}Rasmus Lerdorf2005-11-171-1/+1
* only need context set onceRob Richards2005-10-171-1/+1
* insure stream usageRob Richards2005-10-131-46/+77
* add additional constantsRob Richards2005-09-082-22/+8
* Fix URI escapingRob Richards2005-08-261-6/+35
* Fixed memory leaksDmitry Stogov2005-08-251-1/+4
* Unicode supportDmitry Stogov2005-08-181-3/+10
* - Bumber up yearfoobar2005-08-032-2/+2
* - 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