|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-06-25 16:00 UTC] o dot persson at gmail dot com
[2005-06-26 13:22 UTC] o dot persson at gmail dot com
[2005-10-23 06:01 UTC] mike@php.net
[2021-10-30 05:49 UTC] usgfsdfjgdddds at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 11:00:01 2025 UTC |
Description: ------------ When foreign characters are used in the configuration file, tidy will make php crash. Reproduce code: --------------- Setup php.ini to use a configuration file: tidy.default_config = /path/to/tidy.conf Add a line with foreign chars, I used this line: # Author: ?rjan Persson Now try use tidy: <?php ob_start('ob_tidyhandler'); ?> Expected result: ---------------- Parsed configuration. Actual result: -------------- Crashed.