summaryrefslogtreecommitdiff
path: root/ext/dom/document.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | 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
|/
* - Hopefully finally fixed the mess in rev 307562 and rev 307563.Gustavo André dos Santos Lopes2011-01-191-6/+11
* - Fixed wrong function call in original commit to FR #39771.Gustavo André dos Santos Lopes2011-01-181-1/+1
* - Implemented FR #39771 (Made DOMDocument::saveHTML accept an optional Gustavo André dos Santos Lopes2011-01-181-11/+41
* - Year++Felipe Pena2011-01-011-1/+1
* Cast to char * hereKalle Sommer Nielsen2010-09-231-1/+1
* fix bug #48983 (DomDocument : saveHTMLFile wrong charset)Rob Richards2010-04-021-2/+4
* re-apply bug fix #35673 (formatOutput does not work with saveHTML) from old t...Rob Richards2010-04-021-1/+8
* fix bug #50661 (DOMDocument::loadXML does not allow UTF-16)Rob Richards2010-01-061-3/+3
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* fix bug #47848 (importNode doesn't preserve attribute namespaces)Rob Richards2009-12-031-1/+12
* MFB: Fixed bug #48512 (DOMDocument::validate() fails with both a E_NOTICEIlia Alshanetsky2009-06-141-5/+1
* MFH: fix bug #47849 (Non-deep import loses the namespace)Rob Richards2009-04-071-0/+3
* MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an absent...Rob Richards2009-03-131-4/+8