<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/bcmath/libbcmath/src, branch php-7.2.2</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.1' into PHP-7.2</title>
<updated>2017-09-11T21:52:14+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-09-11T21:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=77f3cef35ced72f4aa873427ec053763ed3f3771'/>
<id>77f3cef35ced72f4aa873427ec053763ed3f3771</id>
<content type='text'>
* PHP-7.1:
  Fixed bug #46781 (BC math handles minus zero incorrectly)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fixed bug #46781 (BC math handles minus zero incorrectly)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0' into PHP-7.1</title>
<updated>2017-09-11T21:46:21+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-09-11T21:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=87a91aef835c2c361e93b4352636f0dcb3275ac9'/>
<id>87a91aef835c2c361e93b4352636f0dcb3275ac9</id>
<content type='text'>
* PHP-7.0:
  Fixed bug #46781 (BC math handles minus zero incorrectly)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.0:
  Fixed bug #46781 (BC math handles minus zero incorrectly)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #46781 (BC math handles minus zero incorrectly)</title>
<updated>2017-09-11T21:44:23+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-09-11T21:44:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9aa6898b9be78bb1e138488c3204bb745a31aca7'/>
<id>9aa6898b9be78bb1e138488c3204bb745a31aca7</id>
<content type='text'>
Actually, there is no negative zero at all.  We obey Postel's law, and
still accept negative zeroes, but we store them as positive zeroes
after the conversion from string, i.e. we normalize before further
processing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actually, there is no negative zero at all.  We obey Postel's law, and
still accept negative zeroes, but we store them as positive zeroes
after the conversion from string, i.e. we normalize before further
processing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2017-09-09T11:30:40+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-09-09T11:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=21eab49a535f2fe7cead489e90de6409d7ccb3aa'/>
<id>21eab49a535f2fe7cead489e90de6409d7ccb3aa</id>
<content type='text'>
* PHP-7.1:
  Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0' into PHP-7.1</title>
<updated>2017-09-09T11:20:14+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-09-09T11:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=afa39038c2e7f30bb39ceba3c7997869a2cc8080'/>
<id>afa39038c2e7f30bb39ceba3c7997869a2cc8080</id>
<content type='text'>
* PHP-7.0:
  Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.0:
  Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)</title>
<updated>2017-09-09T11:18:26+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-09-09T11:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=44eec946e8c6c830992572e15e4b63b4dd92abdf'/>
<id>44eec946e8c6c830992572e15e4b63b4dd92abdf</id>
<content type='text'>
Since `bcpowmod()` does not support non-integral operands, we have to
truncate these in addition to emitting a respective warning. We also
have to work with the truncated values in the following.

We recognize that the division by one to enforce the truncation is
actually overkill, but we stick with it for now, and shall tackle the
issue for PHP 7.3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since `bcpowmod()` does not support non-integral operands, we have to
truncate these in addition to emitting a respective warning. We also
have to work with the truncated values in the following.

We recognize that the division by one to enforce the truncation is
actually overkill, but we stick with it for now, and shall tackle the
issue for PHP 7.3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2017-09-06T22:38:59+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-09-06T22:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d01453b1294d4c937c344b567fb37be546dfdf43'/>
<id>d01453b1294d4c937c344b567fb37be546dfdf43</id>
<content type='text'>
* PHP-7.1:
  Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0' into PHP-7.1</title>
<updated>2017-09-06T22:32:39+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-09-06T22:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0f88a49fd511e6c68d004cc4aecd7aae76dbd63f'/>
<id>0f88a49fd511e6c68d004cc4aecd7aae76dbd63f</id>
<content type='text'>
* PHP-7.0:
  Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.0:
  Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)</title>
<updated>2017-09-06T22:30:05+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-09-06T22:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b2919853f867ca7948e1c80c48eb868eae4ba882'/>
<id>b2919853f867ca7948e1c80c48eb868eae4ba882</id>
<content type='text'>
`x mod 1` is always zero; we have to take the scale into account,
though.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`x mod 1` is always zero; we have to take the scale into account,
though.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2017-09-06T21:41:46+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-09-06T21:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5ce744091c4c51fae7e46d48d146f35479094e3a'/>
<id>5ce744091c4c51fae7e46d48d146f35479094e3a</id>
<content type='text'>
* PHP-7.1:
  Fixed bug #44995 (bcpowmod() fails if scale != 0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fixed bug #44995 (bcpowmod() fails if scale != 0)
</pre>
</div>
</content>
</entry>
</feed>
