summaryrefslogtreecommitdiff
path: root/ext/dom/document.c
Commit message (Expand)AuthorAgeFilesLines
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-5/+5
* Fix more minor mistakes in the proto commentsRasmus Lerdorf2015-06-231-27/+27
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-06-091-7/+19
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-06-091-5/+17
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-06-091-5/+17
| | |\
| | | * Fix #69719 - more checks for nulls in pathsStanislav Malyshev2015-06-091-5/+17
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-2/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-55/+59
| |\ \ \ | | |/ /
| | * | Merge branch 'PHp-5.4' into PHP-5.5Stanislav Malyshev2015-04-141-54/+55
| | |\ \ | | | |/
| | | * fix non-standard CStanislav Malyshev2015-04-141-54/+55
| | * | Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-1/+4
| | |\ \ | | | |/
| | | * Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-1/+4
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| * | | bump yearXinchen Hui2015-01-151-1/+1
| * | | Make DOMNode::textContent writeableTjerk Meesters2014-09-021-72/+11
| |/ /
* | | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-6/+2
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-52/+52
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-139/+139
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | Fix DOM warningsNikita Popov2014-09-031-14/+14
* | | 's' works with size_t round 2Anatol Belski2014-08-271-15/+29
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-7/+9
* | | master renames phase 1Anatol Belski2014-08-251-21/+21
* | | ported ext/domAnatol Belski2014-08-191-14/+14
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-4/+4
* | | Align zval_get_long/double with zval_get_stringNikita Popov2014-04-251-1/+1
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-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-031-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Convert zval_get_string() into "fast path" macro and "slow path" functionDmitry Stogov2014-04-211-3/+3
* | | Make DOM mostly workNikita Popov2014-04-151-1/+1
* | | Make DOM compileNikita Popov2014-04-151-285/+85
* | | Add functions for extracting long/double/string from zvalNikita Popov2014-04-151-14/+3
* | | Start working on dom extensionNikita Popov2014-04-151-35/+13
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-12-061-1/+1
|\ \ | |/
| * fix possibly uninitialized valueMichael Wallner2013-12-061-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-12-021-1/+16
|\ \ | |/
| * Fix bug #65196Michael Wallner2013-12-021-1/+16
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Removal of deadcode identified by coverityIlia Alshanetsky2011-08-081-30/+29
| * fix params parsingStanislav Malyshev2011-08-011-1/+2
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot ...Christian Stocker2011-07-111-2/+8
| * - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-2/+2
* | Add schema default/fixed value supportChris Wright2013-04-121-4/+12