php-src/sapi
Nikita Popov c50cfc4d3d Add quiet parameter to internal HTML entities API
In some places, we need to make sure that no warnings are thrown
due to unknown encoding. The error reporting code tried to avoid
this by determining a "safe charset", but this introduces subtle
discrepancies in which charset is picked (normally
internal_encoding takes precedence). Avoid this by suppressing
the warning in the first place.

While here, use the fallback logic to print error messages with
substitution characters more consistently, to avoid skipping
parts of the error message entirely.
2020-05-07 15:46:08 +02:00
..
apache2handler Store default parameter values of internal functions in arg info 2020-04-08 18:37:51 +02:00
cgi Merge branch 'PHP-7.4' 2020-04-20 11:00:01 +02:00
cli Add quiet parameter to internal HTML entities API 2020-05-07 15:46:08 +02:00
embed Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
fpm Add quiet parameter to internal HTML entities API 2020-05-07 15:46:08 +02:00
fuzzer Create memory stream in exif fuzzer 2020-02-19 10:24:12 +01:00
litespeed Fix #78880: Yet another batch of spelling errors 2020-01-16 12:04:00 +01:00
phpdbg Code tweaks: Remove unneeded semicolons 2020-04-29 23:17:40 +02:00