<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi, branch dev</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>Support compiling and linking against Darwin / Mac OS X frameworks</title>
<updated>2002-08-06T16:01:34+00:00</updated>
<author>
<name>Marko Karppinen</name>
<email>markonen@php.net</email>
</author>
<published>2002-08-06T16:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=5611c2fc78f0696e1e5715c08502d0a09696c02a'/>
<id>5611c2fc78f0696e1e5715c08502d0a09696c02a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix segfault due to unchecked null pointer</title>
<updated>2002-07-26T16:16:12+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-07-26T16:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=8fd3f14ab17c6064cdc2a789d74322c71cbf352f'/>
<id>8fd3f14ab17c6064cdc2a789d74322c71cbf352f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug: #18560, the macro was not defined always.</title>
<updated>2002-07-25T18:37:16+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2002-07-25T18:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=272913f3d4656fad9c31faf940e0635799f5ad3a'/>
<id>272913f3d4656fad9c31faf940e0635799f5ad3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed some outdated lines from init_request_info().</title>
<updated>2002-07-23T17:12:54+00:00</updated>
<author>
<name>Holger Zimmermann</name>
<email>holger@php.net</email>
</author>
<published>2002-07-23T17:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=2771e6d4f6dcf9eee2e96bb404ba1d3872f67f74'/>
<id>2771e6d4f6dcf9eee2e96bb404ba1d3872f67f74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the Darwin</title>
<updated>2002-07-21T14:42:01+00:00</updated>
<author>
<name>Marko Karppinen</name>
<email>markonen@php.net</email>
</author>
<published>2002-07-21T14:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=b231fc0d35e40b8b94b242fadcb4f3421cf71713'/>
<id>b231fc0d35e40b8b94b242fadcb4f3421cf71713</id>
<content type='text'>
link lines in sapi/cli and sapi/cgi to use $NATIVE_RPATHS.
This is a tentative fix for #18450.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
link lines in sapi/cli and sapi/cgi to use $NATIVE_RPATHS.
This is a tentative fix for #18450.

</pre>
</div>
</content>
</entry>
<entry>
<title>refine</title>
<updated>2002-07-16T16:24:15+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-07-16T16:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=1326c95b29e5dcc697fa15f30609cbafa2503285'/>
<id>1326c95b29e5dcc697fa15f30609cbafa2503285</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>integrate the public keep-alive patch</title>
<updated>2002-07-14T18:01:08+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-07-14T18:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=fa3d840cd1a5c23bc1757703f91c0af18b09ec65'/>
<id>fa3d840cd1a5c23bc1757703f91c0af18b09ec65</id>
<content type='text'>
the patch did not handle pipeling at all, so that some code had to be added
from Premium thttpd

persistent connections are supported, if a script sets the Content-Length
header

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the patch did not handle pipeling at all, so that some code had to be added
from Premium thttpd

persistent connections are supported, if a script sets the Content-Length
header

</pre>
</div>
</content>
</entry>
<entry>
<title>thttpd blocks in rare circumstances where it cannot write out a small HTTP</title>
<updated>2002-07-14T13:48:46+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-07-14T13:48:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=b4c28fba7f75fe290ddc6e9c0844e01468886e83'/>
<id>b4c28fba7f75fe290ddc6e9c0844e01468886e83</id>
<content type='text'>
response (happened at customer sites).  The response is now written out
using the standard state machine.

the buffer which is handed to thttpd by php is now simply dealt with as if
it were a thttpd generated response (avoids code duplication).

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
response (happened at customer sites).  The response is now written out
using the standard state machine.

the buffer which is handed to thttpd by php is now simply dealt with as if
it were a thttpd generated response (avoids code duplication).

</pre>
</div>
</content>
</entry>
<entry>
<title>make the sapi module hand off a buffer to thttpd for final data delivery,</title>
<updated>2002-07-14T13:10:34+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-07-14T13:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=402cc031cd977d89c0265a5d763b349225e78256'/>
<id>402cc031cd977d89c0265a5d763b349225e78256</id>
<content type='text'>
instead of blocking the whole process

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of blocking the whole process

</pre>
</div>
</content>
</entry>
<entry>
<title>Needed this to be able to test safe-mode stuff on cmd-line</title>
<updated>2002-07-13T04:43:12+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2002-07-13T04:43:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=6a42e635ca2bebb9c147c6bbb0e867a2e5a6113f'/>
<id>6a42e635ca2bebb9c147c6bbb0e867a2e5a6113f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
