summaryrefslogtreecommitdiff
path: root/ext/dom/document.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: prototype fixes (Jakub Vrána)Rob Richards2004-11-181-21/+21
* MFH: remove cloning under ze1_compatibility_modeRob Richards2004-08-301-2/+2
* 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
* reworking xml namespace supportRob Richards2003-07-271-19/+40
* API updateZeev Suraski2003-07-221-1/+1
* fix for Bug #24715 segfault in dom_document_create_elementRob Richards2003-07-191-4/+4
* fix invalid node pointersRob Richards2003-07-181-3/+3
* fix setting new encodingRob Richards2003-07-141-3/+2
* fix loading off of interfaceRob Richards2003-07-121-4/+11
* fix compile issue - TSRMLS_FETCH is only temporary until errors handledRob Richards2003-07-111-2/+3
* remove global error handling - use of libxml globals is a bad thingRob Richards2003-07-101-51/+124
* implement node proxies: next phase of interopRob Richards2003-07-071-13/+15