summaryrefslogtreecommitdiff
path: root/ext/dom/document.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #48512 (DOMDocument::validate() fails with both a E_NOTICE andIlia Alshanetsky2009-06-101-5/+1
* fix bug #47849 (Non-deep import loses the namespace)Rob Richards2009-04-071-0/+3
* MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an absent...Rob Richards2009-03-131-4/+8
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* fix bug #47220 (segfault in dom_document_parser in recovery mode)Rob Richards2009-01-261-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-0/+1
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-33/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+33
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-33/+0
* fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null)Rob Richards2008-09-281-1/+1
* fix ws, cs and foldingAntony Dovgal2008-08-141-44/+28
* Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-3/+3
* Add missing Reflection API metadata for DOM classes.Sebastian Bergmann2008-02-041-33/+209
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fix bug #43364 (recursive xincludes don't remove internal nodes properly)Rob Richards2007-11-281-0/+4
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-11/+11
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Allowed loading XML from unicode stringsDmitry Stogov2007-06-291-57/+59
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* mark more functions unicode safeRob Richards2006-12-081-1/+1
* Error message clean upHannes Magnusson2006-10-081-3/+3
* MFB: Added missing safety checks (Problem identified by Coverity scan)Ilia Alshanetsky2006-10-071-3/+9
* mark functions unicode compliantRob Richards2006-10-051-33/+33
* MFB: One last expand_filepath() checkIlia Alshanetsky2006-09-161-2/+3
* implement output formatting for saveHTML with libxml 2.6.23+Rob Richards2006-08-281-1/+10
* unicode changesRob Richards2006-08-051-9/+9
* add unicode supportRob Richards2006-08-041-31/+128
* nuke unused variables and init variables when neededAntony Dovgal2006-06-201-4/+3
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-29/+29
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* add registerNodeClass() methodRob Richards2005-11-231-42/+75
* add save options parameterRob Richards2005-09-081-6/+27
* Fixed bug #34103 (line numbering not maintained in dom document)Rob Richards2005-08-151-3/+2
* Unicode supportDmitry Stogov2005-08-121-27/+27
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bugs #33431, #33432 ("int" used instead of "long" in parameter parsing)foobar2005-06-261-1/+2
* php_error() -> php_error_docref().Ilia Alshanetsky2005-04-211-12/+12
* fix memory corruption on 64bit in imagefttext(),Andrey Hristov2005-04-101-1/+2
* - Fix dependencyMarcus Boerger2005-01-081-1/+1
* allow parser flags to be passed to xinclude()Rob Richards2005-01-021-3/+7
* add optional parameter to pass libxml document load optionsRob Richards2004-12-051-12/+37
* prototype fixes (Jakub Vrána)Rob Richards2004-11-181-21/+21
* add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes)Rob Richards2004-10-071-22/+0
* remove cloning under ze1_compatibility_modeRob Richards2004-08-301-2/+2
* if $doc->recover = true; set error_reporting to (old | E_WARNING)Christian Stocker2004-08-251-1/+8
* Added DomDocument->recover property for parsing not well-formed XML Documents.Christian Stocker2004-08-131-3/+46
* MFB: add missing optional value param to createElementNS (chregu)Rob Richards2004-07-181-5/+5
* Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson)Rob Richards2004-05-311-41/+41