mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
55afe8bd9b
Replaces GH-15730 as that PR became stale. But instead of introducing a new helper, reuse smart_str_append_escaped(), this also removes the dependency on ext/standard. Closes GH-15730. Closes GH-17277.