Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Removal of deadcode identified by coverity | Ilia Alshanetsky | 2011-08-08 | 1 | -1/+1 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #52656 (DOMCdataSection does not work with splitText). | Ilia Alshanetsky | 2010-11-29 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 1 | -0/+1 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -4/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+4 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -4/+0 |
| | |||||
* | MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters) | Rob Richards | 2008-10-20 | 1 | -4/+4 |
| | | | | | add test | ||||
* | MFH: fix bug #46029 (Segfault in DOMText when using with Reflection) | Rob Richards | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | MFH: fix ws, cs and folding | Antony Dovgal | 2008-08-14 | 1 | -3/+10 |
| | |||||
* | MFH: Fix error_handling usage in various extensions | Etienne Kneuss | 2008-08-08 | 1 | -3/+3 |
| | |||||
* | MFH: Add missing Reflection API metadata for DOM classes. | Sebastian Bergmann | 2008-02-04 | 1 | -5/+26 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | free wholetext properly | Rob Richards | 2007-05-14 | 1 | -2/+1 |
| | |||||
* | Fixed bug #41374 (wholetext concats values of wrong nodes). | Rob Richards | 2007-05-14 | 1 | -3/+17 |
| | | | | | add test | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | fix issues identitified by coverity | Rob Richards | 2006-12-21 | 1 | -0/+4 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) | Rob Richards | 2004-10-07 | 1 | -0/+1 |
| | | | | | | | | 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 bug #28584: DOMText::splitText() does not split text properly (benjcarson) | Rob Richards | 2004-05-31 | 1 | -6/+6 |
| | | | | | Prototype fixes | ||||
* | constructors throw DOMException | Rob Richards | 2004-05-16 | 1 | -1/+6 |
| | | | | | | | | 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/+5 |
| | |||||
* | start of dom update | Rob Richards | 2004-02-15 | 1 | -6/+8 |
| | | | | | | | 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 | -0/+2 |
| | |||||
* | implement node proxies: next phase of interop | Rob Richards | 2003-07-07 | 1 | -1/+1 |
| | |||||
* | remove code no longer needed | Rob Richards | 2003-06-15 | 1 | -2/+0 |
| | | | | | fix format Output property | ||||
* | fix some calls to libxml | Rob Richards | 2003-06-12 | 1 | -0/+2 |
| | |||||
* | forgot this: set doc for new text node as current may not be in tree | Rob Richards | 2003-06-11 | 1 | -1/+1 |
| | |||||
* | add isWhitespaceInElementContent() | Rob Richards | 2003-06-11 | 1 | -10/+21 |
| | | | | | | fix splitText for nodes not in tree correct links to specs | ||||
* | Fixed memleaks | Rob Richards | 2003-06-10 | 1 | -3/+11 |
| | |||||
* | 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 | -3/+4 |
| | | | | | re-work of internal object handling | ||||
* | add the wholeText property | Sterling Hughes | 2003-06-07 | 1 | -2/+6 |
| | |||||
* | add splitText() | Sterling Hughes | 2003-06-06 | 1 | -2/+44 |
| | | | | | | never has such a complex process been endured for such a simple function libxml makes me queasy right now :) | ||||
* | Inital cut of new dom extension | Rob Richards | 2003-06-05 | 1 | -0/+124 |
PHP5 only |