<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/main, branch php-7.3.20</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 version to 7.3.20</title>
<updated>2020-07-07T07:02:09+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-07-07T07:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f1a84334be96b4b440fa9726ae8bb116e509455a'/>
<id>f1a84334be96b4b440fa9726ae8bb116e509455a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 7.3.20RC1</title>
<updated>2020-06-23T07:17:34+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-06-23T07:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a20c3d4f45a4bcacdf22445455967873b66655e3'/>
<id>a20c3d4f45a4bcacdf22445455967873b66655e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix possibly unsupported timercmp() usage</title>
<updated>2020-06-09T14:52:19+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-06-09T08:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7ac0fb5ae48b2513c8949780c2b067be7bfdceb0'/>
<id>7ac0fb5ae48b2513c8949780c2b067be7bfdceb0</id>
<content type='text'>
The `timercmp()` manpage[1] points out that some systems have a broken
implementation which does not support `&gt;=`.  This is definitely the
case for the Windows SDK, which only supports `&lt;` and `&gt;`.

[1] &lt;https://linux.die.net/man/3/timercmp&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `timercmp()` manpage[1] points out that some systems have a broken
implementation which does not support `&gt;=`.  This is definitely the
case for the Windows SDK, which only supports `&lt;` and `&gt;`.

[1] &lt;https://linux.die.net/man/3/timercmp&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>7.3.20 will be next</title>
<updated>2020-05-26T08:53:22+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-05-26T08:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c249f593efa7f7d944574639efb903fc85fd53d6'/>
<id>c249f593efa7f7d944574639efb903fc85fd53d6</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.2' into PHP-7.3</title>
<updated>2020-05-11T21:20:41+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2020-05-11T21:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f43041250f82ed69bd4575655984fbfc842da266'/>
<id>f43041250f82ed69bd4575655984fbfc842da266</id>
<content type='text'>
* PHP-7.2:
  Fix #78876: Long variables cause OOM and temp files are not cleaned
  Fix #78875: Long filenames cause OOM and temp files are not cleaned
  Update NEWS for 7.2.31
  Update CREDITS for PHP 7.2.30
  Update NEWS for PHP 7.2.30
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #78876: Long variables cause OOM and temp files are not cleaned
  Fix #78875: Long filenames cause OOM and temp files are not cleaned
  Update NEWS for 7.2.31
  Update CREDITS for PHP 7.2.30
  Update NEWS for PHP 7.2.30
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78876: Long variables cause OOM and temp files are not cleaned</title>
<updated>2020-05-11T20:48:40+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-03-18T09:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3c8582ca4b8e84e5647220b647914876d2c3b124'/>
<id>3c8582ca4b8e84e5647220b647914876d2c3b124</id>
<content type='text'>
We use the proper type for size calculations, which is `size_t`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use the proper type for size calculations, which is `size_t`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78875: Long filenames cause OOM and temp files are not cleaned</title>
<updated>2020-05-11T20:47:38+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-03-18T09:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1c9bd513ac5c7c1d13d7f0dfa7c16a7ad2ce0f87'/>
<id>1c9bd513ac5c7c1d13d7f0dfa7c16a7ad2ce0f87</id>
<content type='text'>
We must not cast `size_t` to `int` (unless the `size_t` value is
guaranteed to be less than or equal to `INT_MAX`).  In this case we can
declare `array_len` as `size_t` in the first place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We must not cast `size_t` to `int` (unless the `size_t` value is
guaranteed to be less than or equal to `INT_MAX`).  In this case we can
declare `array_len` as `size_t` in the first place.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix default sendmail path when not found during build</title>
<updated>2020-05-11T08:45:23+00:00</updated>
<author>
<name>Indrek Ardel</name>
<email>indrek@ardel.eu</email>
</author>
<published>2020-05-09T00:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=517431892b292b039784c64decfb161f4a0664e9'/>
<id>517431892b292b039784c64decfb161f4a0664e9</id>
<content type='text'>
Closes GH-5548.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5548.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version</title>
<updated>2020-04-28T07:10:50+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-04-28T07:10:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6998cc502997336125a75987efda563a770ab839'/>
<id>6998cc502997336125a75987efda563a770ab839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #79468</title>
<updated>2020-04-14T14:27:28+00:00</updated>
<author>
<name>dinosaur</name>
<email>thedinosaurmail@gmail.com</email>
</author>
<published>2020-04-13T23:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=13842eda375a87543650fbf95ffc64f00f3586fc'/>
<id>13842eda375a87543650fbf95ffc64f00f3586fc</id>
<content type='text'>
Close the stream filter resources when removing them from the stream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close the stream filter resources when removing them from the stream.
</pre>
</div>
</content>
</entry>
</feed>
