]> granicus.if.org Git - php/commit
Fixed bug #73730 (textdomain(null) throws in strict mode)
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 10 Sep 2017 16:39:29 +0000 (18:39 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 10 Sep 2017 16:39:29 +0000 (18:39 +0200)
commit4b746fce1c6f873a696ace4c98e0981a059f35c9
tree584598d64fc7d114fa0f594b97a3de2fd67a1b90
parent3fd08a1595299cdd0558978c4ce4c3fc98a8fb06
Fixed bug #73730 (textdomain(null) throws in strict mode)

The $text_domain parameter may be NULL, which we have to cater to
explicitly with regard to strict_types.
NEWS
ext/gettext/gettext.c
ext/gettext/tests/bug73730.phpt [new file with mode: 0644]