1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 02:23:18 +02:00
Files
archived-php-src/ext/dom/tests
Christoph M. Becker 6d2bc72530 Fix #80268: loadHTML() truncates at NUL bytes
libxml2 has no particular issues parsing HTML strings with NUL bytes;
these just cause truncation of the current text content, but parsing
continues generally.  Since `::loadHTMLFile()` already supports NUL
bytes, `::loadHTML()` should as well.

Note that this is different from XML, which does not allow any NUL
bytes.

Closes GH-6368.
2020-10-26 13:08:05 +01:00
..
2009-08-26 17:17:58 +00:00
2008-05-14 13:04:05 +00:00
2008-05-14 13:04:05 +00:00
2007-11-19 08:19:31 +00:00
2013-12-02 17:00:13 +01:00
2018-02-04 17:26:37 +01:00
2018-02-04 17:26:37 +01:00
2017-03-02 12:35:42 +01:00
2018-08-28 14:02:11 +02:00
2020-02-14 09:21:13 +01:00
2018-10-14 19:45:12 +02:00
2018-10-14 19:45:12 +02:00
2009-05-26 06:09:18 +00:00