<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/sockets, branch php-5.4.38</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>Bump year</title>
<updated>2014-01-03T03:04:26+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2014-01-03T03:04:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c0d060f5c02db168f1de895b41afffbc6e3cacfb'/>
<id>c0d060f5c02db168f1de895b41afffbc6e3cacfb</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 #65808 	the socket_connect() won't work with IPv6 address</title>
<updated>2013-10-02T13:19:25+00:00</updated>
<author>
<name>Michael Wallner</name>
<email>mike@php.net</email>
</author>
<published>2013-10-02T13:19:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9209c19f8f7eef807cb457b32d3ab517ff8dc178'/>
<id>9209c19f8f7eef807cb457b32d3ab517ff8dc178</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>less serious compatAbility fixes</title>
<updated>2013-07-15T07:21:39+00:00</updated>
<author>
<name>Veres Lajos</name>
<email>vlajos@gmail.com</email>
</author>
<published>2013-07-13T12:15:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b79b13b4efbf3374ec7d28286b29928f43da6d1d'/>
<id>b79b13b4efbf3374ec7d28286b29928f43da6d1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implements feature Bug #63472 ability to set SO_BINDTODEVICE on socket.</title>
<updated>2013-06-23T22:20:54+00:00</updated>
<author>
<name>Damjan Cvetko</name>
<email>damjan.cvetko@gmail.com</email>
</author>
<published>2013-06-10T10:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a0b4348abc09e00170a334c6f67ef399e8b36a1e'/>
<id>a0b4348abc09e00170a334c6f67ef399e8b36a1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed error handling for ext/sockets under win</title>
<updated>2013-05-16T17:23:31+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2013-05-16T17:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8dec06ea2afbe577191b13152e8f4622a80aeb0c'/>
<id>8dec06ea2afbe577191b13152e8f4622a80aeb0c</id>
<content type='text'>
WSAGetLastError() must be the very next call after a socket
function had an invalid return. Any function call inbetween
will clear the error information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WSAGetLastError() must be the very next call after a socket
function had an invalid return. Any function call inbetween
will clear the error information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test (skip on unable to create socket)</title>
<updated>2013-03-03T03:24:45+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2013-03-03T03:24:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9bda6a25a5a963f5e7786fe4d16e848d3786b1a2'/>
<id>9bda6a25a5a963f5e7786fe4d16e848d3786b1a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move macro back to .c file</title>
<updated>2013-02-02T17:32:38+00:00</updated>
<author>
<name>Gustavo Lopes</name>
<email>glopes@nebm.ist.utl.pt</email>
</author>
<published>2013-02-02T17:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0110662ae9e89d21c119b3287118e82fd435f779'/>
<id>0110662ae9e89d21c119b3287118e82fd435f779</id>
<content type='text'>
Because it depends on a static function on that .c file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because it depends on a static function on that .c file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong blocking state being set</title>
<updated>2013-02-02T14:29:18+00:00</updated>
<author>
<name>Gustavo Lopes</name>
<email>glopes@nebm.ist.utl.pt</email>
</author>
<published>2013-02-01T15:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ac6342bbc0a2a41cf2b698e37b981ce63e8b6305'/>
<id>ac6342bbc0a2a41cf2b698e37b981ce63e8b6305</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests (Windows)</title>
<updated>2013-02-02T14:29:18+00:00</updated>
<author>
<name>Gustavo Lopes</name>
<email>glopes@nebm.ist.utl.pt</email>
</author>
<published>2013-02-01T13:58:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=40663ede837c401212e950a3f65a7cd2885ccead'/>
<id>40663ede837c401212e950a3f65a7cd2885ccead</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move &amp; improve PHP_SOCKET_ERROR def</title>
<updated>2013-02-02T14:29:11+00:00</updated>
<author>
<name>Gustavo Lopes</name>
<email>glopes@nebm.ist.utl.pt</email>
</author>
<published>2013-02-01T13:39:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9283b8aea4c681e39fed772543919bea4bba44a1'/>
<id>9283b8aea4c681e39fed772543919bea4bba44a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
