<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/json/JSON_parser.c, branch php-5.4.6</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/'/>
<entry>
<title>Fix Bug #53963, error code isn't always set in certain error cases.</title>
<updated>2011-02-09T08:05:00+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2011-02-09T08:05:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=18b7f018e369977069a3cf27ee483a709a9ecb4e'/>
<id>18b7f018e369977069a3cf27ee483a709a9ecb4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbers</title>
<updated>2010-05-21T22:59:58+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2010-05-21T22:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=6eb4218433e5b2af2974648b31ca434b1aa4e314'/>
<id>6eb4218433e5b2af2974648b31ca434b1aa4e314</id>
<content type='text'>
as strings rather than casting to double and loosing precision.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as strings rather than casting to double and loosing precision.

</pre>
</div>
</content>
</entry>
<entry>
<title>Cast to unsigned char to prevent compiler warning</title>
<updated>2009-05-19T16:06:00+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2009-05-19T16:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=9e230424b568dde3531273ae4b3e06273c03c66f'/>
<id>9e230424b568dde3531273ae4b3e06273c03c66f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH Allow a custom recursion depth to be specified for json_decode()</title>
<updated>2009-05-14T22:02:08+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2009-05-14T22:02:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=d2a7785878c37fc7b4eac25b5649cade5b745f01'/>
<id>d2a7785878c37fc7b4eac25b5649cade5b745f01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Avoid 2 conversions when decoding numbers</title>
<updated>2009-03-19T19:26:00+00:00</updated>
<author>
<name>Matt Wilmas</name>
<email>mattwil@php.net</email>
</author>
<published>2009-03-19T19:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=91d325dd729391b74d1cf5410778a27bbba84041'/>
<id>91d325dd729391b74d1cf5410778a27bbba84041</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH Deal with overflow when decoding large numbers</title>
<updated>2009-03-17T14:57:39+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2009-03-17T14:57:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=3a0c86327f891a3d150bc8165d5ec86d09bc94a8'/>
<id>3a0c86327f891a3d150bc8165d5ec86d09bc94a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH Fix bug #47644 - Valid integers are truncated with json_decode()</title>
<updated>2009-03-17T02:00:13+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2009-03-17T02:00:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=07e675cc52955329a24b38b51ec841675c0eb16d'/>
<id>07e675cc52955329a24b38b51ec841675c0eb16d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH Add json_last_error() for getting a bit of information about what failed during a decode, also fixes a segfault when we have [1}</title>
<updated>2008-12-19T02:00:57+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2008-12-19T02:00:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=fdf2d1e46f4b6bd08e600b08b8d29ac7f694d2cf'/>
<id>fdf2d1e46f4b6bd08e600b08b8d29ac7f694d2cf</id>
<content type='text'>
[DOC]

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[DOC]

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH Fix Windows build</title>
<updated>2008-12-17T15:46:21+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2008-12-17T15:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=6393540c75030a3c534be0592e447e1805acb8d4'/>
<id>6393540c75030a3c534be0592e447e1805acb8d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the JSON parser with that on json.org, biggest change here is code readability. Less magic numbers in the state table.</title>
<updated>2008-12-17T14:40:06+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2008-12-17T14:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=8ef7fe1d996c702d37d21cbea0e2a28b1013ed4a'/>
<id>8ef7fe1d996c702d37d21cbea0e2a28b1013ed4a</id>
<content type='text'>
Add missing reflection information to json_encode()
Fixes bug #45791 with 0e0 not being supported as a value
Error values are stored when encountered during parsing

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing reflection information to json_encode()
Fixes bug #45791 with 0e0 not being supported as a value
Error values are stored when encountered during parsing

</pre>
</div>
</content>
</entry>
</feed>
