73 Commits (3003cd2473fe2a12ba052d6304bd5846100fd1cc)

Author SHA1 Message Date
Antony Dovgal eaf4ea2e74 MFH: nuke unused variables and init variables when needed 20 years ago
Rob Richards c384b34ae9 MFH: add registerNodeClass() method 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Rob Richards 06e3607102 MFH: add save options parameter 21 years ago
Rob Richards 8bdc4285aa MFH: Fixed bug #34103 (line numbering not maintained in dom document) 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
foobar 2967f6116f - Fixed bugs #33431, #33432 ("int" used instead of "long" in parameter parsing) 21 years ago
Ilia Alshanetsky 8b8940ba84 php_error() -> php_error_docref(). 21 years ago
Andrey Hristov d9f5f1ee08 fix memory corruption on 64bit in imagefttext(), 21 years ago
Marcus Boerger 79687e9b7d - Fix dependency 21 years ago
Rob Richards 6bbb254ecc allow parser flags to be passed to xinclude() 21 years ago
Rob Richards cb72e23c14 add optional parameter to pass libxml document load options 22 years ago
Rob Richards b87d8cdfd0 prototype fixes (Jakub Vrána) 22 years ago
Rob Richards 7dced12c32 add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) 22 years ago
Rob Richards 02fa5aa0dc remove cloning under ze1_compatibility_mode 22 years ago
Christian Stocker b96ebb376f if $doc->recover = true; set error_reporting to (old | E_WARNING) 22 years ago
Christian Stocker e99c375606 Added DomDocument->recover property for parsing not well-formed XML Documents. 22 years ago
Rob Richards 8925d6573e MFB: add missing optional value param to createElementNS (chregu) 22 years ago
Rob Richards 5b0f34ae80 Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 22 years ago
Zeev Suraski 7d04465b74 Fix prototypes 22 years ago
Rob Richards edae935c26 namespace/tagname validation fixes (Adam Trachtenberg) 22 years ago
Rob Richards 9e3956b313 constructors throw DOMException 22 years ago
Rob Richards 010c340f29 use new style constructors 22 years ago
Rob Richards 4ce377064a Fix bug #27467: domDocument::load() called from class method crashes 22 years ago
Rob Richards 602c786aa9 issue warning if object is in invalid state when dealing with properties 22 years ago
Rob Richards c3a57206cc allow certain methods to be called statically again: 22 years ago
Rob Richards 7e619b7f5f update constructors so they cant be called statically 22 years ago
Rob Richards a4815f7c8e Warn when empty string supplied to load methods (by Pierre-Alain) 22 years ago
Christian Stocker 00af01bb94 fixes segfault, if file doesn't exist (by Pierre-Alain) 22 years ago
Christian Stocker 743a830102 - fix for bug #26947 Crash by using DomDocument::getElementById() 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Rob Richards 6e65e1d821 Fix bug #26815 (foreach (DOM) childnodes causes error using Xinclude) 22 years ago
Ilia Alshanetsky 72da689340 Compiler warning fixes. 23 years ago
Rob Richards 6dfd1c190c use error handling from libxml ext 23 years ago
Christian Stocker 80d552496c Fix Bug, if parser input is not a filename (By Adam) 23 years ago
Rob Richards 6ac34646ac implement namednodemap and nodelist 23 years ago
Shane Caraveo 4e283ed686 fix win32 build 23 years ago
Christian Stocker 9e5bc9509e use php_error_docref 23 years ago
Christian Stocker 3cd8d4a865 xinclude support readded to ext/dom 23 years ago
Christian Stocker eb2104d17c remove unneeded variables 23 years ago
Christian Stocker e5bd8fdd0d - Make distinction in error-reporting between Warnings and Errors from libxml2 23 years ago
Rob Richards 207dc90924 add interop with simplexml - dom_import_simplexml 23 years ago
Rob Richards 44164170f3 implement namespace nodes 23 years ago
Rob Richards 6c9bbe70bf some namespace fixes 23 years ago
Shane Caraveo 87bd7d57c6 Add schema and relaxNG validation support 23 years ago
Rob Richards c21e78ddf2 implement isDefaultNameSpace and baseURI 23 years ago
Rob Richards f9640d5fad fix preserveWhiteSpace on document load 23 years ago
Rob Richards cb4db32030 set consistent pathing for libxml 23 years ago
Rob Richards 7c33d55961 validate encoding against valid handlers 23 years ago
Rob Richards 315bf401ba move some document properties internally 23 years ago