summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.c
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-182/+182
* Merge branch 'PHP-5.6'Tjerk Meesters2014-10-121-14/+7
|\
| * More fixes for nodelist array accessTjerk Meesters2014-10-121-16/+25
* | Merge branch 'PHP-5.6'Tjerk Meesters2014-10-091-51/+20
|\ \ | |/
| * Refactored DOMNodeList array dereferencing implementationTjerk Meesters2014-10-091-60/+22
* | zval must not be converted in place without duplicationDmitry Stogov2014-10-091-2/+1
* | Merge branch 'PHP-5.6'Tjerk Meesters2014-10-091-0/+69
|\ \ | |/
| * 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
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | master renames phase 1Anatol Belski2014-08-251-52/+52
* | | ported ext/domAnatol Belski2014-08-191-1/+1
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-47/+47
* | | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-4/+4
* | | Use optimized zend_array_dup() function. convert zend_hash_num_elements() and...Dmitry Stogov2014-05-231-2/+1
* | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-1/+1
* | | Convert zval_get_string() into "fast path" macro and "slow path" functionDmitry Stogov2014-04-211-4/+4
* | | Fix libxml/sxe/dom node import/exportNikita Popov2014-04-181-2/+2
* | | Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-9/+9
* | | Finish DOM portNikita Popov2014-04-161-57/+31
* | | Fix remaining XPath issueNikita Popov2014-04-161-11/+10
* | | Mostly fix Dom XPathNikita Popov2014-04-161-18/+26
* | | Make DOM mostly workNikita Popov2014-04-151-64/+69
* | | Make DOM compileNikita Popov2014-04-151-3/+3
* | | Add functions for extracting long/double/string from zvalNikita Popov2014-04-151-45/+13
* | | Start working on dom extensionNikita Popov2014-04-151-230/+145
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-4/+4
* | | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ \
| * | | Bump yearXinchen Hui2014-01-031-1/+1
| |/ /
* | | Eliminate another TSRMLS_FETCH() in i_zend_is_true()Kalle Sommer Nielsen2013-12-181-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