<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/NEWS, branch php-7.3.12</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>Prepare PHP 7.3.12</title>
<updated>2019-11-19T09:24:27+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-11-19T09:24:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8232d6f6bd422b34744c26445c52449fcb1e2033'/>
<id>8232d6f6bd422b34744c26445c52449fcb1e2033</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare 7.3.12RC1</title>
<updated>2019-11-05T16:46:34+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-11-05T16:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e75d58b4e43732ec4a7371bdb200d2eb9c5bc65d'/>
<id>e75d58b4e43732ec4a7371bdb200d2eb9c5bc65d</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>2019-11-05T11:15:44+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-11-05T11:14:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=747cb4624493cea67eb801c342e063b3ef505295'/>
<id>747cb4624493cea67eb801c342e063b3ef505295</id>
<content type='text'>
* PHP-7.2:
  Fixed bug #78775
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fixed bug #78775
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #78775</title>
<updated>2019-11-05T11:13:46+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-11-05T11:13:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4f984a2fdb3815361f83013c23af0ff5d6d63d67'/>
<id>4f984a2fdb3815361f83013c23af0ff5d6d63d67</id>
<content type='text'>
Clear the OpenSSL error queue before performing SSL stream operations.
As we don't control all code that could possibly be using OpenSSL,
we can't rely on the error queue being empty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clear the OpenSSL error queue before performing SSL stream operations.
As we don't control all code that could possibly be using OpenSSL,
we can't rely on the error queue being empty.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-10-29T14:06:52+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-10-29T14:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=33dd25d21c2dc4306c3b4d7ce50cf9d5186723ef'/>
<id>33dd25d21c2dc4306c3b4d7ce50cf9d5186723ef</id>
<content type='text'>
* PHP-7.2:
  Fixed bug #78689
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fixed bug #78689
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #78689</title>
<updated>2019-10-29T14:06:16+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-10-29T14:05:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f9895b4bf5c6cdef0106f763cd95d95e98f039ae'/>
<id>f9895b4bf5c6cdef0106f763cd95d95e98f039ae</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>2019-10-28T12:08:34+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-10-28T12:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=736cd93ef53a458dbe5b86cab1f61721ccbc8b2d'/>
<id>736cd93ef53a458dbe5b86cab1f61721ccbc8b2d</id>
<content type='text'>
* PHP-7.2:
  Fix #78751: Serialising DatePeriod converts DateTimeImmutable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #78751: Serialising DatePeriod converts DateTimeImmutable
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78751: Serialising DatePeriod converts DateTimeImmutable</title>
<updated>2019-10-28T12:07:28+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-10-25T13:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=89c327f8848c1a56a61479ee5e7fdd3694d0f867'/>
<id>89c327f8848c1a56a61479ee5e7fdd3694d0f867</id>
<content type='text'>
When getting the properties of a DatePeriod instance we have to retain
the proper classes, and when restoring a DatePeriod instance we have to
cater to DateTimeImmutable instances as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When getting the properties of a DatePeriod instance we have to retain
the proper classes, and when restoring a DatePeriod instance we have to
cater to DateTimeImmutable instances as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-10-28T09:28:04+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-10-28T09:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b61b60d15bf17aed3daee79db55399a2643d7a60'/>
<id>b61b60d15bf17aed3daee79db55399a2643d7a60</id>
<content type='text'>
* PHP-7.2:
  Fix bug #78752
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix bug #78752
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #78752</title>
<updated>2019-10-28T09:27:32+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-10-28T09:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=16c49108763db251151b350e433dde6d1a076250'/>
<id>16c49108763db251151b350e433dde6d1a076250</id>
<content type='text'>
NULL out the execute_data before destroying it, otherwise GC may
trigger while the execute_data is partially destroyed, resulting
in double-frees.

The handling of call stack unfreezing is a bit awkward because it's
a ZEND_API function, so we can't change the signature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NULL out the execute_data before destroying it, otherwise GC may
trigger while the execute_data is partially destroyed, resulting
in double-frees.

The handling of call stack unfreezing is a bit awkward because it's
a ZEND_API function, so we can't change the signature.
</pre>
</div>
</content>
</entry>
</feed>
