summaryrefslogtreecommitdiff
path: root/ext/libxml
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)Felipe Pena2009-12-011-0/+3
| | | | | | | | - Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a single text node when using libxml2.7.3+. (Kalle) [DOC]
* MFH: Fix arginfo for libxml_disable_entity_loader() and ↵Hannes Magnusson2009-06-231-2/+2
| | | | libxml_use_internal_errors()
* MFH: add libxml_disable_entity_loader functionRob Richards2009-06-231-0/+37
|
* MFH: add LIBXML_LOADED_VERSION constant that contains currently loaded ↵Rob Richards2009-03-141-1/+3
| | | | | | | libxml2 version add libxml2 version being used to info output
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* MFH: add missing exportsRob Richards2008-12-271-0/+2
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-5/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+5
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-5/+0
|
* MFH: fix warningRob Richards2008-08-251-1/+1
|
* MFH: Visibility (bug #45557)Rob Richards2008-07-222-8/+8
|
* MFH: fix protoHannes Magnusson2008-07-211-1/+1
|
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-4/+2
| | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers
* - do not show libxml as enabled when libs are missing so ↵Pierre Joye2008-06-221-0/+3
| | | | ADD_EXTENSION_DEP('myext', 'libxml') can do its job
* Windows configure fixes, a few additional lib names allowed, apache2 only on ↵Elizabeth Marie Smith2008-05-141-1/+1
| | | | for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled
* - Fixed testFelipe Pena2008-04-141-1/+1
|
* MFH: fix bug #41562 (SimpleXML memory issue)Rob Richards2008-01-301-19/+4
|
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-2/+4
|
* MFH: add missing exportRob Richards2008-01-271-0/+1
|
* 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