summaryrefslogtreecommitdiff
path: root/ext/libxml
Commit message (Expand)AuthorAgeFilesLines
* Fix arginfo for libxml_disable_entity_loader() andHannes Magnusson2009-06-231-2/+2
* add libxml_disable_entity_loader functionRob Richards2009-06-231-0/+37
* - Removed unused variablesFelipe Pena2009-03-261-1/+0
* - Removed:Felipe Pena2009-03-262-8/+4
* add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2 ver...Rob Richards2009-03-131-1/+3
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-102-2/+2
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* add missing exportsRob Richards2008-12-271-0/+2
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-5/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+5
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-5/+0
* fix warningRob Richards2008-08-251-3/+1
* - Visibility (bug #45557)Rob Richards2008-07-222-8/+8
* Fix protoHannes Magnusson2008-07-211-1/+1
* - MFB: do not enable libxml or dom when a dep/header/lib is missingPierre Joye2008-07-151-2/+5
* - killed off UEXPECTSteph Fox2008-05-271-26/+0
* MFB and steph's pecl fixes into confutilsElizabeth Marie Smith2008-05-141-1/+1
* fix bug #41562 (SimpleXML memory issue)Rob Richards2008-01-301-19/+4
* Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-2/+4
* add missing exportRob Richards2008-01-271-0/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* starting with 2.6.30, standard libxml2 build can be usedRob Richards2007-12-041-2/+2
* 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
* an attempt to fix win32 buildAntony Dovgal2007-08-012-6/+6
* MFB: Fixed Bug #42112 (deleting a node produces memory corruption)Rob Richards2007-07-282-1/+35
* - ws + compile warning fixesJani Taskinen2007-07-212-24/+31
* - Fix some configure --help textsfoobar2007-07-031-2/+2
* Allowed loading XML from unicode stringsDmitry Stogov2007-06-292-0/+102
* MFB: Fixed bug #41724 (libxml_get_last_error() - errors survice requestIlia Alshanetsky2007-06-181-0/+1
* fix testAntony Dovgal2007-04-201-1/+1
* fix bug #40598 (libxml segfault)Rob Richards2007-02-231-4/+6
* Allow libxml DomNodes to remain persistent when requested by other extensionsSara Golemon2007-01-082-3/+21
* Bump year.Sebastian Bergmann2007-01-012-2/+2
* Unicode support.Dmitry Stogov2006-11-171-11/+2
* MFBNuno Lopes2006-11-102-34/+34
* 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