]> granicus.if.org Git - php/commit
Fixed bug #77428
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 8 Jan 2019 09:21:01 +0000 (10:21 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 8 Jan 2019 09:21:01 +0000 (10:21 +0100)
commit76c687feaf86d305f8ba510a7319ccc1b66a8901
treea8a703009746e5489c75a74be8203fdfdf9d0fbb
parent7f8cab2535afc9057b1d04d236450d5f048939c4
Fixed bug #77428

mb_ereg_replace historically has not supported escaping backslashes
with backslashes. Go back to that behavior for BC reasons.
NEWS
ext/mbstring/php_mbregex.c
ext/mbstring/tests/bug77428.phpt [new file with mode: 0644]