<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/bcmath/libbcmath, branch master</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 memory leak with bcsqrt on number 0&lt;X&lt;1</title>
<updated>2020-11-12T10:37:54+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-11-12T10:37:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=3d2819e491aee6a504a54e15f6eafa9707a1ce67'/>
<id>3d2819e491aee6a504a54e15f6eafa9707a1ce67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Promote some warnings in BCMath to Errors</title>
<updated>2020-09-11T15:40:06+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2020-09-11T15:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=cd05b56a6f7d4f03a80f86c15248eda995b1762e'/>
<id>cd05b56a6f7d4f03a80f86c15248eda995b1762e</id>
<content type='text'>
Also do a bit of refactoring at the same time.

Closes GH-6105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also do a bit of refactoring at the same time.

Closes GH-6105
</pre>
</div>
</content>
</entry>
<entry>
<title>make bcpowmod stricter by not returning false, instead throw exception</title>
<updated>2020-06-22T07:31:55+00:00</updated>
<author>
<name>Vladyslav Startsev</name>
<email>17382248+vladyslavstartsev@users.noreply.github.com</email>
</author>
<published>2020-06-20T15:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=2c97b401c61ad09ea0bb0045314b410a97e1d4ac'/>
<id>2c97b401c61ad09ea0bb0045314b410a97e1d4ac</id>
<content type='text'>
Closes GH-5747
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5747
</pre>
</div>
</content>
</entry>
<entry>
<title>Make error messages more consistent by fixing capitalization</title>
<updated>2020-01-17T13:52:46+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-01-15T10:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=d1764ca33018f1f2e4a05926c879c67ad4aa8da5'/>
<id>d1764ca33018f1f2e4a05926c879c67ad4aa8da5</id>
<content type='text'>
Closes GH-5066 As a first step, let's capitalize their initial letter when it is applicable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5066 As a first step, let's capitalize their initial letter when it is applicable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78880: Final spelling fixes</title>
<updated>2020-01-16T18:14:31+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-01-16T18:04:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=afdaa91170a1f7b0387cf577d957d4d6c015c136'/>
<id>afdaa91170a1f7b0387cf577d957d4d6c015c136</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.3' into PHP-7.4</title>
<updated>2019-12-16T08:39:37+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2019-12-16T08:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=d9f57e8316808341a849b38b2034348bea332982'/>
<id>d9f57e8316808341a849b38b2034348bea332982</id>
<content type='text'>
* PHP-7.3:
  Fixed bug #78910
  Fix #78878: Buffer underflow in bc_shift_addsub
  Fix test
  Fix #78862: link() silently truncates after a null byte on Windows
  Fix #78863: DirectoryIterator class silently truncates after a null byte
  Fix #78943: mail() may release string with refcount==1 twice
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fixed bug #78910
  Fix #78878: Buffer underflow in bc_shift_addsub
  Fix test
  Fix #78862: link() silently truncates after a null byte on Windows
  Fix #78863: DirectoryIterator class silently truncates after a null byte
  Fix #78943: mail() may release string with refcount==1 twice
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-12-16T08:38:54+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2019-12-16T08:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=a65b8abf2c9702503591d894ddac0b2f046950b6'/>
<id>a65b8abf2c9702503591d894ddac0b2f046950b6</id>
<content type='text'>
* PHP-7.2:
  Fixed bug #78910
  Fix #78878: Buffer underflow in bc_shift_addsub
  Fix test
  Fix #78862: link() silently truncates after a null byte on Windows
  Fix #78863: DirectoryIterator class silently truncates after a null byte
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fixed bug #78910
  Fix #78878: Buffer underflow in bc_shift_addsub
  Fix test
  Fix #78862: link() silently truncates after a null byte on Windows
  Fix #78863: DirectoryIterator class silently truncates after a null byte
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78878: Buffer underflow in bc_shift_addsub</title>
<updated>2019-12-16T08:05:03+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-11-30T11:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=eb23c6008753b1cdc5359dead3a096dce46c9018'/>
<id>eb23c6008753b1cdc5359dead3a096dce46c9018</id>
<content type='text'>
We must not rely on `isdigit()` to detect digits, since we only support
decimal ASCII digits in the following processing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We must not rely on `isdigit()` to detect digits, since we only support
decimal ASCII digits in the following processing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix leak in bcpowmod</title>
<updated>2019-06-21T10:56:28+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-06-21T10:17:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=f781c8f1100ebefec800889171f4c8d0cf3c6637'/>
<id>f781c8f1100ebefec800889171f4c8d0cf3c6637</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn about non well-formed arguments in bcmath</title>
<updated>2019-05-14T13:04:21+00:00</updated>
<author>
<name>vladyslavstartsev</name>
<email>vladyslavstartsev@gmail.com</email>
</author>
<published>2019-04-30T14:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=a07d422ade48e875740a6733543179e7f67a573e'/>
<id>a07d422ade48e875740a6733543179e7f67a573e</id>
<content type='text'>
Co-Authored-By: Nikita Popov &lt;nikita.ppv@googlemail.com&gt;
Co-Authored-By: Christoph M. Becker &lt;cmbecker69@gmx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Nikita Popov &lt;nikita.ppv@googlemail.com&gt;
Co-Authored-By: Christoph M. Becker &lt;cmbecker69@gmx.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
