summaryrefslogtreecommitdiff
path: root/ext/libxml
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* MFH: starting with 2.6.30, standard libxml2 build can be usedRob Richards2007-12-041-2/+2
|
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFHAntony Dovgal2007-08-012-6/+6
|
* Fixed Bug #42112 (deleting a node produces memory corruption)Rob Richards2007-07-282-1/+35
| | | | | add test
* MFH: cs+ws+compile warning fixesJani Taskinen2007-07-212-28/+33
|
* MFH: Fix some configure --help textsfoobar2007-07-031-2/+2
|
* Fixed bug #41724 (libxml_get_last_error() - errors survice request scope).Ilia Alshanetsky2007-06-181-0/+1
|
* fix bug #40598 (libxml segfault)Rob Richards2007-02-231-0/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* mark a few variables and functions as staticNuno Lopes2006-11-102-34/+34
|
* MFH: fix def file for 2.6.26 (xmlXPathCompiledEvalToBoolean required in .27)Rob Richards2006-09-071-1/+0
|
* MFH: update def file (2.6.26)Rob Richards2006-09-061-0/+2
|
* Fixed bug #38190 (threading issues on windows 2003)Edin Kadribasic2006-09-061-0/+7
|
* int->zend_bool where possibleNuno Lopes2006-09-051-1/+1
|
* MFH: fix #38347 (Segmentation fault when using foreach with an unknown/empty ↵Antony Dovgal2006-08-061-1/+3
| | | | SimpleXMLElement)
* Fixed memory leakDmitry Stogov2006-07-041-0/+4
|
* add new tests. bump code coverage to more than 80%Nuno Lopes2006-06-275-0/+211
|
* MFH: Removed obsolete arginfo includeHannes Magnusson2006-06-261-3/+0
|
* MFH: arg ifnoHannes Magnusson2006-06-171-6/+31
|
* Added automatic module globals managementDmitry Stogov2006-06-152-23/+14
|
* MFH: move document property struct from xml_common.hRob Richards2006-05-222-1/+16
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* Updated to libxml2 to 2.6.22, thanks to rrichardsEdin Kadribasic2005-12-111-82/+53
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* Missing }}}Rasmus Lerdorf2005-11-171-1/+1
|
* MFH: only need context set onceRob Richards2005-10-171-1/+1
|
* MFH: insure stream usageRob Richards2005-10-131-46/+77
|
* MFH: add additional constantsRob Richards2005-09-082-22/+8
| | | | | remove un-needed ifdefs
* MFH: Fix URI escapingRob Richards2005-08-261-6/+35
|
* - 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
| | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir"
* - 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
| | | | in libxml headers.
* 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
| | | | | - workaround for pre libxml2-2.6.13 function
* 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
| | | | | | Version 2.6.11. http://ctindustries.net/dom/libxml/
* 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
|