summaryrefslogtreecommitdiff
path: root/ext/dom/xml_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-1/+1
| | | | semantick changes).
* fix wars about importing of locally defined symbolsAnatol Belski2015-02-041-13/+11
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-5/+5
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* Fix a number of format issuesNikita Popov2014-09-031-1/+2
|
* Fixed SimpleXMl build with DOMXinchen Hui2014-05-041-2/+2
|
* Start working on dom extensionNikita Popov2014-04-151-7/+9
| | | | Nowhere near compiling yet...
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* Removal of deadcode identified by coverityIlia Alshanetsky2011-08-081-3/+3
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: fix ws, cs and foldingAntony Dovgal2008-08-141-0/+9
|
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-8/+13
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH: add registerNodeClass() methodRob Richards2006-05-221-11/+1
| | | | | | - update attribute isID functionality - add test
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Fix bug #33299 (php:function no longer handles returned dom objects)Rob Richards2005-06-221-5/+5
| | | | | - maybe fix #33431/33432
* php_error() -> php_error_docref().Ilia Alshanetsky2005-04-211-4/+4
|
* Added DomDocument->recover property for parsing not well-formed XML Documents.Christian Stocker2004-08-131-0/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* implement namednodemap and nodelistRob Richards2003-11-291-3/+1
| | | | | | fix xsl/dom integration under windows update tests and examples
* move some definitions to xml_common.hChristian Stocker2003-11-291-0/+4
|
* changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT itChristian Stocker2003-11-281-2/+1
| | | | | (by Rob Richards)
* add interop with simplexml - dom_import_simplexmlRob Richards2003-10-261-22/+6
| | | | | fix cloneNode with elements
* move some document properties internallyRob Richards2003-09-081-1/+12
| | | | | add xpath namespace support (by Shane)
* implement stricterrorcheckRob Richards2003-08-241-2/+3
| | | | | | | fix clonenode cleanup error routines forgot these files
* initial xpath implementationRob Richards2003-07-241-1/+1
| | | | | make dom_object generic
* API updateZeev Suraski2003-07-221-1/+1
|
* implement node proxies: next phase of interopRob Richards2003-07-071-3/+9
|
* cleanup common codeRob Richards2003-06-201-25/+4
|
* remove code no longer neededRob Richards2003-06-151-13/+2
| | | | | fix format Output property
* use xmlInitParser instead of xmlInitThreadsRob Richards2003-06-141-3/+0
| | | | | reentrant safe as well no need for xml_parser_inited
* fix xml_parser_inited on win32Rob Richards2003-06-141-0/+24
| | | | | add common structs for better interoprability
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* implmentation of document ref counting for persistanceRob Richards2003-06-091-12/+13
| | | | | re-work of internal object handling
* fix more memory overrunsRob Richards2003-06-071-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 headerfoobar2003-06-061-0/+21
|
* Inital cut of new dom extensionRob Richards2003-06-051-0/+82
PHP5 only