mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +02: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.