<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git, branch php-7.4.3</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>Update versions for PHP 7.4.3</title>
<updated>2020-02-18T11:52:59+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2020-02-18T11:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1bc56dbdba68f3729639db584a7d23c710f4b24a'/>
<id>1bc56dbdba68f3729639db584a7d23c710f4b24a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS</title>
<updated>2020-02-18T10:15:40+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2020-02-18T10:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9d63514d3574ed3b526358a6690aff56d27274b3'/>
<id>9d63514d3574ed3b526358a6690aff56d27274b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix # 79171: heap-buffer-overflow in phar_extract_file</title>
<updated>2020-02-18T09:48:25+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-01-26T15:03:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b97a9718c83380eff20ae1be22f2a5a4f7a53d89'/>
<id>b97a9718c83380eff20ae1be22f2a5a4f7a53d89</id>
<content type='text'>
We must not access memory outside of the allocated buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We must not access memory outside of the allocated buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #79221 - Null Pointer Dereference in PHP Session Upload Progress</title>
<updated>2020-02-18T09:48:25+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2020-02-16T04:52:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e73d8e2627e6e0aa91441ffa745661c6664906f1'/>
<id>e73d8e2627e6e0aa91441ffa745661c6664906f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-access permissions</title>
<updated>2020-02-18T09:48:25+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2020-02-16T06:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ead40a66785aedaa393f953a0ed9224adaf040cd'/>
<id>ead40a66785aedaa393f953a0ed9224adaf040cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #79247: Garbage collecting variant objects segfaults</title>
<updated>2020-02-13T14:09:24+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-02-08T09:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7acaa4020d0eeb2911e70148ac57787f085e03e0'/>
<id>7acaa4020d0eeb2911e70148ac57787f085e03e0</id>
<content type='text'>
variant objects have no (declared) properties, so the `get_properties`
handlers returns a pointer to constant storage for efficiency reasons.
This pointer must not be returned from the `get_gc` handler, though;
instead we set up an own `get_gc` handler and return NULL from it, to
signal that there are no properties to collect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
variant objects have no (declared) properties, so the `get_properties`
handlers returns a pointer to constant storage for efficiency reasons.
This pointer must not be returned from the `get_gc` handler, though;
instead we set up an own `get_gc` handler and return NULL from it, to
signal that there are no properties to collect.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS for PHP 7.4.3RC1</title>
<updated>2020-02-04T09:48:19+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2020-02-04T09:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=724197360831051b02cb28111a456e5716e8f0c8'/>
<id>724197360831051b02cb28111a456e5716e8f0c8</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>2020-02-03T23:45:54+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-02-03T23:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a0c93bf65eb41ecb2c10c22294ef6ade631f42be'/>
<id>a0c93bf65eb41ecb2c10c22294ef6ade631f42be</id>
<content type='text'>
* PHP-7.3:
  Fix #78090: bug45161.phpt takes forever to finish
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #78090: bug45161.phpt takes forever to finish
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78090: bug45161.phpt takes forever to finish</title>
<updated>2020-02-03T23:44:04+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-02-03T10:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=079905acd536e772241def9ad098d16f45ef37d8'/>
<id>079905acd536e772241def9ad098d16f45ef37d8</id>
<content type='text'>
Not all systems support the discard protocol (TCP port 9), and since
there is no particular reason to use it, we switch to using actual
server testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not all systems support the discard protocol (TCP port 9), and since
there is no particular reason to use it, we switch to using actual
server testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2020-02-03T22:33:20+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-02-03T22:32:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3fb41c202801ef26cd20c5778c17a899913eb3d1'/>
<id>3fb41c202801ef26cd20c5778c17a899913eb3d1</id>
<content type='text'>
* PHP-7.3:
  Fix #79191: Error in SoapClient ctor disables DOMDocument::save()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #79191: Error in SoapClient ctor disables DOMDocument::save()
</pre>
</div>
</content>
</entry>
</feed>
