Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFH: Add missing Reflection API metadata for DOM classes. | Sebastian Bergmann | 2008-02-04 | 1 | -1/+9 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 | |
| | ||||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | prototype fixes (Jakub Vrána) | Rob Richards | 2004-11-18 | 1 | -2/+2 | |
| | ||||||
* | Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) | Rob Richards | 2004-05-31 | 1 | -3/+3 | |
| | | | | | Prototype fixes | |||||
* | namespace/tagname validation fixes (Adam Trachtenberg) | Rob Richards | 2004-05-27 | 1 | -2/+4 | |
| | | | | | added new test | |||||
* | constructors throw DOMException | Rob Richards | 2004-05-16 | 1 | -2/+7 | |
| | | | | | | | | add DOM_PHP_ERR DomException code validate tagnames in constructors use C style comments update TODO | |||||
* | use new style constructors | Rob Richards | 2004-03-31 | 1 | -4/+4 | |
| | | | | | fix return for nodelist item | |||||
* | issue warning if object is in invalid state when dealing with properties | Rob Richards | 2004-02-16 | 1 | -0/+15 | |
| | ||||||
* | 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 | |||||
* | start of dom update | Rob Richards | 2004-02-15 | 1 | -0/+15 | |
| | | | | | | | 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 | |||||
* | update constructors so they cant be called statically | Rob Richards | 2004-01-22 | 1 | -3/+1 | |
| | ||||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 | |
| | ||||||
* | add interop with simplexml - dom_import_simplexml | Rob Richards | 2003-10-26 | 1 | -2/+2 | |
| | | | | | fix cloneNode with elements | |||||
* | allow building without libxml2 under win32 | Wez Furlong | 2003-08-22 | 1 | -1/+2 | |
| | ||||||
* | implement node proxies: next phase of interop | Rob Richards | 2003-07-07 | 1 | -3/+3 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 | |
| | ||||||
* | implmentation of document ref counting for persistance | Rob Richards | 2003-06-09 | 1 | -1/+1 | |
| | | | | | re-work of internal object handling | |||||
* | Inital cut of new dom extension | Rob Richards | 2003-06-05 | 1 | -0/+138 | |
PHP5 only |