<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git, branch php-7.4.0beta4</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>Update versions for PHP 7.4.0beta4</title>
<updated>2019-08-20T14:09:17+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2019-08-20T14:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8d9d502a8e18992bbe736b8d13250dcfefe7b515'/>
<id>8d9d502a8e18992bbe736b8d13250dcfefe7b515</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS for PHP 7.4.0beta4</title>
<updated>2019-08-20T14:09:17+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2019-08-20T14:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b3561e932944b048e8b034d65b8b8ad8ab1de5a3'/>
<id>b3561e932944b048e8b034d65b8b8ad8ab1de5a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78386: fstat mode has unexpected value on PHP 7.4</title>
<updated>2019-08-20T14:04:14+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-08-20T14:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c03114e55c7b9367fc9be895fe0df01cd1b62cab'/>
<id>c03114e55c7b9367fc9be895fe0df01cd1b62cab</id>
<content type='text'>
We must not assume that any file which is not a directory is a regular
file.  Therefore we employ `GetFileType()` in this case to properly
distinguish between character special, FIFO special and regular files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We must not assume that any file which is not a directory is a regular
file.  Therefore we employ `GetFileType()` in this case to properly
distinguish between character special, FIFO special and regular files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2019-08-20T11:58:54+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-08-20T11:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ae923287cada2bb59877e806c8219b74f7d857d5'/>
<id>ae923287cada2bb59877e806c8219b74f7d857d5</id>
<content type='text'>
* PHP-7.3:
  Don't use C++ style comments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Don't use C++ style comments
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use C++ style comments</title>
<updated>2019-08-20T11:58:22+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-08-20T11:58:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=963b40c9a8921c99320db83ca35968aa595f40b3'/>
<id>963b40c9a8921c99320db83ca35968aa595f40b3</id>
<content type='text'>
Cf. &lt;https://github.com/php/php-src/blob/f45b61b8988b5b2d80dd4a1df7edd04282cf319a/CODING_STANDARDS.md#syntax-and-indentation&gt;

cc @mcmic
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cf. &lt;https://github.com/php/php-src/blob/f45b61b8988b5b2d80dd4a1df7edd04282cf319a/CODING_STANDARDS.md#syntax-and-indentation&gt;

cc @mcmic
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2019-08-20T11:35:17+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-08-20T11:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a18f53ec2c86a45ac69b5ffa26b29903a122e206'/>
<id>a18f53ec2c86a45ac69b5ffa26b29903a122e206</id>
<content type='text'>
* PHP-7.3:
  fix the problem for connect_attr, set db condition, and add a new attribute _server_host
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  fix the problem for connect_attr, set db condition, and add a new attribute _server_host
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-08-20T11:33:45+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-08-20T11:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3771d661426f33a27590b05df9c8983a2273fab6'/>
<id>3771d661426f33a27590b05df9c8983a2273fab6</id>
<content type='text'>
* PHP-7.2:
  fix the problem for connect_attr, set db condition, and add a new attribute _server_host
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  fix the problem for connect_attr, set db condition, and add a new attribute _server_host
</pre>
</div>
</content>
</entry>
<entry>
<title>fix the problem for connect_attr, set db condition, and add a new attribute _server_host</title>
<updated>2019-08-20T11:31:58+00:00</updated>
<author>
<name>Qianqian Bu</name>
<email>qibu@microsoft.com</email>
</author>
<published>2019-08-12T02:00:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cdf16c010a11fc1f91c8807556ccc15b374c0922'/>
<id>cdf16c010a11fc1f91c8807556ccc15b374c0922</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.3' into PHP-7.4</title>
<updated>2019-08-19T17:58:45+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-08-19T17:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3775d47eee38f3b34f800a0b23f840ec7a94e4c7'/>
<id>3775d47eee38f3b34f800a0b23f840ec7a94e4c7</id>
<content type='text'>
* PHP-7.3:
  Fix #78220: Can't access OneDrive folder
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #78220: Can't access OneDrive folder
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-08-19T17:57:22+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-08-19T17:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5e19f1d458556183230fe0e09a6a24b413553e9b'/>
<id>5e19f1d458556183230fe0e09a6a24b413553e9b</id>
<content type='text'>
* PHP-7.2:
  Fix #78220: Can't access OneDrive folder
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #78220: Can't access OneDrive folder
</pre>
</div>
</content>
</entry>
</feed>
