Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow recursive calls to __get/__set for different properties | Dmitry Stogov | 2005-11-15 | 1 | -2/+1 |
| | |||||
* | MFH: fix #35197 (Destructor is not called) and similar issues in other ↵ | Antony Dovgal | 2005-11-14 | 1 | -2/+2 |
| | | | | extensions | ||||
* | - Fix test expectations | Marcus Boerger | 2005-11-06 | 1 | -5/+5 |
| | |||||
* | This SimpleXML requirement is no longer needed and by removing it we | Rasmus Lerdorf | 2005-11-05 | 1 | -8/+0 |
| | | | | | | remove a circular dep where it was impossible to build simplexml shared and not load it. | ||||
* | MFH: fix crash setting attr from foreign doc (throws exception) | Rob Richards | 2005-10-27 | 2 | -0/+77 |
| | | | | | add test | ||||
* | Fixed tests to work with ZTS builds | Ilia Alshanetsky | 2005-10-20 | 1 | -5/+10 |
| | |||||
* | Fixed access to uninitialized value | Dmitry Stogov | 2005-09-19 | 1 | -0/+1 |
| | |||||
* | MFH: add save options parameter | Rob Richards | 2005-09-08 | 1 | -6/+27 |
| | |||||
* | MFH: Fixed bug #34276 (setAttributeNS doesn't work with default namespace) | Rob Richards | 2005-08-28 | 2 | -2/+94 |
| | | | | | Add test | ||||
* | MFH | foobar | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #34103 (line numbering not maintained in dom document) | Rob Richards | 2005-08-15 | 1 | -3/+2 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 37 | -37/+37 |
| | |||||
* | Allow NULL namespaceURI for getAttributeNodeNS | Rob Richards | 2005-07-07 | 1 | -1/+1 |
| | |||||
* | - Fixed bugs #33431, #33432 ("int" used instead of "long" in parameter parsing) | foobar | 2005-06-26 | 3 | -3/+6 |
| | |||||
* | fix test | foobar | 2005-06-23 | 1 | -1/+1 |
| | |||||
* | Fixed test file according to latest debug_backtrace() fixes | Dmitry Stogov | 2005-06-23 | 1 | -2/+2 |
| | |||||
* | - Fix bug #33299 (php:function no longer handles returned dom objects) | Rob Richards | 2005-06-22 | 3 | -35/+69 |
| | | | | | - maybe fix #33431/33432 | ||||
* | Debug backtrace was fixed | Dmitry Stogov | 2005-06-22 | 1 | -2/+22 |
| | |||||
* | Improved PHP extension loading mechanism with support for module ↵ | Dmitry Stogov | 2005-06-17 | 1 | -1/+11 |
| | | | | dependencies and conflicts | ||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -2/+2 |
| | |||||
* | - correct fix for bug #33059 | Rob Richards | 2005-05-20 | 2 | -15/+17 |
| | | | | | - fix issue in other methods | ||||
* | Fixed bug #33059 (crash when moving xml attribute set in dtd). | Ilia Alshanetsky | 2005-05-19 | 1 | -1/+0 |
| | |||||
* | - Added PHP_INSTALL_HEADERS() macro | foobar | 2005-05-07 | 1 | -0/+1 |
| | | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir" | ||||
* | Fix bug #32930 (class extending DOMDocument doesn't clone properly) | Rob Richards | 2005-05-03 | 1 | -6/+12 |
| | |||||
* | - Made the libxml related stuff to error out if someone does --disable-all | foobar | 2005-04-27 | 1 | -1/+5 |
| | | | | | or --disable-libxml. Better than silently just leave the ext out.. | ||||
* | php_error() -> php_error_docref(). | Ilia Alshanetsky | 2005-04-21 | 8 | -33/+33 |
| | |||||
* | Fix bug #32755 Segfault in replaceChild() when DocumentFragment has no children | Rob Richards | 2005-04-18 | 2 | -1/+12 |
| | | | | | update test | ||||
* | fix memory corruption on 64bit in imagefttext(), | Andrey Hristov | 2005-04-10 | 1 | -1/+2 |
| | | | | | domdocument::load() and domdocument::loadxml() | ||||
* | - Fixed bug #32615 (Segfault in replaceChild() using fragment when | Rob Richards | 2005-04-08 | 2 | -116/+125 |
| | | | | | | previousSibling is NULL) - add test | ||||
* | fix test | Rob Richards | 2005-04-08 | 1 | -1/+1 |
| | |||||
* | use new error handling when not throwing exceptions | Rob Richards | 2005-02-20 | 2 | -5/+12 |
| | |||||
* | Fragment must have associated document to append xml otherwise it is read-only | Rob Richards | 2005-02-18 | 1 | -0/+5 |
| | |||||
* | Fixed bug #32011 (Fragments which replaced Nodes are not globaly useable) | Rob Richards | 2005-02-18 | 1 | -3/+48 |
| | |||||
* | No tabs here | foobar | 2005-02-15 | 1 | -1/+1 |
| | |||||
* | Fixed bug #31878 (Segmentation fault using clone keyword on nodes) | Rob Richards | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | Fixed bug #28817 (Var problem when extending domDocument). | Rob Richards | 2005-01-20 | 1 | -2/+34 |
| | |||||
* | revert fix for bug #28817 - fix is bad | Rob Richards | 2005-01-11 | 1 | -1/+0 |
| | |||||
* | - Fix dependency | Marcus Boerger | 2005-01-08 | 1 | -1/+1 |
| | |||||
* | allow parser flags to be passed to xinclude() | Rob Richards | 2005-01-02 | 1 | -3/+7 |
| | |||||
* | add optional parameter to pass libxml document load options | Rob Richards | 2004-12-05 | 1 | -12/+37 |
| | |||||
* | add test | Rob Richards | 2004-12-04 | 1 | -0/+38 |
| | |||||
* | Fixed bug #28817 (Var problem when extending domDocument). (Georg) | Rob Richards | 2004-12-04 | 1 | -0/+1 |
| | |||||
* | fix tests | Antony Dovgal | 2004-12-02 | 3 | -3/+3 |
| | |||||
* | prototype fixes (Jakub Vrána) | Rob Richards | 2004-11-18 | 20 | -89/+89 |
| | |||||
* | add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) | Rob Richards | 2004-10-07 | 3 | -24/+4 |
| | | | | | | | | add DOMText isElementContentWhitespace (spec name change) - old props/method kept for BC. - spec names changed when Level 3 went from Draft to Recommendation nuke some unused code | ||||
* | fix segfault in appendXML due to libxml bug | Rob Richards | 2004-10-07 | 1 | -0/+37 |
| | |||||
* | add evaluate() method to support all xpath expressions | Rob Richards | 2004-10-03 | 2 | -41/+81 |
| | |||||
* | remove cloning under ze1_compatibility_mode | Rob Richards | 2004-08-30 | 6 | -16/+38 |
| | | | | | - minor BC break but doesnt work right under compat mode anyways | ||||
* | not experimental | Rob Richards | 2004-08-26 | 1 | -5/+0 |
| | |||||
* | if $doc->recover = true; set error_reporting to (old | E_WARNING) | Christian Stocker | 2004-08-25 | 1 | -1/+8 |
| | | | | | This way, you can't silence XML parse errors with the @ character |