<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/json/tests, branch php-5.6.0RC2</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Merge branch 'PHP-5.5' into PHP-5.6</title>
<updated>2014-04-14T01:56:16+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2014-04-14T01:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7c9209a0d1bba946c36f3df7745c0bc565adf632'/>
<id>7c9209a0d1bba946c36f3df7745c0bc565adf632</id>
<content type='text'>
* PHP-5.5:
  Fix #66021 (Blank line inside empty array/object)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  Fix #66021 (Blank line inside empty array/object)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2014-04-14T01:55:28+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2014-04-14T01:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9bba219c75b0fa82846bc2fa260888cdc97ac6e6'/>
<id>9bba219c75b0fa82846bc2fa260888cdc97ac6e6</id>
<content type='text'>
* PHP-5.4:
  Fix #66021 (Blank line inside empty array/object)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Fix #66021 (Blank line inside empty array/object)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pull-request/518' into PHP-5.4</title>
<updated>2014-04-14T01:50:39+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2014-04-14T01:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5e66ce929350b98003becd362464d47e8f49c8fb'/>
<id>5e66ce929350b98003becd362464d47e8f49c8fb</id>
<content type='text'>
* pull-request/518:
  Fix #66021 (Blank line inside empty array/object)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pull-request/518:
  Fix #66021 (Blank line inside empty array/object)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed case part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")</title>
<updated>2013-11-11T22:54:16+00:00</updated>
<author>
<name>Andrea Faulds</name>
<email>ajf@ajf.me</email>
</author>
<published>2013-09-17T19:12:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=91779db95b21bf23a565f9bae6025abe52e9a27c'/>
<id>91779db95b21bf23a565f9bae6025abe52e9a27c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2013-11-10T21:11:28+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2013-11-10T21:11:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=304bff90f42479d412e4124c11803f384cae909d'/>
<id>304bff90f42479d412e4124c11803f384cae909d</id>
<content type='text'>
* PHP-5.4:
  Update NEWS and remove the unnecessary UPGRADING note.
  UPGRADING and NEWS
  Better test: Check combined leading/trailing
  Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Update NEWS and remove the unnecessary UPGRADING note.
  UPGRADING and NEWS
  Better test: Check combined leading/trailing
  Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #66021 (Blank line inside empty array/object)</title>
<updated>2013-11-02T19:59:11+00:00</updated>
<author>
<name>Kevin Israel</name>
<email>pleasestand@live.com</email>
</author>
<published>2013-11-02T19:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=82a4f1a1a287d9dbf01156bc14ceb13ccbf16d7a'/>
<id>82a4f1a1a287d9dbf01156bc14ceb13ccbf16d7a</id>
<content type='text'>
Changed json_encode() so that when the JSON_PRETTY_PRINT option is specified,
the pair of linefeeds immediately after an opening bracket and before the
corresponding closing bracket is omitted when the array or object contains no
elements or accessible properties (and hence would have a blank line between
the brackets).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed json_encode() so that when the JSON_PRETTY_PRINT option is specified,
the pair of linefeeds immediately after an opening bracket and before the
corresponding closing bracket is omitted when the array or object contains no
elements or accessible properties (and hence would have a blank line between
the brackets).
</pre>
</div>
</content>
</entry>
<entry>
<title>Better test: Check combined leading/trailing</title>
<updated>2013-10-15T20:42:31+00:00</updated>
<author>
<name>Andrea Faulds</name>
<email>ajf@ajf.me</email>
</author>
<published>2013-10-15T20:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8495d6303400edd9b84a6febd2a6b62b38e11c97'/>
<id>8495d6303400edd9b84a6febd2a6b62b38e11c97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")</title>
<updated>2013-09-17T19:09:52+00:00</updated>
<author>
<name>Andrea Faulds</name>
<email>ajf@ajf.me</email>
</author>
<published>2013-09-10T21:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2524428504ec9e154b01db7f6040e42c1bc89ada'/>
<id>2524428504ec9e154b01db7f6040e42c1bc89ada</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2012-12-11T11:53:02+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2012-12-11T11:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8bb106d20c8f36d814772c45d693af2b42b06732'/>
<id>8bb106d20c8f36d814772c45d693af2b42b06732</id>
<content type='text'>
* PHP-5.4:
  Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.</title>
<updated>2012-12-11T11:51:30+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2012-12-11T11:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2d1694d4ebd51ab61f12e6bc545a17e3baf3b4a0'/>
<id>2d1694d4ebd51ab61f12e6bc545a17e3baf3b4a0</id>
<content type='text'>
Fixes bug #63737 (json_decode does not properly decode with options parameter).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug #63737 (json_decode does not properly decode with options parameter).
</pre>
</div>
</content>
</entry>
</feed>
