summaryrefslogtreecommitdiff
path: root/ext/json/utf8_to_utf16.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #63588 Duplicate implementation of php_next_utf8_charRemi Collet2012-11-251-59/+0
| | | | | | | | | 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.
* Add unescaped Unicode encoding to json_encode(). Closes bug #53946. Patch by ↵Gwynne Raskind2011-08-291-6/+9
| | | | Irker and Gwynne.
* MFH Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded correctly.Scott MacVicar2009-01-021-1/+1
|
* fix #43941: invalid utf-8 not acceptedStanislav Malyshev2008-01-301-1/+1
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-05-051-0/+56