summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-1/+11
* - Unify the "configure --help" textsfoobar2005-05-291-2/+2
* - correct fix for bug #33059Rob Richards2005-05-202-15/+17
* Fixed bug #33059 (crash when moving xml attribute set in dtd).Ilia Alshanetsky2005-05-191-1/+0
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-0/+1
* Fix bug #32930 (class extending DOMDocument doesn't clone properly)Rob Richards2005-05-031-6/+12
* - Made the libxml related stuff to error out if someone does --disable-allfoobar2005-04-271-1/+5
* php_error() -> php_error_docref().Ilia Alshanetsky2005-04-218-33/+33
* Fix bug #32755 Segfault in replaceChild() when DocumentFragment has no childrenRob Richards2005-04-182-1/+12
* fix memory corruption on 64bit in imagefttext(),Andrey Hristov2005-04-101-1/+2
* - Fixed bug #32615 (Segfault in replaceChild() using fragment whenRob Richards2005-04-082-116/+125
* fix testRob Richards2005-04-081-1/+1
* use new error handling when not throwing exceptionsRob Richards2005-02-202-5/+12
* Fragment must have associated document to append xml otherwise it is read-onlyRob Richards2005-02-181-0/+5
* Fixed bug #32011 (Fragments which replaced Nodes are not globaly useable)Rob Richards2005-02-181-3/+48
* No tabs herefoobar2005-02-151-1/+1
* Fixed bug #31878 (Segmentation fault using clone keyword on nodes)Rob Richards2005-02-091-1/+1
* Fixed bug #28817 (Var problem when extending domDocument).Rob Richards2005-01-201-2/+34
* revert fix for bug #28817 - fix is badRob Richards2005-01-111-1/+0
* - 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
* add testRob Richards2004-12-041-0/+38
* Fixed bug #28817 (Var problem when extending domDocument). (Georg)Rob Richards2004-12-041-0/+1
* fix testsAntony Dovgal2004-12-023-3/+3
* prototype fixes (Jakub Vrána)Rob Richards2004-11-1820-89/+89
* add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes)Rob Richards2004-10-073-24/+4
* fix segfault in appendXML due to libxml bugRob Richards2004-10-071-0/+37
* add evaluate() method to support all xpath expressionsRob Richards2004-10-032-41/+81
* remove cloning under ze1_compatibility_modeRob Richards2004-08-306-16/+38
* not experimentalRob Richards2004-08-261-5/+0
* 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-134-3/+51
* fix testChristian Stocker2004-08-111-1/+1
* - Fixed Bug #29354 Exception constructor marked as both public andMarcus Boerger2004-07-251-1/+0
* add appendXML() to DOMFragment (chregu)Rob Richards2004-07-182-0/+30
* MFB: add missing optional value param to createElementNS (chregu)Rob Richards2004-07-181-5/+5
* Implement extension load-order deps.Wez Furlong2004-07-181-0/+1
* Fixed bug #28771 (Segfault when using xslt and clone)Rob Richards2004-06-152-1/+510
* Fix bug #28721 (appendChild() and insertBefore() unset DOMText)Rob Richards2004-06-131-63/+147
* Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson)Rob Richards2004-05-3120-171/+157
* Fix prototypesZeev Suraski2004-05-311-11/+11
* No meaning for unsignedZeev Suraski2004-05-301-1/+1
* namespace/tagname validation fixes (Adam Trachtenberg)Rob Richards2004-05-276-47/+489
* fixing the tests so to work with the new var_dump() (dumping private andAndrey Hristov2004-05-201-0/+11
* constructors throw DOMExceptionRob Richards2004-05-1613-38/+85
* C++ comments.Ilia Alshanetsky2004-04-291-1/+1
* register_namespace changed to registerNamespace for consistencyRob Richards2004-04-061-1/+1
* use new style constructorsRob Richards2004-03-3112-49/+50
* DOM_RET_OBJ for return_value needs to be followed by returnMarcus Boerger2004-03-291-1/+3