Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -1/+1 |
| | | | | semantick changes). | ||||
* | fix wars about importing of locally defined symbols | Anatol Belski | 2015-02-04 | 1 | -13/+11 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -5/+5 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Fix a number of format issues | Nikita Popov | 2014-09-03 | 1 | -1/+2 |
| | |||||
* | Fixed SimpleXMl build with DOM | Xinchen Hui | 2014-05-04 | 1 | -2/+2 |
| | |||||
* | Start working on dom extension | Nikita Popov | 2014-04-15 | 1 | -7/+9 |
| | | | | Nowhere near compiling yet... | ||||
* | 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 | -3/+3 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 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 ws, cs and folding | Antony Dovgal | 2008-08-14 | 1 | -0/+9 |
| | |||||
* | Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -8/+13 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: add registerNodeClass() method | Rob Richards | 2006-05-22 | 1 | -11/+1 |
| | | | | | | - update attribute isID functionality - add test | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - 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 | -5/+5 |
| | | | | | - maybe fix #33431/33432 | ||||
* | php_error() -> php_error_docref(). | Ilia Alshanetsky | 2005-04-21 | 1 | -4/+4 |
| | |||||
* | Added DomDocument->recover property for parsing not well-formed XML Documents. | Christian Stocker | 2004-08-13 | 1 | -0/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | implement namednodemap and nodelist | Rob Richards | 2003-11-29 | 1 | -3/+1 |
| | | | | | | fix xsl/dom integration under windows update tests and examples | ||||
* | move some definitions to xml_common.h | Christian Stocker | 2003-11-29 | 1 | -0/+4 |
| | |||||
* | changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT it | Christian Stocker | 2003-11-28 | 1 | -2/+1 |
| | | | | | (by Rob Richards) | ||||
* | add interop with simplexml - dom_import_simplexml | Rob Richards | 2003-10-26 | 1 | -22/+6 |
| | | | | | fix cloneNode with elements | ||||
* | move some document properties internally | Rob Richards | 2003-09-08 | 1 | -1/+12 |
| | | | | | add xpath namespace support (by Shane) | ||||
* | implement stricterrorcheck | Rob Richards | 2003-08-24 | 1 | -2/+3 |
| | | | | | | | fix clonenode cleanup error routines forgot these files | ||||
* | initial xpath implementation | Rob Richards | 2003-07-24 | 1 | -1/+1 |
| | | | | | make dom_object generic | ||||
* | API update | Zeev Suraski | 2003-07-22 | 1 | -1/+1 |
| | |||||
* | implement node proxies: next phase of interop | Rob Richards | 2003-07-07 | 1 | -3/+9 |
| | |||||
* | cleanup common code | Rob Richards | 2003-06-20 | 1 | -25/+4 |
| | |||||
* | remove code no longer needed | Rob Richards | 2003-06-15 | 1 | -13/+2 |
| | | | | | fix format Output property | ||||
* | use xmlInitParser instead of xmlInitThreads | Rob Richards | 2003-06-14 | 1 | -3/+0 |
| | | | | | reentrant safe as well no need for xml_parser_inited | ||||
* | fix xml_parser_inited on win32 | Rob Richards | 2003-06-14 | 1 | -0/+24 |
| | | | | | add common structs for better interoprability | ||||
* | 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 | -12/+13 |
| | | | | | re-work of internal object handling | ||||
* | fix more memory overruns | Rob Richards | 2003-06-07 | 1 | -1/+6 |
| | | | | | | | initial definition for document ref counting fixed property access to support all objects clear property handler from invalid objects until ref count implemented | ||||
* | Missing header | foobar | 2003-06-06 | 1 | -0/+21 |
| | |||||
* | Inital cut of new dom extension | Rob Richards | 2003-06-05 | 1 | -0/+82 |
PHP5 only |