<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/hyperwave, branch PHP-5.6.4</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Empty HEAD of domxml, hyperwave, xslt</title>
<updated>2003-06-24T13:56:57+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2003-06-24T13:56:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=e1a9dd289afc0a056865dff95fc356444af6744c'/>
<id>e1a9dd289afc0a056865dff95fc356444af6744c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a few remaining compiler warnings.</title>
<updated>2003-06-16T03:05:25+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2003-06-16T03:05:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=b25c652f959204d77bb7ff5b044f671641738615'/>
<id>b25c652f959204d77bb7ff5b044f671641738615</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>proto fixes</title>
<updated>2003-06-15T16:25:59+00:00</updated>
<author>
<name>Andrey Hristov</name>
<email>andrey@php.net</email>
</author>
<published>2003-06-15T16:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=900263aaa99b5160c2896caf065e99a836d3f9d5'/>
<id>900263aaa99b5160c2896caf065e99a836d3f9d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updating license information in the headers.</title>
<updated>2003-06-10T20:04:29+00:00</updated>
<author>
<name>James Cox</name>
<email>imajes@php.net</email>
</author>
<published>2003-06-10T20:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f68c7ff249f9d64f5381063711349bca18671dcc'/>
<id>f68c7ff249f9d64f5381063711349bca18671dcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed OnUpdateInt -&gt; OnUpdateLong to prevent further misunderstandings.</title>
<updated>2003-03-07T05:15:28+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2003-03-07T05:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=3c9155e0cba948820f809564f1c2b99e4792e256'/>
<id>3c9155e0cba948820f809564f1c2b99e4792e256</id>
<content type='text'>
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.

</pre>
</div>
</content>
</entry>
<entry>
<title>typofix</title>
<updated>2003-03-04T18:59:16+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2003-03-04T18:59:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=5546f1e2590ed63d8bdb5f0582d0c96739998092'/>
<id>5546f1e2590ed63d8bdb5f0582d0c96739998092</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A add much more useful select(2) implementation than is provided by</title>
<updated>2003-02-16T03:48:49+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2003-02-16T03:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=0a18a9d744afb9d97d46bad1f40c11a047bad5df'/>
<id>0a18a9d744afb9d97d46bad1f40c11a047bad5df</id>
<content type='text'>
windows sockets.  The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.

This change required linking against the winsock2 library.  In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default.  It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.

Also, add a win32 compatible pipe test when opening a stream from a pipe.  This test will only work on NT, win2k and XP platforms.  Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered.  I will be working on a fix for this issue for win9x.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
windows sockets.  The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.

This change required linking against the winsock2 library.  In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default.  It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.

Also, add a win32 compatible pipe test when opening a stream from a pipe.  This test will only work on NT, win2k and XP platforms.  Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered.  I will be working on a fix for this issue for win9x.

</pre>
</div>
</content>
</entry>
<entry>
<title>- fixed several bugs in hw_document_xx() functions. The macro to access</title>
<updated>2003-01-27T09:11:17+00:00</updated>
<author>
<name>Uwe Steinmann</name>
<email>steinm@php.net</email>
</author>
<published>2003-01-27T09:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=c375b0b05ccc883f832eed30362bfca873d23738'/>
<id>c375b0b05ccc883f832eed30362bfca873d23738</id>
<content type='text'>
  the document was the same as for a link to the sever.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  the document was the same as for a link to the sever.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed compile warning.</title>
<updated>2003-01-24T16:39:49+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2003-01-24T16:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=d2162b32b1f19e7603f1522c7829f2ac279dac3a'/>
<id>d2162b32b1f19e7603f1522c7829f2ac279dac3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed pointless memory allocation checks.</title>
<updated>2003-01-18T19:49:28+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2003-01-18T19:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=a7b91019e9b551ff48dd91587674784b7020673f'/>
<id>a7b91019e9b551ff48dd91587674784b7020673f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
