summaryrefslogtreecommitdiff
path: root/ext/dom/xpath.c
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-5/+5
* Fix [-Wundef] warning in DOM extensionGeorge Peter Banyard2020-05-161-2/+2
* Generate method entries for ext/domMáté Kocsis2020-04-131-16/+5
* Do not include the same stub multiple timesMáté Kocsis2020-04-031-1/+1
* Remove DOM_GET_THIS macroNikita Popov2020-03-091-3/+1
* Rename php_dom_create_interator() to php_dom_create_iterator()Christoph M. Becker2020-02-171-1/+1
* Use RETURN_THROWS() during ZPP in the date, dba and dom extensionsMáté Kocsis2019-12-311-3/+3
* ext/dom: Replace usages of PHP_FUNCTION and aliases with PHP_METHOD.Benjamin Eberlei2019-11-091-8/+8
* Convert ext/dom to use arginfo stub.Benjamin Eberlei2019-11-081-32/+6
* zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-011-1/+1
* ext/dom: Add global registerNodeNS flag on DOMXPath ctor and property.Benjamin Eberlei2019-10-051-4/+28
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Add do...while(0) for RETURN_* and ZVAL_* APIstwosee2019-06-121-1/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-3/+3
* Replace zend_parse_method_parameters() by zend_parse_parameters() and avoid u...Dmitry Stogov2018-11-141-2/+4
* Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-2/+2
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* Remove return types from some magic method in protosGabriel Caruso2018-03-091-1/+1
* Use bool instead of boolean in protoGabriel Caruso2018-02-041-3/+3
* year++Xinchen Hui2018-01-021-1/+1
* Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-4/+7
* Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
* Missed semicolonXinchen Hui2016-02-181-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.Dmitry Stogov2015-08-131-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-3/+3
* | Fix more minor mistakes in the proto commentsRasmus Lerdorf2015-06-231-3/+3
* | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-6/+2
* | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-4/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-13/+13
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-29/+28
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+2
* | remove fetch from domkrakjoe2014-09-261-2/+0
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Fix DOM warningsNikita Popov2014-09-031-7/+7
* | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | master renames phase 1Anatol Belski2014-08-251-5/+5
* | basic macro replacements, all at onceAnatol Belski2014-08-191-2/+2
* | wrong macro usage, we expect a DOM object herePierre Joye2014-05-161-1/+1
* | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-2/+2