On Sun, Jun 7, 2015 at 8:55 PM, Christoph Becker wrote:
> Jakub Zelenka wrote:
>
> > On Thu, May 28, 2015 at 7:53 PM, Jakub Zelenka wrote:
> >
> >> There are two issues (reported bugs but not really bugs) in json_decode
> >> related to \u escape.
> >>
> >> First one is
> >> json_decode('{"\u
Jakub Zelenka wrote:
> On Thu, May 28, 2015 at 7:53 PM, Jakub Zelenka wrote:
>
>> There are two issues (reported bugs but not really bugs) in json_decode
>> related to \u escape.
>>
>> First one is
>> json_decode('{"\u": 1}');
>> reported in https://bugs.php.net/bug.php?id=68546
>>
>> That c
Hi,
On Thu, May 28, 2015 at 7:53 PM, Jakub Zelenka wrote:
> Hi,
>
> There are two issues (reported bugs but not really bugs) in json_decode
> related to \u escape.
>
> First one is
> json_decode('{"\u": 1}');
> reported in https://bugs.php.net/bug.php?id=68546
>
> That code result in fatal e