<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/sockets/tests, 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>Avoid socket path clash in test</title>
<updated>2020-08-26T10:11:22+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-26T10:11:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0487bcfac763453b3a386fe808d3ad58683936c9'/>
<id>0487bcfac763453b3a386fe808d3ad58683936c9</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>2020-08-05T14:42:13+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-05T14:42:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3b86be23e6641c2a298bf381d39346177223176a'/>
<id>3b86be23e6641c2a298bf381d39346177223176a</id>
<content type='text'>
* PHP-7.3:
  Fix memory leak on socket_sendmsg() / socket_recvmsg() error
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix memory leak on socket_sendmsg() / socket_recvmsg() error
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak on socket_sendmsg() / socket_recvmsg() error</title>
<updated>2020-08-05T14:41:40+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-05T08:55:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6a1bd57df5c6c92af3dfb42695de17be45d02d1e'/>
<id>6a1bd57df5c6c92af3dfb42695de17be45d02d1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unset ai_canonname field in dump</title>
<updated>2020-08-05T12:58:56+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-05T12:56:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b69a98cfb3682cbbd2e2ff5c09a070f20c395149'/>
<id>b69a98cfb3682cbbd2e2ff5c09a070f20c395149</id>
<content type='text'>
Okay, looks like ai_canonname does not get set on macos even if
AI_CANONNAME is specified, so canonicalize this in the other
direction instead and unset ai_canonname if it is present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Okay, looks like ai_canonname does not get set on macos even if
AI_CANONNAME is specified, so canonicalize this in the other
direction instead and unset ai_canonname if it is present.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set AI_CANONNAME flag in socket_addrinfo test</title>
<updated>2020-08-05T10:10:12+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-05T09:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=741daa860572620df41165da7f58f17d1dc171f5'/>
<id>741daa860572620df41165da7f58f17d1dc171f5</id>
<content type='text'>
Musl always populates ai_canonname. Set the flag to avoid output
discrepancies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Musl always populates ai_canonname. Set the flag to avoid output
discrepancies.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ipv6 skipif to test</title>
<updated>2020-08-05T10:09:54+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-05T09:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=58ab49111e5ac595a594ac7c87efe9d470ec84de'/>
<id>58ab49111e5ac595a594ac7c87efe9d470ec84de</id>
<content type='text'>
This was done for the -unix variant, but not the (formerly
windows-only?) main test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was done for the -unix variant, but not the (formerly
windows-only?) main test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow different error message for errno 58</title>
<updated>2020-07-02T09:39:22+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-07-01T15:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0a216f5edbd5526521784fde5e172bf5dc069e34'/>
<id>0a216f5edbd5526521784fde5e172bf5dc069e34</id>
<content type='text'>
Apparently this is EDEADLOCK on some systems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently this is EDEADLOCK on some systems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use automatic port assignment in socket_import/export test</title>
<updated>2020-05-28T08:18:59+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-05-28T08:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=490ca05883ecd15d6338400e09ec991a8a2a4299'/>
<id>490ca05883ecd15d6338400e09ec991a8a2a4299</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't rand() in test</title>
<updated>2020-04-20T14:35:52+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-04-20T14:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3e9dac2c6b5d69528ff5ef22ef7770c7532aa8cc'/>
<id>3e9dac2c6b5d69528ff5ef22ef7770c7532aa8cc</id>
<content type='text'>
Instead use port 0 to get a free port from the OS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead use port 0 to get a free port from the OS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't specify ports in socket_export_stream-4.phpt</title>
<updated>2020-03-16T09:32:04+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-03-16T09:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a57905dbacfc4e5d94267fecf0e0f4a2798e7022'/>
<id>a57905dbacfc4e5d94267fecf0e0f4a2798e7022</id>
<content type='text'>
Let the system pick a free port instead...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let the system pick a free port instead...
</pre>
</div>
</content>
</entry>
</feed>
