<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/thttpd, branch php-4.0.5</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>Merge thttpd-2.21-related changes into 4.0.5 branch</title>
<updated>2001-04-22T14:33:09+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2001-04-22T14:33:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b318045e53cc0301ed210b9bfc39652527d7c45a'/>
<id>b318045e53cc0301ed210b9bfc39652527d7c45a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Combine all HTTP headers into a single writev</title>
<updated>2001-03-02T17:01:52+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2001-03-02T17:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=de6c69f7167d1f07e3e15808c908d7f437036756'/>
<id>de6c69f7167d1f07e3e15808c908d7f437036756</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix copyright notices with 2001</title>
<updated>2001-02-26T06:11:02+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2001-02-26T06:11:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eb6ba01d1c739f1005554034fcdb991e810dfc21'/>
<id>eb6ba01d1c739f1005554034fcdb991e810dfc21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If we cannot send the header, we don't need to continue with the page.</title>
<updated>2001-02-21T20:25:53+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2001-02-21T20:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4a32816f9e4383b968c39b2a6f6a7922b768059a'/>
<id>4a32816f9e4383b968c39b2a6f6a7922b768059a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include &lt;sys/uio.h&gt;.  Apparently, the header cleanup in glibc 2.2.2</title>
<updated>2001-02-19T10:28:08+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2001-02-19T10:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2403578e35d29ab63f7ff5b0f28cbeffd02d75cc'/>
<id>2403578e35d29ab63f7ff5b0f28cbeffd02d75cc</id>
<content type='text'>
caused that file to be included by accident.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
caused that file to be included by accident.

</pre>
</div>
</content>
</entry>
<entry>
<title>Save 50% of the syscalls when writing the HTTP header.</title>
<updated>2001-02-18T19:03:36+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2001-02-18T19:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8c92cdd897b6a4d32a39694ecf20a2766f3c236b'/>
<id>8c92cdd897b6a4d32a39694ecf20a2766f3c236b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Especially on FreeBSD it seems to be common that send(2) does not</title>
<updated>2001-01-10T13:51:58+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2001-01-10T13:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ae92ebb92bfec7f263d4e901bc23c06a6b3c3265'/>
<id>ae92ebb92bfec7f263d4e901bc23c06a6b3c3265</id>
<content type='text'>
do a decent job.  We handle that better now.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
do a decent job.  We handle that better now.

</pre>
</div>
</content>
</entry>
<entry>
<title>Propagate the response code/HTTP status code back to thttpd for logging.</title>
<updated>2001-01-09T09:01:33+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2001-01-09T09:01:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=de847f60baaed9c8ce4d8da3de6a7a6cd6293378'/>
<id>de847f60baaed9c8ce4d8da3de6a7a6cd6293378</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Account the number of sent bytes properly</title>
<updated>2001-01-09T08:45:05+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2001-01-09T08:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7dd166e8c03a66ed6329047db867f4417dc32e39'/>
<id>7dd166e8c03a66ed6329047db867f4417dc32e39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Many patches.  I hope I remember them all:</title>
<updated>2001-01-02T22:49:31+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2001-01-02T22:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bd0ac7fe14b6f2eb82a2e13a38c3eca5d4fe2e4f'/>
<id>bd0ac7fe14b6f2eb82a2e13a38c3eca5d4fe2e4f</id>
<content type='text'>
- Make sapi_module available to external modules (PHPAPI)
- Make the php.ini path reported in phpinfo() always point to
  real full path of the php.ini file
- Optimized the ISAPI module not to read unnecessary server
  variables and read necessary variables at most once.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Make sapi_module available to external modules (PHPAPI)
- Make the php.ini path reported in phpinfo() always point to
  real full path of the php.ini file
- Optimized the ISAPI module not to read unnecessary server
  variables and read necessary variables at most once.

</pre>
</div>
</content>
</entry>
</feed>
