|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
[2019-02-10 02:10 UTC] kalle@php.net
[2019-02-11 13:40 UTC] cmb@php.net
-Package: Unknown/Other Function
+Package: Tidy
[2020-11-12 15:50 UTC] cmb@php.net
-Status: Open
+Status: Analyzed
-Assigned To:
+Assigned To: cmb
[2020-11-12 15:50 UTC] cmb@php.net
[2020-11-12 15:52 UTC] cmb@php.net
[2020-11-22 13:06 UTC] cmb@php.net
[2020-11-22 13:06 UTC] cmb@php.net
-Status: Analyzed
+Status: Closed
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 09:00:02 2025 UTC |
Description: ------------ 1. Set tidy.clean_output = Off in php.ini. 2. Run ob_start('ob_tidyhandler'); in testA.php The page is output with cleaned output as expected. 3. Run any other PHP file without calling the same function. The output is also unexpectedly cleaned. The option is unexpectedly flipped for every subsequent request processed by the same php-fpm process. I may be wrong (C isn't my strongest language), but I believe this just flips the option. https://github.com/php/php-src/blob/db0079023421b8048f090ee04adb992e09132553/ext/tidy/tidy.c#L1172