Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -182/+182 |
* | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-10-12 | 1 | -14/+7 |
|\ | |||||
| * | More fixes for nodelist array access | Tjerk Meesters | 2014-10-12 | 1 | -16/+25 |
* | | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-10-09 | 1 | -51/+20 |
|\ \ | |/ | |||||
| * | Refactored DOMNodeList array dereferencing implementation | Tjerk Meesters | 2014-10-09 | 1 | -60/+22 |
* | | zval must not be converted in place without duplication | Dmitry Stogov | 2014-10-09 | 1 | -2/+1 |
* | | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-10-09 | 1 | -0/+69 |
|\ \ | |/ | |||||
| * | DOMNodeList elements are accessible through array notation | Florian MARGAINE | 2014-09-27 | 1 | -1/+83 |
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| |\ | |||||
| | * | Correct typo in comments: 'initialized' | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -52/+52 |
* | | | ported ext/dom | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -47/+47 |
* | | | Refactored run_time_cache usage in object handlers | Dmitry Stogov | 2014-07-07 | 1 | -4/+4 |
* | | | Use optimized zend_array_dup() function. convert zend_hash_num_elements() and... | Dmitry Stogov | 2014-05-23 | 1 | -2/+1 |
* | | | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -1/+1 |
* | | | Convert zval_get_string() into "fast path" macro and "slow path" function | Dmitry Stogov | 2014-04-21 | 1 | -4/+4 |
* | | | Fix libxml/sxe/dom node import/export | Nikita Popov | 2014-04-18 | 1 | -2/+2 |
* | | | Moved zend_literal->cache_slot right into zval. | Dmitry Stogov | 2014-04-17 | 1 | -9/+9 |
* | | | Finish DOM port | Nikita Popov | 2014-04-16 | 1 | -57/+31 |
* | | | Fix remaining XPath issue | Nikita Popov | 2014-04-16 | 1 | -11/+10 |
* | | | Mostly fix Dom XPath | Nikita Popov | 2014-04-16 | 1 | -18/+26 |
* | | | Make DOM mostly work | Nikita Popov | 2014-04-15 | 1 | -64/+69 |
* | | | Make DOM compile | Nikita Popov | 2014-04-15 | 1 | -3/+3 |
* | | | Add functions for extracting long/double/string from zval | Nikita Popov | 2014-04-15 | 1 | -45/+13 |
* | | | Start working on dom extension | Nikita Popov | 2014-04-15 | 1 | -230/+145 |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -4/+4 |
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| |/ / | |||||
* | | | Eliminate another TSRMLS_FETCH() in i_zend_is_true() | Kalle Sommer Nielsen | 2013-12-18 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-21 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Suppress compiler warning "warning: variable ‘retcount’ set but not used ... | Christopher Jones | 2013-08-21 | 1 | -0/+4 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for read | Stanislav Malyshev | 2013-02-18 | 1 | -35/+35 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4 | Xinchen Hui | 2012-03-24 | 1 | -1/+1 |
|\ | |||||
| * | Fix ZTS build | Xinchen Hui | 2012-03-24 | 1 | -1/+1 |
* | | Merge branch '5.3' into 5.4 | Gustavo André dos Santos Lopes | 2012-03-23 | 1 | -0/+82 |
|\ \ | |/ | |||||
| * | Improved on DOM object debug info handler. Added test. | Gustavo André dos Santos Lopes | 2012-03-23 | 1 | -48/+66 |
| * | Added DOM Debug handler | Joey Smith | 2012-03-23 | 1 | -0/+64 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | Deadcode & sizeof fix for issues found by coverity | Ilia Alshanetsky | 2011-08-08 | 1 | -1/+1 |
| * | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 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 |
| * | fix bug #51721 (mark DOMNodeList and DOMNamedNodeMap as Traversable) | Rob Richards | 2010-05-04 | 1 | -0/+3 |
| * | fix bug #50828 (DOMNotation is not subclass of DOMNode) | Rob Richards | 2010-04-09 | 1 | -5/+2 |