summaryrefslogtreecommitdiff
path: root/ext/dom/document.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* implement namespace nodesRob Richards2003-10-201-59/+13
* some namespace fixesRob Richards2003-10-061-4/+4
* Add schema and relaxNG validation supportShane Caraveo2003-10-051-49/+234
* implement isDefaultNameSpace and baseURIRob Richards2003-10-051-15/+53
* fix preserveWhiteSpace on document loadRob Richards2003-09-241-0/+5
* set consistent pathing for libxmlRob Richards2003-09-221-9/+28
* validate encoding against valid handlersRob Richards2003-09-151-6/+8
* move some document properties internallyRob Richards2003-09-081-54/+196
* changes to php_dom.h for last commitRob Richards2003-09-031-0/+10
* add document HTML load/save methodsRob Richards2003-09-031-13/+186
* implement stricterrorcheckRob Richards2003-08-241-18/+22
* allow building without libxml2 under win32Wez Furlong2003-08-221-0/+2
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-1/+1
* Fix warningsMarcus Boerger2003-08-101-1/+1