mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
Apparently, users expect `bindtextdomain` and `bind_textdomain_codeset` with `null` as second argument to work like their C counterparts, namely to return the previously set value. Thus, we support that. Closes GH-6631.