<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/main, branch php-7.2.20RC2</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/'/>
<entry>
<title>Update versions for PHP 7.2.20RC2</title>
<updated>2019-06-18T07:08:22+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2019-06-18T07:08:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=ddd4683387879388d444a2672c474d9ede2fa73a'/>
<id>ddd4683387879388d444a2672c474d9ede2fa73a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump for 7.2.20</title>
<updated>2019-05-15T00:22:00+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2019-05-15T00:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=4fa32d67bf3fbea0241f0e786dbcb5517d25e1a2'/>
<id>4fa32d67bf3fbea0241f0e786dbcb5517d25e1a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>next is 7.2.19</title>
<updated>2019-04-16T11:11:23+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2019-04-16T11:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=6c44a71e4a0fd86c885a939a0b2f2ae082dcdf34'/>
<id>6c44a71e4a0fd86c885a939a0b2f2ae082dcdf34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Zero sockaddr struct</title>
<updated>2019-04-15T12:59:05+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-04-15T12:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=9b1950b00591e3a6de0f39e6c1a5708d37188224'/>
<id>9b1950b00591e3a6de0f39e6c1a5708d37188224</id>
<content type='text'>
in6 has a bunch of extra fields that we're leaving uninitialized. I
don't see them locally, but there's valgrind warnings on gcov.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in6 has a bunch of extra fields that we're leaving uninitialized. I
don't see them locally, but there's valgrind warnings on gcov.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump versions for 7.2.18</title>
<updated>2019-03-19T18:31:08+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2019-03-19T18:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=963428a75dbc27f77f39a7da89ad831afce909c9'/>
<id>963428a75dbc27f77f39a7da89ad831afce909c9</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.1' into PHP-7.2</title>
<updated>2019-03-04T17:17:14+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2019-03-04T17:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=2cc1ab81c2e6bbd877bbe3c501edae20d8b2ae98'/>
<id>2cc1ab81c2e6bbd877bbe3c501edae20d8b2ae98</id>
<content type='text'>
* PHP-7.1:
  Fix bug #77630 - safer rename() procedure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix bug #77630 - safer rename() procedure
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #77630 - safer rename() procedure</title>
<updated>2019-03-04T17:15:11+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2019-03-03T07:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=e3133e4db70476fb7adfdedb738483e2255ce0e1'/>
<id>e3133e4db70476fb7adfdedb738483e2255ce0e1</id>
<content type='text'>
In order to rename safer, we do the following:
- set umask to 077 (unfortunately, not TS, so excluding ZTS)
- chown() first, to set proper group before allowing group access
- chmod() after, even if chown() fails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to rename safer, we do the following:
- set umask to 077 (unfortunately, not TS, so excluding ZTS)
- chown() first, to set proper group before allowing group access
- chmod() after, even if chown() fails
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #77664 (Segmentation fault when using undefined constant in custom wrapper)</title>
<updated>2019-02-25T06:41:46+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2019-02-25T06:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=4a72dd782df3089a0d944a7e51eabebdf1f1abc3'/>
<id>4a72dd782df3089a0d944a7e51eabebdf1f1abc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 7.2.17-dev</title>
<updated>2019-02-19T11:46:52+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2019-02-19T11:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=b243f2feca66fe4d5f696dbe3d9453af272d5613'/>
<id>b243f2feca66fe4d5f696dbe3d9453af272d5613</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 #51068 (glob:// do not support current path relative)</title>
<updated>2019-02-11T14:50:27+00:00</updated>
<author>
<name>Ahmed Abdou</name>
<email>email@ahmed.ro</email>
</author>
<published>2019-01-29T07:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=ec28d4c247ef3c7ab9af41ff6e26b802694492b2'/>
<id>ec28d4c247ef3c7ab9af41ff6e26b802694492b2</id>
<content type='text'>
Fix DirectoryIterator glob://* current path relative queries
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix DirectoryIterator glob://* current path relative queries
</pre>
</div>
</content>
</entry>
</feed>
