summaryrefslogtreecommitdiff
path: root/ext/dom/document.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Add missing Reflection API metadata for DOM classes.Sebastian Bergmann2008-02-041-33/+209
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Fix bug #43364 (recursive xincludes don't remove internal nodes properly)Rob Richards2007-11-281-0/+4
* MFH: 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
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Added missing safety checks (Problem identified by Coverity scan)Ilia Alshanetsky2006-10-071-3/+9
* One last expand_filepath() checkIlia Alshanetsky2006-09-161-2/+3
* MFH: nuke unused variables and init variables when neededAntony Dovgal2006-06-201-4/+3
* MFH: add registerNodeClass() methodRob Richards2006-05-221-42/+75
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: add save options parameterRob Richards2005-09-081-6/+27
* MFH: Fixed bug #34103 (line numbering not maintained in dom document)Rob Richards2005-08-151-3/+2
* - 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
* Fix prototypesZeev Suraski2004-05-311-11/+11
* namespace/tagname validation fixes (Adam Trachtenberg)Rob Richards2004-05-271-26/+34
* constructors throw DOMExceptionRob Richards2004-05-161-2/+8
* use new style constructorsRob Richards2004-03-311-3/+3
* Fix bug #27467: domDocument::load() called from class method crashesRob Richards2004-03-031-2/+5
* issue warning if object is in invalid state when dealing with propertiesRob Richards2004-02-161-2/+55
* allow certain methods to be called statically again:Rob Richards2004-02-151-77/+259
* update constructors so they cant be called staticallyRob Richards2004-01-221-3/+1
* Warn when empty string supplied to load methods (by Pierre-Alain)Rob Richards2004-01-201-0/+6
* fixes segfault, if file doesn't exist (by Pierre-Alain)Christian Stocker2004-01-191-0/+9
* - fix for bug #26947 Crash by using DomDocument::getElementById()Christian Stocker2004-01-181-28/+21
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fix bug #26815 (foreach (DOM) childnodes causes error using Xinclude)Rob Richards2004-01-071-1/+47
* Compiler warning fixes.Ilia Alshanetsky2003-12-211-0/+4
* use error handling from libxml extRob Richards2003-12-121-95/+16
* Fix Bug, if parser input is not a filename (By Adam)Christian Stocker2003-12-011-1/+7
* implement namednodemap and nodelistRob Richards2003-11-291-12/+13
* fix win32 buildShane Caraveo2003-10-281-0/+1
* use php_error_docrefChristian Stocker2003-10-271-2/+2
* xinclude support readded to ext/domChristian Stocker2003-10-271-0/+23
* remove unneeded variablesChristian Stocker2003-10-271-2/+2
* - Make distinction in error-reporting between Warnings and Errors from libxml2Christian Stocker2003-10-271-8/+49
* add interop with simplexml - dom_import_simplexmlRob Richards2003-10-261-14/+13