<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/zlib, branch php-7.3.0RC3</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-7.2' into PHP-7.3</title>
<updated>2018-09-08T17:13:26+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-09-08T17:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=58e2f5ead162280e124d41c9b9bc2e9cb3660b06'/>
<id>58e2f5ead162280e124d41c9b9bc2e9cb3660b06</id>
<content type='text'>
* PHP-7.2:
  Fix #75273: php_zlib_inflate_filter() may not update bytes_consumed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #75273: php_zlib_inflate_filter() may not update bytes_consumed
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2018-09-08T17:09:56+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-09-08T17:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fa70b91a4f71ff6ed9dabde868b785267ae9d189'/>
<id>fa70b91a4f71ff6ed9dabde868b785267ae9d189</id>
<content type='text'>
* PHP-7.1:
  Fix #75273: php_zlib_inflate_filter() may not update bytes_consumed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix #75273: php_zlib_inflate_filter() may not update bytes_consumed
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #75273: php_zlib_inflate_filter() may not update bytes_consumed</title>
<updated>2018-09-08T17:01:36+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-09-08T16:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=90d863898cd4d7a1e073916b4730aca33cc29184'/>
<id>90d863898cd4d7a1e073916b4730aca33cc29184</id>
<content type='text'>
Whenever we return with `PSFS_PASS_ON`, we need to update
`bytes_consumed` to not mislead the caller.  Instead of fixing the
respective `if` clauses, we eschew the early bail-outs to simplify the
code a bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Whenever we return with `PSFS_PASS_ON`, we need to update
`bytes_consumed` to not mislead the caller.  Instead of fixing the
respective `if` clauses, we eschew the early bail-outs to simplify the
code a bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2018-08-06T07:39:52+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-08-06T07:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fefaeae49c743e85309c82b92a2c154a0d5b2c60'/>
<id>fefaeae49c743e85309c82b92a2c154a0d5b2c60</id>
<content type='text'>
* PHP-7.2:
  Fix bug #76709: Minimal required zlib library is 1.2.0.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix bug #76709: Minimal required zlib library is 1.2.0.4
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2018-08-06T07:39:33+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-08-06T07:39:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fab7d9f5776dc4359cb84c983dd7816edfe0ff65'/>
<id>fab7d9f5776dc4359cb84c983dd7816edfe0ff65</id>
<content type='text'>
* PHP-7.1:
  Fix bug #76709: Minimal required zlib library is 1.2.0.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix bug #76709: Minimal required zlib library is 1.2.0.4
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #76709: Minimal required zlib library is 1.2.0.4</title>
<updated>2018-08-06T07:37:16+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-08-06T07:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a3e3d914edffc3128b67ba73ca7dc85c07aede43'/>
<id>a3e3d914edffc3128b67ba73ca7dc85c07aede43</id>
<content type='text'>
The minimal required version of zlib system library is 1.2.0.4 instead
of 1.0.9 as reported in the ./configure --help.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The minimal required version of zlib system library is 1.2.0.4 instead
of 1.0.9 as reported in the ./configure --help.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2018-08-06T04:16:07+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-08-06T04:16:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=523cf6e2e74d36f962f0b1c53badc455591053b2'/>
<id>523cf6e2e74d36f962f0b1c53badc455591053b2</id>
<content type='text'>
* PHP-7.2:
  Fix bug #65988: Zlib version check fails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix bug #65988: Zlib version check fails
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2018-08-06T04:15:51+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-08-06T04:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eceecb69000de0dae3b7c35eca2700e1a9104444'/>
<id>eceecb69000de0dae3b7c35eca2700e1a9104444</id>
<content type='text'>
* PHP-7.1:
  Fix bug #65988: Zlib version check fails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix bug #65988: Zlib version check fails
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #65988: Zlib version check fails</title>
<updated>2018-08-06T04:14:11+00:00</updated>
<author>
<name>Jay Bonci</name>
<email>jay@bonci.net</email>
</author>
<published>2018-08-06T04:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c8a90606c186cc746b717777b4adb20a515e6afd'/>
<id>c8a90606c186cc746b717777b4adb20a515e6afd</id>
<content type='text'>
When an 'include/zlib/' style dir is passed to --with-zlib configure
option the zlib version check fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When an 'include/zlib/' style dir is passed to --with-zlib configure
option the zlib version check fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim trailing whitespaces in build files</title>
<updated>2018-07-29T01:43:45+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>petk@php.net</email>
</author>
<published>2018-07-29T01:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cf3b852109a88a11370d0207cd3b72a53b6a64c3'/>
<id>cf3b852109a88a11370d0207cd3b72a53b6a64c3</id>
<content type='text'>
Some editors utilizing .editorconfig automatically trim whitespaces. For
convenience this patch removes whitespaces in certain build files:
- ext/*/config*.m4
- configure.ac
- acinclude.m4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some editors utilizing .editorconfig automatically trim whitespaces. For
convenience this patch removes whitespaces in certain build files:
- ext/*/config*.m4
- configure.ac
- acinclude.m4
</pre>
</div>
</content>
</entry>
</feed>
