<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli, branch php-8.0.0beta1</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>Make http stream wrapper advertise HTTP/1.1 by default</title>
<updated>2020-08-03T14:30:09+00:00</updated>
<author>
<name>Rowan Tommins</name>
<email>git@rwec.co.uk</email>
</author>
<published>2020-06-11T18:05:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f9f769d4b9af367af864d35cf09dca5b08da2046'/>
<id>f9f769d4b9af367af864d35cf09dca5b08da2046</id>
<content type='text'>
In practice, we always act as an HTTP/1.1 client, for compatibility
with servers which ignore protocol version. Sending the version in
the request will avoid problems with servers which don't ignore it.

HTTP/1.0 can still be forced using a stream context option.

Closes GH-5899.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In practice, we always act as an HTTP/1.1 client, for compatibility
with servers which ignore protocol version. Sending the version in
the request will avoid problems with servers which don't ignore it.

HTTP/1.0 can still be forced using a stream context option.

Closes GH-5899.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.4'</title>
<updated>2020-07-29T10:47:41+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-07-29T10:47:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=687e14ddc220195390a68ce6ea43b0f55bad4aff'/>
<id>687e14ddc220195390a68ce6ea43b0f55bad4aff</id>
<content type='text'>
* PHP-7.4:
  Prevent test case from stalling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.4:
  Prevent test case from stalling
</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.4'</title>
<updated>2020-07-27T09:56:52+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-07-27T09:56:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=041cbec0230bbe4d509c63ac856d1bd270977944'/>
<id>041cbec0230bbe4d509c63ac856d1bd270977944</id>
<content type='text'>
* PHP-7.4:
  Fix #77932: File extensions are case-sensitive
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.4:
  Fix #77932: File extensions are case-sensitive
</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>Skip upload_2G.phpt if disk_free_space() &lt;= 2GB</title>
<updated>2020-07-19T13:21:53+00:00</updated>
<author>
<name>Tyson Andre</name>
<email>tysonandre775@hotmail.com</email>
</author>
<published>2020-07-19T01:22:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0d519fa493989437eeb521054a057826f21f0ba7'/>
<id>0d519fa493989437eeb521054a057826f21f0ba7</id>
<content type='text'>
This test failed when the free disk space is close to 2.15GB.
I see the file size in the .out file as 0.
PHP has to save the full file contents to disk (the path is in `$_FILES`)

Related to GH-5283

Closes GH-5873
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test failed when the free disk space is close to 2.15GB.
I see the file size in the .out file as 0.
PHP has to save the full file contents to disk (the path is in `$_FILES`)

Related to GH-5283

Closes GH-5873
</pre>
</div>
</content>
</entry>
<entry>
<title>Review the usage of apostrophes in error messages</title>
<updated>2020-07-10T19:05:28+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-05-26T12:10:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d30cd7d7e7ddd0d06c18c47f43c7d2ee00de24a1'/>
<id>d30cd7d7e7ddd0d06c18c47f43c7d2ee00de24a1</id>
<content type='text'>
Closes GH-5590
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5590
</pre>
</div>
</content>
</entry>
<entry>
<title>Add stubs for SAPIs</title>
<updated>2020-07-10T12:20:18+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-03-25T10:53:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f328594072136b243c83ee8d70f81332f84e87da'/>
<id>f328594072136b243c83ee8d70f81332f84e87da</id>
<content type='text'>
Closes GH-5295.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5295.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ZPP string|array union check in PCRE extension</title>
<updated>2020-07-09T12:17:19+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2020-06-22T14:29:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=af1de148025197f4f9131c2f074ea9ce65b7b04d'/>
<id>af1de148025197f4f9131c2f074ea9ce65b7b04d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
