summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* More fixes for nodelist array accessTjerk Meesters2014-10-121-16/+25
* Refactored DOMNodeList array dereferencing implementationTjerk Meesters2014-10-091-60/+22
* DOMNodeList elements are accessible through array notationFlorian MARGAINE2014-09-271-1/+83
* Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-08-171-1/+1
|\
| * Correct typo in comments: 'initialized'Lior Kaplan2014-08-171-1/+1
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-211-0/+4
|\ \ | |/
| * Suppress compiler warning "warning: variable ‘retcount’ set but not used ...Christopher Jones2013-08-211-0/+4
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-35/+35
* | Happy New YearXinchen Hui2013-01-011-1/+1
|/
* Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4Xinchen Hui2012-03-241-1/+1
|\
| * Fix ZTS buildXinchen Hui2012-03-241-1/+1
* | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-03-231-0/+82
|\ \ | |/
| * Improved on DOM object debug info handler. Added test.Gustavo André dos Santos Lopes2012-03-231-48/+66
| * Added DOM Debug handlerJoey Smith2012-03-231-0/+64
| * - Year++Felipe Pena2012-01-011-1/+1
| * Deadcode & sizeof fix for issues found by coverityIlia Alshanetsky2011-08-081-1/+1
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * fix bug #51721 (mark DOMNodeList and DOMNamedNodeMap as Traversable)Rob Richards2010-05-041-0/+3
| * fix bug #50828 (DOMNotation is not subclass of DOMNode)Rob Richards2010-04-091-5/+2
* | - Year++Felipe Pena2012-01-011-1/+1
* | Removal of deadcode identified by coverityIlia Alshanetsky2011-08-081-4/+3
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Year++Felipe Pena2011-01-011-1/+1
* | Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-2/+1
* | fix bug #51721 (mark DOMNodeList and DOMNamedNodeMap as Traversable)Rob Richards2010-05-041-0/+3
* | Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-8/+8
* | fix bug #50828 (DOMNotation is not subclass of DOMNode)Rob Richards2010-04-091-5/+2
|/
* 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 bug #46849 (Cloning DOMDocument doesn't clone the properties)Rob Richards2008-12-161-9/+37
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-1/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+1
* MFH: fix bug #46406 (Unregistering nodeclass throws E_FATAL)Rob Richards2008-10-291-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-1/+0
* Fixed bug #46087 (DOMXPath - segfault on destruction of a cloned object).Ilia Alshanetsky2008-09-161-2/+4
* MFH: fix ws, cs and foldingAntony Dovgal2008-08-141-16/+29
* - Added arginfoFelipe Pena2008-06-271-1/+8
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-181-21/+1
* backport functionality to call user functions within XPathRob Richards2008-01-251-5/+24
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-6/+6
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2