summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser
AgeCommit message (Expand)Author
2022-12-11Add more 'ReturnTypeWillChange' in 'StringInputStream'.wn_
2022-07-31add annotations for PHP8.1Andrew Dolgov
2021-06-05Fix PHP 8.1 deprecationsAlexander M. Turek
2020-08-24fix: character entity parsingKieran Brahney
2020-07-05cs fixAsmir Mustafic
2020-06-24Add special case for end tag </br>. Fixes #185Rowan Tommins
2020-02-06prevent infinite loop on unterminated entity declaration at end of streamAsmir Mustafic
2019-06-15Merge pull request #168 from idimopoulos/html5_encodingAsmir Mustafic
2019-06-14Set default encoding in case it does not exist.Ilias Dimopoulos
2019-03-10drop hhvm supportAsmir Mustafic
2018-12-29Allow to pass a charset to the ScannerTitouan Galopin
2018-11-27Optimize the processing of text between nodesChristophe Coevoet
2018-11-27Merge pull request #161 from stof/optimize_main_loopAsmir Mustafic
2018-11-26Optimize the main loopChristophe Coevoet
2018-11-26Merge pull request #155 from stof/optimize_attributesAsmir Mustafic
2018-11-26Merge pull request #154 from stof/optimize_token_comparisonAsmir Mustafic
2018-11-26Remove useless condition for the parsing of cdataChristophe Coevoet
2018-11-26Simplify the doctype matchingChristophe Coevoet
2018-11-26Optimize the handling of the EOF detection in the main loopChristophe Coevoet
2018-11-26Optimize the parsing of unquoted attributesChristophe Coevoet
2018-11-26Optimize the token comparisonChristophe Coevoet
2018-11-26Replace next calls with consume calls when the return value is ignoredChristophe Coevoet
2018-11-25Normalize PHPDoc commentsTitouan Galopin
2018-11-25Fix coding styleTitouan Galopin
2018-11-24Optimize consuming whitespacesChristophe Coevoet
2018-11-24Merge pull request #152 from stof/fix_typoAsmir Mustafic
2018-11-24Fix typo in an error messageChristophe Coevoet
2018-11-24Optimize the handling of references when consuming dataChristophe Coevoet
2018-11-08move sequenceMatches to the ScannerAsmir Mustafic
2018-11-08improve consume speedAsmir Mustafic
2018-11-08Merge pull request #147 from tgalopin/tokenizer-perfsAsmir Mustafic
2018-11-06Remove another current callTitouan Galopin
2018-11-05Inline tag open in Tokenizer to further improve performancesTitouan Galopin
2018-11-05Improve Tokenizer performance by inlining text parsing and removing some Scan...Titouan Galopin
2018-11-03Improve performance by relying on a native string instead of InputStreamTitouan Galopin
2018-11-02Add more extensions on composer.json, improve phpdocs and remove dead codeTitouan Galopin
2017-12-04#136: Respect self-closing tags only on foreign elementsAlbert Peschar
2017-09-01Merge pull request #134 from Masterminds/ampersand-in-urlsAsmir Mustafic
2017-08-31reduce number of times "current" is invokedAsmir Mustafic
2017-08-28Fixes https://github.com/Masterminds/html5-php/issues/124Asmir Mustafic
2017-08-25handle special "img" "image" handlingAsmir Mustafic
2017-07-26Fix https://github.com/Masterminds/html5-php/issues/131Asmir Mustafic
2016-09-22don't close optgroup when followed by an optionValentin Kunz
2016-08-17In XML mode, tags are case sensitiveAsmir Mustafic
2016-03-19Use mb_substitute_character instead of ini_setDer Mundschenk & Compagnie
2016-01-31Issue #94 UTF8Utils::countChars() - extra bad perfomance with iconv_strlen()Alexander
2016-01-26Issue #94 UTF8Utils::countChars() - extra bad perfomance with iconv_strlen()Alexander
2015-06-22doctype method has no arguments. Fixing.Matt Farina
2015-06-19Correcting the @return type to a phpdoc value.Matt Farina
2015-03-08Closes #78: Fixes bug where unmatched entity like string drops everything aft...Matt Farina