]> granicus.if.org Git - php/commit
Fixed bug #63588 Duplicate implementation of php_next_utf8_char
authorRemi Collet <remi@php.net>
Sun, 25 Nov 2012 07:14:23 +0000 (08:14 +0100)
committerRemi Collet <remi@php.net>
Sun, 25 Nov 2012 07:14:23 +0000 (08:14 +0100)
commit289bb339c9e722ff3017ec58fdef7300f39b8e6d
treed4a123d1c318b8e1339a4cf2ed1d32564ef8f1e5
parent8d2c44b59dfc6c5c608121546edac5840def3f9a
Fixed bug #63588 Duplicate implementation of php_next_utf8_char

Json use an utf8 parser from a third party library, switch to
our implementation of php_next_utf8_char.
This also helps on solving #63520. All the unit tests succeed.
Our implementation also seems a little faster.

json.dsp need to be regenerated.
NEWS
ext/json/config.m4
ext/json/config.w32
ext/json/json.c
ext/json/utf8_to_utf16.c [deleted file]
ext/json/utf8_to_utf16.h [deleted file]