summaryrefslogtreecommitdiff
path: root/ext/dom/document.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | com)
* - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-2/+2
| | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* - 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
| | | | | DOMNode like DOMDocument::saveXML).
* - 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 ↵Rob Richards2010-04-021-1/+8
| | | | | | | trunk add test BFN
* fix bug #50661 (DOMDocument::loadXML does not allow UTF-16)Rob Richards2010-01-061-3/+3
| | | | add test
* 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
| | | | add tests
* MFB: Fixed bug #48512 (DOMDocument::validate() fails with both a E_NOTICEIlia Alshanetsky2009-06-141-5/+1
| | | | | and E_WARN if no DTD)
* MFH: fix bug #47849 (Non-deep import loses the namespace)Rob Richards2009-04-071-0/+3
| | | | | add test
* MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an ↵Rob Richards2009-03-131-4/+8
| | | | | | | absent previousSibling) add test
* MFH: fix bug #47220 (segfault in dom_document_parser in recovery mode)Rob Richards2009-01-261-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-0/+1
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-33/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+33
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-33/+0
|
* MFH: fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null)Rob Richards2008-09-281-1/+1
|
* MFH: fix ws, cs and foldingAntony Dovgal2008-08-141-47/+30
|
* MFH: Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-3/+3
|
* MFH: Add missing Reflection API metadata for DOM classes.Sebastian Bergmann2008-02-041-33/+209
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Fix bug #43364 (recursive xincludes don't remove internal nodes properly)Rob Richards2007-11-281-0/+4
| | | | | add test
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-11/+11
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Added missing safety checks (Problem identified by Coverity scan)Ilia Alshanetsky2006-10-071-3/+9
|
* One last expand_filepath() checkIlia Alshanetsky2006-09-161-2/+3
|
* MFH: nuke unused variables and init variables when neededAntony Dovgal2006-06-201-4/+3
|
* MFH: add registerNodeClass() methodRob Richards2006-05-221-42/+75
| | | | | | - update attribute isID functionality - add test
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH: add save options parameterRob Richards2005-09-081-6/+27
|
* MFH: Fixed bug #34103 (line numbering not maintained in dom document)Rob Richards2005-08-151-3/+2
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Fixed bugs #33431, #33432 ("int" used instead of "long" in parameter parsing)foobar2005-06-261-1/+2
|
* php_error() -> php_error_docref().Ilia Alshanetsky2005-04-211-12/+12
|
* fix memory corruption on 64bit in imagefttext(),Andrey Hristov2005-04-101-1/+2
| | | | | domdocument::load() and domdocument::loadxml()
* - Fix dependencyMarcus Boerger2005-01-081-1/+1
|
* allow parser flags to be passed to xinclude()Rob Richards2005-01-021-3/+7
|
* add optional parameter to pass libxml document load optionsRob Richards2004-12-051-12/+37
|
* prototype fixes (Jakub Vrána)Rob Richards2004-11-181-21/+21
|