]> granicus.if.org Git - php/commit
Fix #76556: get_debug_info handler for BreakIterator shows wrong type
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 30 Jun 2018 17:41:55 +0000 (19:41 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 30 Jun 2018 21:15:02 +0000 (23:15 +0200)
commit1118fca75dca112e7a6aa60296626733ccfc4284
tree0abd7479e2bbbabd368ab711964bbf8e5dc40f77
parent9b0df97a42749464069859c5ca77c0241a8b05ca
Fix #76556: get_debug_info handler for BreakIterator shows wrong type

We use the retrieved type for the "type" element instead of the text.
This has been confused during the PHP 7 upgrade[1].

[1] http://git.php.net/?p=php-src.git;a=commit;h=1d793348067e5769144c0f7efd86428a4137baec
NEWS
ext/intl/breakiterator/breakiterator_class.cpp
ext/intl/tests/bug76556.phpt [new file with mode: 0644]