mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
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.