<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi, branch php-7.4.14</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>Revert "Fix #76813: Access violation near NULL on source operand"</title>
<updated>2020-12-15T15:59:24+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2020-12-15T15:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a668ce82de2987502268a10c2b867b66d24d0708'/>
<id>a668ce82de2987502268a10c2b867b66d24d0708</id>
<content type='text'>
This reverts commit 5e15c9c41f8318a8392c2e2c78544f218736549c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 5e15c9c41f8318a8392c2e2c78544f218736549c.
</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://git.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>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>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2020-08-10T23:11:26+00:00</updated>
<author>
<name>George Wang</name>
<email>gwang@php.net</email>
</author>
<published>2020-08-10T23:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1b0a2bb0f54452012e595cde979b006fd8cd7640'/>
<id>1b0a2bb0f54452012e595cde979b006fd8cd7640</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure string is NUL byte terminated.</title>
<updated>2020-08-10T23:11:03+00:00</updated>
<author>
<name>George Wang</name>
<email>gwang@php.net</email>
</author>
<published>2020-08-10T23:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=07cb2755bec2fe4671b35defc9e76f495ce6e9d1'/>
<id>07cb2755bec2fe4671b35defc9e76f495ce6e9d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check ps -p availability in process title test</title>
<updated>2020-08-05T16:18:18+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-05T10:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=99645f5352b5dc9faaece36f606edfff5f7a7460'/>
<id>99645f5352b5dc9faaece36f606edfff5f7a7460</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent test case from stalling</title>
<updated>2020-07-29T10:46:14+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-07-29T10:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f8792443a2c4c69d58a62ad32f2cbc3948774f53'/>
<id>f8792443a2c4c69d58a62ad32f2cbc3948774f53</id>
<content type='text'>
If the CTRL-C event can't be sent to the child for whatever reason, the
test will never terminate, because `proc_close()` waits for an infinite
amount of time.  Therefore, we `proc_terminate()` the child instead,
after explicitly closing the pipes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the CTRL-C event can't be sent to the child for whatever reason, the
test will never terminate, because `proc_close()` waits for an infinite
amount of time.  Therefore, we `proc_terminate()` the child instead,
after explicitly closing the pipes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2020-07-27T09:54:54+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-07-27T09:54:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=68aa1329eb0b669f724ebc2b56f4ffe987b59414'/>
<id>68aa1329eb0b669f724ebc2b56f4ffe987b59414</id>
<content type='text'>
* PHP-7.3:
  Fix #77932: File extensions are case-sensitive
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #77932: File extensions are case-sensitive
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #77932: File extensions are case-sensitive</title>
<updated>2020-07-27T09:52:18+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-07-27T08:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6f18d7e2f967a376b187d5447232c812bd128b72'/>
<id>6f18d7e2f967a376b187d5447232c812bd128b72</id>
<content type='text'>
The file extension to mime type mapping *must* not depend on the file
extension's case for case-insensitive file systems, and *should* not
for case-sensitive file systems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The file extension to mime type mapping *must* not depend on the file
extension's case for case-insensitive file systems, and *should* not
for case-sensitive file systems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2020-07-23T19:54:48+00:00</updated>
<author>
<name>George Wang</name>
<email>gwang@php.net</email>
</author>
<published>2020-07-23T19:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=27bd16e71f1a89b6ea3fe1b874ecd6322fced8c0'/>
<id>27bd16e71f1a89b6ea3fe1b874ecd6322fced8c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
