summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Tjerk Meesters2014-10-122-17/+36
|\
| * More fixes for nodelist array accessTjerk Meesters2014-10-122-19/+54
* | Merge branch 'PHP-5.6'Tjerk Meesters2014-10-094-101/+92
|\ \ | |/
| * Refactored DOMNodeList array dereferencing implementationTjerk Meesters2014-10-094-111/+96
* | zval must not be converted in place without duplicationDmitry Stogov2014-10-091-2/+1
* | Merge branch 'PHP-5.6'Tjerk Meesters2014-10-095-26/+137
|\ \ | |/
| * DOMNodeList elements are accessible through array notationFlorian MARGAINE2014-09-275-28/+152
* | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-250/+0
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-2038-118/+172
|\ \
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-1937-37/+37
| * | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-1/+1
| * | Fix DOM warningsNikita Popov2014-09-0315-80/+89
| * | Fix a number of format issuesNikita Popov2014-09-031-1/+2
| * | Merge branch 'PHP-5.6'Tjerk Meesters2014-09-022-0/+44
| |\ \ | | |/
| | * Make DOMNode::textContent writeableTjerk Meesters2014-09-026-104/+75
| | * 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
| | * | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2014-06-092-0/+5
| | |\ \ | | | |/
| | | * Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191Matteo Beccati2014-06-092-0/+5
* | | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-4/+4
|/ / /
* | | 's' works with size_t round 2Anatol Belski2014-08-273-30/+48
* | | first show to make 's' work with size_tAnatol Belski2014-08-2714-31/+41
* | | fix func argument typeAnatol Belski2014-08-251-1/+1
* | | master renames phase 1Anatol Belski2014-08-2511-106/+106
* | | fix zppAnatol Belski2014-08-211-2/+2
* | | ported ext/domAnatol Belski2014-08-195-27/+27
* | | basic macro replacements, all at onceAnatol Belski2014-08-198-61/+61
* | | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-4/+4
* | | Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191Matteo Beccati2014-06-092-0/+5
* | | Use new zend_hash APIDmitry Stogov2014-05-281-11/+7
* | | Use optimized zend_array_dup() function. convert zend_hash_num_elements() and...Dmitry Stogov2014-05-231-2/+1
* | | wrong macro usage, we expect a DOM object herePierre Joye2014-05-161-1/+1
* | | Fixed SimpleXMl build with DOMXinchen Hui2014-05-041-2/+2
* | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-1/+1
* | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-2/+2
* | | Align zval_get_long/double with zval_get_stringNikita Popov2014-04-251-1/+1
* | | More zend_string usage in PCRENikita Popov2014-04-251-2/+3
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-267-13/+94
|\ \ \
| * \ \ Merge branch 'PHP-5.6'Anatol Belski2014-04-161-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-161-1/+1
| | |\ \ | | | |/
| | | * correct the bug #67081 fixAnatol Belski2014-04-161-1/+1
| * | | Merge branch 'PHP-5.6'Anatol Belski2014-04-166-13/+88
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-166-13/+88
| | |\ \ | | | |/
| | | * Fixed bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, ...Anatol Belski2014-04-166-13/+88
| * | | Merge branch 'PHP-5.6'Anatol Belski2014-04-011-0/+6
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-011-0/+6
| | |\ \ | | | |/
| | | * Fixed bug #53965 <xsl:include> cannot find files w/ relative paths when loade...Anatol Belski2014-04-011-0/+6
| | | * Bump yearXinchen Hui2014-01-0337-37/+37
| | * | Bump yearXinchen Hui2014-01-0337-37/+37
* | | | Convert zval_get_string() into "fast path" macro and "slow path" functionDmitry Stogov2014-04-217-13/+13