<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi, branch php-8.0.2</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<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://trove.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>Merge branch 'PHP-7.4' into PHP-8.0</title>
<updated>2020-12-13T18:42:11+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2020-12-13T18:42:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=d254078020c74c9bde1312fe68f66ce80971697d'/>
<id>d254078020c74c9bde1312fe68f66ce80971697d</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 #69625: FPM returns 200 status on request without SCRIPT_FILENAME</title>
<updated>2020-12-13T18:39:48+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2020-11-28T21:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=a221e17b41ad4c094908839593a0fd145b682f33'/>
<id>a221e17b41ad4c094908839593a0fd145b682f33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://trove.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>Add additional entries to unserialize corpus</title>
<updated>2020-11-30T13:32:07+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-11-30T13:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=4643c0aac5fa85e2959a1b2d2e57090ac4d6d739'/>
<id>4643c0aac5fa85e2959a1b2d2e57090ac4d6d739</id>
<content type='text'>
These are useful to seed typed property fuzzing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are useful to seed typed property fuzzing.
</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://trove.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://trove.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>Require stubs to declare return types for magic methods when possible</title>
<updated>2020-10-23T14:33:16+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-10-23T12:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=47bbfe1fc0855e8f141de7b56668a2294daec344'/>
<id>47bbfe1fc0855e8f141de7b56668a2294daec344</id>
<content type='text'>
Closes GH-6376
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6376
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for zend_extension loading</title>
<updated>2020-10-21T10:16:56+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-21T08:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=3966c0f8a47225486865d7cdef2552f746dd274c'/>
<id>3966c0f8a47225486865d7cdef2552f746dd274c</id>
<content type='text'>
Closes GH-6363.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6363.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix bug #64865: Use CONTEXT_DOCUMENT_ROOT for scanning dir tree"</title>
<updated>2020-10-19T09:23:00+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-19T09:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=c97da0f819730c00905f9618aba0c54e8d592f74'/>
<id>c97da0f819730c00905f9618aba0c54e8d592f74</id>
<content type='text'>
This reverts commit 98bfad738ad2734dfba5733323f7ba733daf3ec3.

This doesn't work well in some setups, see bug #80113 and GH-5051.
Reverting this for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 98bfad738ad2734dfba5733323f7ba733daf3ec3.

This doesn't work well in some setups, see bug #80113 and GH-5051.
Reverting this for now.
</pre>
</div>
</content>
</entry>
</feed>
