<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/main/main.c, branch php-7.3.22</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>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>Fixed bug #71876</title>
<updated>2020-01-17T08:47:31+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-01-03T10:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=018251a7c492916a6fa2c0e9a5e7adaba14bd614'/>
<id>018251a7c492916a6fa2c0e9a5e7adaba14bd614</id>
<content type='text'>
This is a backport of fcdc0a6db0ae63fbed9e3828137b899b844623ce
to the PHP-7.3 branch. We need to make sure that OnUpdateString
is also called for a NULL value, otherwise the reset of the encoding
at the end of the request will not work.

I believe I already tried to land this before once, but it didn't
actually end up on the PHP-7.3 branch due to a push conflict that
I only noticed just now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a backport of fcdc0a6db0ae63fbed9e3828137b899b844623ce
to the PHP-7.3 branch. We need to make sure that OnUpdateString
is also called for a NULL value, otherwise the reset of the encoding
at the end of the request will not work.

I believe I already tried to land this before once, but it didn't
actually end up on the PHP-7.3 branch due to a push conflict that
I only noticed just now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-10-09T15:28:50+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-10-09T15:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bbd481c11da657c8a4e7f764ec0953e3d71c2f4a'/>
<id>bbd481c11da657c8a4e7f764ec0953e3d71c2f4a</id>
<content type='text'>
* PHP-7.2:
  Fix #78656: Parse errors classified as highest log-level
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #78656: Parse errors classified as highest log-level
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78656: Parse errors classified as highest log-level</title>
<updated>2019-10-09T15:27:32+00:00</updated>
<author>
<name>Erik Lundin</name>
<email>erik@coretech.se</email>
</author>
<published>2019-10-09T12:08:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3164186d53533ac5239790e692b33dd6e56c18df'/>
<id>3164186d53533ac5239790e692b33dd6e56c18df</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-07-29T14:57:57+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-07-29T14:57:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bbed5564eb8155efb14146e11ef0ad67edb20e28'/>
<id>bbed5564eb8155efb14146e11ef0ad67edb20e28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Zend signals unblocking</title>
<updated>2019-07-29T13:17:32+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-07-23T08:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=38f1288b6427fc9e2fa2b5ad9912745ded923ee7'/>
<id>38f1288b6427fc9e2fa2b5ad9912745ded923ee7</id>
<content type='text'>
There are a few parts here:
 * opcache should not be blocking signals while invoking compile_file,
   otherwise signals may remain blocked on a compile error. While at
   it, also protect SHM memory during compile_file.
 * We should deactivate Zend signals at the end of the request, to make
   sure that we gracefully recover from a missing unblock and signals
   don't remain blocked forever.
 * We don't use a critical section in deactivation, because it should
   not be necessary. Additionally we want to clean up the signal queue,
   if it is non-empty.
 * Enable SIGG(check) in debug builds so we notice issues in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are a few parts here:
 * opcache should not be blocking signals while invoking compile_file,
   otherwise signals may remain blocked on a compile error. While at
   it, also protect SHM memory during compile_file.
 * We should deactivate Zend signals at the end of the request, to make
   sure that we gracefully recover from a missing unblock and signals
   don't remain blocked forever.
 * We don't use a critical section in deactivation, because it should
   not be necessary. Additionally we want to clean up the signal queue,
   if it is non-empty.
 * Enable SIGG(check) in debug builds so we notice issues in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add syslog.filter=raw</title>
<updated>2019-06-17T11:13:25+00:00</updated>
<author>
<name>Erik Lundin</name>
<email>erik@coretech.se</email>
</author>
<published>2019-06-15T07:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9f0515c40c85d9c22cf46f7c42338354c398e4a7'/>
<id>9f0515c40c85d9c22cf46f7c42338354c398e4a7</id>
<content type='text'>
This passes through syslog message unchanged, without splitting
messages at newlines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This passes through syslog message unchanged, without splitting
messages at newlines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-01-30T17:28:25+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2019-01-30T17:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7d1df603ada38814dbf4728950bc7f9d0a636864'/>
<id>7d1df603ada38814dbf4728950bc7f9d0a636864</id>
<content type='text'>
* PHP-7.2:
  Fix bug 76596: phpdbg supports display_errors=stderr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix bug 76596: phpdbg supports display_errors=stderr
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug 76596: phpdbg supports display_errors=stderr</title>
<updated>2019-01-30T17:27:57+00:00</updated>
<author>
<name>Kevin Abel</name>
<email>kevin.abel.0@gmail.com</email>
</author>
<published>2018-07-09T02:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3890c8bce5f46c59d7c57e2c2ea10d2cc8b44ce1'/>
<id>3890c8bce5f46c59d7c57e2c2ea10d2cc8b44ce1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport later interned strings destruction.</title>
<updated>2018-12-24T10:45:02+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2018-12-24T10:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5888fbde0d9687eda92f2bc8deb1e8c4ac171346'/>
<id>5888fbde0d9687eda92f2bc8deb1e8c4ac171346</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
