Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix bug #39035 (Compatibilty issue between DOM and ze1_compatibility_mode | Rob Richards | 2006-10-04 | 1 | -1/+1 | |
| | ||||||
* | fix underlying issue for bug #38438 | Rob Richards | 2006-08-14 | 1 | -2/+2 | |
| | ||||||
* | nuke unused call | Rob Richards | 2006-06-06 | 1 | -1/+0 | |
| | ||||||
* | Final ze1_compat restoration - it was mostly done by hand, so if anybody | Zeev Suraski | 2006-06-05 | 1 | -0/+21 | |
| | | | | | | spots any (new) problems, let me know. Test wise, the same tests that failed before are failing now. | |||||
* | MFH: add registerNodeClass() method | Rob Richards | 2006-05-22 | 1 | -3/+46 | |
| | | | | | | - update attribute isID functionality - add test | |||||
* | Synch from HEAD | Rob Richards | 2006-05-17 | 1 | -0/+2 | |
| | | | | | | - Fix bug #37456 (DOMElement->setAttribute() loops forever) - update iterators for engine change merged from HEAD | |||||
* | - ze1 cleanup (bjori) /thx | Marcus Boerger | 2006-05-10 | 1 | -15/+0 | |
| | ||||||
* | - Update after api changes | Marcus Boerger | 2006-05-10 | 1 | -6/+2 | |
| | ||||||
* | Fix bug #37277 (cloning Dom Documents or Nodes does not work) | Rob Richards | 2006-05-03 | 1 | -1/+0 | |
| | | | | | | Proper fix for bug #36859 add test | |||||
* | fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -10/+4 | |
| | | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs | |||||
* | fix #36859 (DOMElement crashes when calling __construct when clone'ing) | Antony Dovgal | 2006-03-26 | 1 | -0/+1 | |
| | ||||||
* | Fixed bug #36756 (DOMDocument::removeChild corrupts node) | Rob Richards | 2006-03-18 | 1 | -0/+2 | |
| | | | | | add test | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 | |
| | ||||||
* | - Fix export | Marcus Boerger | 2005-12-17 | 1 | -3/+3 | |
| | ||||||
* | Fixed bug #35342 (isset(DOMNodeList->length) returns false) | Rob Richards | 2005-11-23 | 1 | -0/+37 | |
| | | | | | add test | |||||
* | 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 | |||||
* | 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. | |||||
* | Fixed access to uninitialized value | Dmitry Stogov | 2005-09-19 | 1 | -0/+1 | |
| | ||||||
* | MFH | foobar | 2005-08-18 | 1 | -1/+1 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | - Fix bug #33299 (php:function no longer handles returned dom objects) | Rob Richards | 2005-06-22 | 1 | -0/+34 | |
| | | | | | - maybe fix #33431/33432 | |||||
* | Improved PHP extension loading mechanism with support for module ↵ | Dmitry Stogov | 2005-06-17 | 1 | -1/+11 | |
| | | | | dependencies and conflicts | |||||
* | Fix bug #32930 (class extending DOMDocument doesn't clone properly) | Rob Richards | 2005-05-03 | 1 | -6/+12 | |
| | ||||||
* | php_error() -> php_error_docref(). | Ilia Alshanetsky | 2005-04-21 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fixed bug #28817 (Var problem when extending domDocument). (Georg) | Rob Richards | 2004-12-04 | 1 | -0/+1 | |
| | ||||||
* | add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) | Rob Richards | 2004-10-07 | 1 | -2/+3 | |
| | | | | | | | | 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 | |||||
* | remove cloning under ze1_compatibility_mode | Rob Richards | 2004-08-30 | 1 | -7/+29 | |
| | | | | | - minor BC break but doesnt work right under compat mode anyways | |||||
* | Added DomDocument->recover property for parsing not well-formed XML Documents. | Christian Stocker | 2004-08-13 | 1 | -0/+2 | |
| | ||||||
* | - Fixed Bug #29354 Exception constructor marked as both public and | Marcus Boerger | 2004-07-25 | 1 | -1/+0 | |
| | | | | | | | | protected # If the constructor should be protected then it needs to be overwritten # with a method that simply calls the parent, this function simply changes # the visibility of the original function and makes that (public+protected) | |||||
* | Fixed bug #28771 (Segfault when using xslt and clone) | Rob Richards | 2004-06-15 | 1 | -1/+25 | |
| | | | | | Add test case for bug #28721 | |||||
* | namespace/tagname validation fixes (Adam Trachtenberg) | Rob Richards | 2004-05-27 | 1 | -16/+44 | |
| | | | | | added new test | |||||
* | constructors throw DOMException | Rob Richards | 2004-05-16 | 1 | -1/+2 | |
| | | | | | | | | add DOM_PHP_ERR DomException code validate tagnames in constructors use C style comments update TODO | |||||
* | Fix class names | Marcus Boerger | 2004-03-29 | 1 | -31/+31 | |
| | ||||||
* | Update for new read_property API | Stanislav Malyshev | 2004-03-21 | 1 | -2/+2 | |
| | ||||||
* | Fix bug #27436 dom_import_simplexml innaccurate | Rob Richards | 2004-03-01 | 1 | -3/+20 | |
| | | | | | | extensions register callbacks to export nodes prevents segfault passing invalid objects to import functions | |||||
* | add dtor to cleanup iterator related data | Rob Richards | 2004-02-17 | 1 | -5/+16 | |
| | ||||||
* | implement clone functionality to fix segfault | Rob Richards | 2004-02-17 | 1 | -7/+31 | |
| | | | | | | | DomNode->clone() creates new doc proxy if document is cloned remove printf from xpath fix remaining invalid object state issues | |||||
* | allow certain methods to be called statically again: | Rob Richards | 2004-02-15 | 1 | -2/+1 | |
| | | | | | | | | | | domdocument (all load methods) domimplementation (all methods) switch to zend_parse_method_parameters for consistancy insure object parameters are correct class types convert zvals to correct type if needed for property writes fix a few segfaults found while testing | |||||
* | Fixed compile warnings. | Ilia Alshanetsky | 2004-02-04 | 1 | -3/+3 | |
| | ||||||
* | - Update with new destructor code | Zeev Suraski | 2004-02-04 | 1 | -8/+8 | |
| | ||||||
* | update constructors so they cant be called statically | Rob Richards | 2004-01-22 | 1 | -1/+0 | |
| | ||||||
* | fix getElementsByTagName and getElementsByTagNameNS - allow * | Rob Richards | 2004-01-13 | 1 | -2/+2 | |
| | ||||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 | |
| | ||||||
* | no longer need to cleanup temp var | Rob Richards | 2003-12-17 | 1 | -4/+0 | |
| | ||||||
* | Removed duplicate php_libxml_(init|shutdown) they are already done by | Ilia Alshanetsky | 2003-12-16 | 1 | -4/+0 | |
| | | | | | ext/libxml. | |||||
* | fix getElementsByTagname iteration | Rob Richards | 2003-12-08 | 1 | -10/+12 | |
| |