<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext, branch php-7.1.0alpha3</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>Bump versions/dates for release of 7.1.0alpha3</title>
<updated>2016-07-06T05:52:18+00:00</updated>
<author>
<name>Davey Shafik</name>
<email>me@daveyshafik.com</email>
</author>
<published>2016-07-05T19:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cd162bd4abf6ecac38f2cd975b95877a874ff2ce'/>
<id>cd162bd4abf6ecac38f2cd975b95877a874ff2ce</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 'master' of http://git.php.net/repository/php-src</title>
<updated>2016-07-05T14:59:20+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2016-07-05T14:59:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5cb774faf1a0bcae8d474225b60630d2b470fb93'/>
<id>5cb774faf1a0bcae8d474225b60630d2b470fb93</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-7.0'</title>
<updated>2016-07-05T14:57:32+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-07-05T14:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=441d44c2eb8239895b83315a9baa852ce48be28a'/>
<id>441d44c2eb8239895b83315a9baa852ce48be28a</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-7.0'</title>
<updated>2016-07-05T14:56:39+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2016-07-05T14:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=411c809787ddf36dde2516acb4b07ce045714cd7'/>
<id>411c809787ddf36dde2516acb4b07ce045714cd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>base64_decode: fix bug #72264 ('VV= =' shouldn't fail in strict mode)</title>
<updated>2016-07-05T14:51:36+00:00</updated>
<author>
<name>Lauri Kenttä</name>
<email>lauri.kentta@gmail.com</email>
</author>
<published>2016-05-25T19:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3380acbdd40f504b08b64c01960dbe8afc91d7ea'/>
<id>3380acbdd40f504b08b64c01960dbe8afc91d7ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>base64_decode: remove redundant code</title>
<updated>2016-07-05T14:51:36+00:00</updated>
<author>
<name>Lauri Kenttä</name>
<email>lauri.kentta@gmail.com</email>
</author>
<published>2016-05-25T16:52:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=77e8c299bae3787c71634e160995a29ef239e087'/>
<id>77e8c299bae3787c71634e160995a29ef239e087</id>
<content type='text'>
case 1 is already handled in the first lines of the for loop;
it would only be entered in the invalid case where the string
continues past the defined length (ch != 0 but length-- == 0).

case 2 and case 3 are redundant, since k &gt;= j and later the
string is truncated to j characters anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
case 1 is already handled in the first lines of the for loop;
it would only be entered in the invalid case where the string
continues past the defined length (ch != 0 but length-- == 0).

case 2 and case 3 are redundant, since k &gt;= j and later the
string is truncated to j characters anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>base64_decode: fix bug #72263 (skips char after padding)</title>
<updated>2016-07-05T14:51:36+00:00</updated>
<author>
<name>Lauri Kenttä</name>
<email>lauri.kentta@gmail.com</email>
</author>
<published>2016-05-25T17:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6d17ee744f52db2e6e598fd510dee8ba039480f2'/>
<id>6d17ee744f52db2e6e598fd510dee8ba039480f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>base64_decode: fix bug #72152 (fail on NUL bytes in strict mode)</title>
<updated>2016-07-05T14:51:36+00:00</updated>
<author>
<name>Lauri Kenttä</name>
<email>lauri.kentta@gmail.com</email>
</author>
<published>2016-05-25T18:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=260c07db850266d2d65cff446ec98d4a4752d41c'/>
<id>260c07db850266d2d65cff446ec98d4a4752d41c</id>
<content type='text'>
This added check is actually for NOT failing in NON-strict mode.
The ch == -2 check later causes the desired failure in strict mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This added check is actually for NOT failing in NON-strict mode.
The ch == -2 check later causes the desired failure in strict mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>base64_decode: remove redundant check</title>
<updated>2016-07-05T14:51:36+00:00</updated>
<author>
<name>Lauri Kenttä</name>
<email>lauri.kentta@gmail.com</email>
</author>
<published>2016-05-25T18:15:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fbc74bb5f9df22a038a00f1f0e2437f1def81b93'/>
<id>fbc74bb5f9df22a038a00f1f0e2437f1def81b93</id>
<content type='text'>
If length == 0 || *current != '=' is false, the for loop will always
end up in this same point, until the if statement becomes true.
Thus, the if statement is not needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If length == 0 || *current != '=' is false, the for loop will always
end up in this same point, until the if statement becomes true.
Thus, the if statement is not needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>base64_decode: reorder to fix out of bounds read</title>
<updated>2016-07-05T14:51:36+00:00</updated>
<author>
<name>Lauri Kenttä</name>
<email>lauri.kentta@gmail.com</email>
</author>
<published>2016-05-25T17:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=59d36bfcf2b3241843883f6f728e1b93224df12a'/>
<id>59d36bfcf2b3241843883f6f728e1b93224df12a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
