Alex Dowad
9308974f8c
Deprecate use of mbstring to convert text to Base64/QPrint/HTML entities/etc
...
The purpose of mbstring is for working with Unicode and legacy text
encodings; but Base64, QPrint, etc. are not text encodings and don't
really belong in mbstring. PHP already contains separate implementations
of Base64, QPrint, and HTML entities. It will be better to eventually
remove these non-encodings from mbstring.
Regarding HTML entities... there is a bit more to say. mbstring's
implementation of HTML entities is different from the other built-in
implementation (htmlspecialchars and htmlentities). Those functions
convert <, >, and & to HTML entities, but mbstring does not.
It appears that the original author of mbstring intended for something
to be done with <, >, and &. He used a table to identify which
characters should be converted to HTML entities, and </>/& all have a
special value in that table. However, nothing ever checks for that
special value, so the characters are passed through unconverted.
This seems like a very useless implementation of HTML entities. The most
important characters which need to be expressed as entities in HTML
documents are those three!
2021-11-01 11:23:21 +02:00
..
2021-08-30 16:29:58 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-11-01 11:23:21 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-11-01 11:23:21 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-14 14:52:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-10-19 18:05:52 +02:00
2021-08-11 14:03:18 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2020-02-03 22:52:20 +01:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-09-06 13:16:23 +02:00
2021-08-31 13:41:34 +02:00
2021-06-11 12:58:44 +02:00
2021-06-29 12:25:21 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-06-11 12:58:44 +02:00
2021-08-31 13:41:34 +02:00
2021-06-17 13:12:40 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 14:00:43 +02:00
2021-09-06 13:16:23 +02:00
2021-09-06 13:16:23 +02:00
2021-09-06 13:16:23 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-07-08 15:34:49 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 14:00:43 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 14:52:44 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 12:58:44 +02:00
2021-11-01 11:23:21 +02:00
2021-10-01 19:27:39 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-09-20 11:27:54 +02:00
2021-06-11 12:58:44 +02:00
2021-08-27 14:48:32 +02:00
2021-10-19 18:05:52 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-09-20 11:27:54 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-17 13:12:40 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-09-20 11:27:54 +02:00
2021-08-31 13:41:34 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-11-01 11:23:21 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-09-20 11:27:54 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-10-19 18:11:35 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-09-06 13:16:23 +02:00
2021-09-06 13:16:23 +02:00
2021-09-06 13:16:23 +02:00
2021-09-06 13:16:23 +02:00
2021-08-31 13:41:34 +02:00
2021-09-06 13:16:23 +02:00
2021-08-30 16:29:58 +02:00
2021-09-06 13:16:23 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00