<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cgi/libfcgi/include, branch php-4.3.9</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>Major bug fix upgrade to the bundled libfcgi</title>
<updated>2003-09-21T22:08:17+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2003-09-21T22:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8d28cb57378a2c21bdbdf1c6240795996d4ec179'/>
<id>8d28cb57378a2c21bdbdf1c6240795996d4ec179</id>
<content type='text'>
A delta between libfcgi 2.2.2 and 2.4.1-SNAP has been applied to the
source.  Shane's impersonation, putenv and exit-&gt;return improvements
have been carried over.  One of Shane's changes caused the first process
to hang after one request.  The modification has been deactived (os_win32.c).

These changes together with a patch to mod_fastcgi, make Apache/mod_fastcgi
and PHP work under Win32.  It was basically unusable before that.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A delta between libfcgi 2.2.2 and 2.4.1-SNAP has been applied to the
source.  Shane's impersonation, putenv and exit-&gt;return improvements
have been carried over.  One of Shane's changes caused the first process
to hang after one request.  The modification has been deactived (os_win32.c).

These changes together with a patch to mod_fastcgi, make Apache/mod_fastcgi
and PHP work under Win32.  It was basically unusable before that.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix VPATH builds</title>
<updated>2003-05-29T14:55:07+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2003-05-29T14:55:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=092b805de53c43550463372f2f4ce4f22be439e8'/>
<id>092b805de53c43550463372f2f4ce4f22be439e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH</title>
<updated>2002-12-01T23:15:31+00:00</updated>
<author>
<name>Shane Caraveo</name>
<email>shane@php.net</email>
</author>
<published>2002-12-01T23:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c16d33037103b281f17221b49d0890f04e8f21a4'/>
<id>c16d33037103b281f17221b49d0890f04e8f21a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.</title>
<updated>2002-11-26T12:06:00+00:00</updated>
<author>
<name>SVN Migration</name>
<email>svn@php.net</email>
</author>
<published>2002-11-26T12:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7801f9609689557b5dbd9b5a3b1a5b2a2e8a3aeb'/>
<id>7801f9609689557b5dbd9b5a3b1a5b2a2e8a3aeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add security impersonation feature for running under IIS security</title>
<updated>2002-03-18T04:48:34+00:00</updated>
<author>
<name>Shane Caraveo</name>
<email>shane@php.net</email>
</author>
<published>2002-03-18T04:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c806dca62cc881759aeb0c7c1d5a92a3326fed06'/>
<id>c806dca62cc881759aeb0c7c1d5a92a3326fed06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>combine fastcgi capability with regular cgi binary</title>
<updated>2002-03-10T21:39:28+00:00</updated>
<author>
<name>Shane Caraveo</name>
<email>shane@php.net</email>
</author>
<published>2002-03-10T21:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=79bb884eec969e3e2907e8ce3b7a99a2e00b7012'/>
<id>79bb884eec969e3e2907e8ce3b7a99a2e00b7012</id>
<content type='text'>
include fastcgi library for ease of windows builds
NOTE: included fastcgi library is modified for thread safety, but
	fastcgi support in cgi_main.c is only written for single
	threaded serving.  This does not present any issue for using
	fastcgi.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
include fastcgi library for ease of windows builds
NOTE: included fastcgi library is modified for thread safety, but
	fastcgi support in cgi_main.c is only written for single
	threaded serving.  This does not present any issue for using
	fastcgi.

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