<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/phpdbg, branch php-8.0.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>Merge branch 'PHP-7.4' into PHP-8.0</title>
<updated>2021-02-02T15:46:52+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2021-02-02T15:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f1cf5534370c5e82d0e3117c65e04840112ee44c'/>
<id>f1cf5534370c5e82d0e3117c65e04840112ee44c</id>
<content type='text'>
* PHP-7.4:
  Update year to 2021
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.4:
  Update year to 2021
</pre>
</div>
</content>
</entry>
<entry>
<title>Update year to 2021</title>
<updated>2021-02-02T15:46:16+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2021-01-24T11:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8c04944b66fd4a4fa88e54b65a2391397998c51d'/>
<id>8c04944b66fd4a4fa88e54b65a2391397998c51d</id>
<content type='text'>
Closes GH-6636.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6636.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert fix for bug 76813 and re2c version bump</title>
<updated>2021-01-11T16:19:52+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2021-01-11T12:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=95a13ca989d8b1624eb6439d662723c026ac11e8'/>
<id>95a13ca989d8b1624eb6439d662723c026ac11e8</id>
<content type='text'>
CentOS 7 ships with re2c 0.13.5 by default, so we should not have
bumped the required re2c version to 0.13.7.  However, 0.13.5 does not
support default rules, so we cannot use them to fix bug 76813.

This reverts commit 420184ad529443182c9a348a55b1c9216005c613 and
5e15c9c41f8318a8392c2e2c78544f218736549c.

Closes GH-6593.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CentOS 7 ships with re2c 0.13.5 by default, so we should not have
bumped the required re2c version to 0.13.7.  However, 0.13.5 does not
support default rules, so we cannot use them to fix bug 76813.

This reverts commit 420184ad529443182c9a348a55b1c9216005c613 and
5e15c9c41f8318a8392c2e2c78544f218736549c.

Closes GH-6593.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix #76813: Access violation near NULL on source operand"</title>
<updated>2021-01-11T12:21:12+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2021-01-11T12:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=25103c37aa6d7b2da506e35e675177993c200268'/>
<id>25103c37aa6d7b2da506e35e675177993c200268</id>
<content type='text'>
This reverts commit 5e15c9c41f8318a8392c2e2c78544f218736549c, since
re2c default rules are only available as of re2c 0.13.7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 5e15c9c41f8318a8392c2e2c78544f218736549c, since
re2c default rules are only available as of re2c 0.13.7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop all JIT related XFAILS from phpdbg test suite</title>
<updated>2020-11-30T14:24:15+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-11-30T14:19:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=57463cf78b0fac09c50fabe66143e6e41c6c46be'/>
<id>57463cf78b0fac09c50fabe66143e6e41c6c46be</id>
<content type='text'>
phpdbg now disables JIT, so these cause XFAIL warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
phpdbg now disables JIT, so these cause XFAIL warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.4' into PHP-8.0</title>
<updated>2020-11-30T11:33:13+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-11-30T11:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=666833b238759e4f08bfa138f61c8038efb738b5'/>
<id>666833b238759e4f08bfa138f61c8038efb738b5</id>
<content type='text'>
* PHP-7.4:
  Fix #76813: Access violation near NULL on source operand
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.4:
  Fix #76813: Access violation near NULL on source operand
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #76813: Access violation near NULL on source operand</title>
<updated>2020-11-30T11:29:24+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-11-28T12:47:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5e15c9c41f8318a8392c2e2c78544f218736549c'/>
<id>5e15c9c41f8318a8392c2e2c78544f218736549c</id>
<content type='text'>
We avoid `YYCURSOR` becoming `NULL` by initializing `YYMARKER`, and add
a default rule for `&lt;NORMAL&gt;` where we catch unexpected input.

We also fix the only superficially related issue regarding empty input
followed by `T_SEPARATOR` and command, which caused another segfault.

Closes GH-6464.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We avoid `YYCURSOR` becoming `NULL` by initializing `YYMARKER`, and add
a default rule for `&lt;NORMAL&gt;` where we catch unexpected input.

We also fix the only superficially related issue regarding empty input
followed by `T_SEPARATOR` and command, which caused another segfault.

Closes GH-6464.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate the usage of "either" and "one of" in error messages</title>
<updated>2020-09-20T17:41:47+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-09-20T08:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e950ca13ea2e8f012ded007ac1251eea01269542'/>
<id>e950ca13ea2e8f012ded007ac1251eea01269542</id>
<content type='text'>
Closes GH-6173
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6173
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for EXT_NOP</title>
<updated>2020-09-18T09:03:08+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-09-18T09:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=34bb5ba2ea1db1e4b4bad991fdcf436c688dd54d'/>
<id>34bb5ba2ea1db1e4b4bad991fdcf436c688dd54d</id>
<content type='text'>
This is an annoying edge case that regularly gets broken. As we're
not aware of significant users of this API, and there are other
ways to hook this, remove support for EXT_NOP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an annoying edge case that regularly gets broken. As we're
not aware of significant users of this API, and there are other
ways to hook this, remove support for EXT_NOP.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify error type filter</title>
<updated>2020-09-10T09:36:04+00:00</updated>
<author>
<name>twosee</name>
<email>twose@qq.com</email>
</author>
<published>2020-09-10T09:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bd1d11d352ddfb2c376060d7e7b282636dce1605'/>
<id>bd1d11d352ddfb2c376060d7e7b282636dce1605</id>
<content type='text'>
Closes GH-6049.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6049.
</pre>
</div>
</content>
</entry>
</feed>
