<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cgi/libfcgi, branch php-4.4.8</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>Fixed support for IIS FastCGI technical preview</title>
<updated>2007-04-19T13:41:37+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2007-04-19T13:41:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=be925c44bb863c8bd53387e2dd25f14152c627dc'/>
<id>be925c44bb863c8bd53387e2dd25f14152c627dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Impersonation fix</title>
<updated>2007-03-01T07:51:07+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2007-03-01T07:51:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=29d9c1ebb91ef7e3b7e37c19004eef9a817f33e0'/>
<id>29d9c1ebb91ef7e3b7e37c19004eef9a817f33e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reverted impersonation fix because of 4.4.6 release process</title>
<updated>2007-02-27T15:15:56+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2007-02-27T15:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1901a20ab73b9969afe586cf16212448b3983d04'/>
<id>1901a20ab73b9969afe586cf16212448b3983d04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Fixed impersonation support for persistent FastCGI connections.</title>
<updated>2007-02-27T11:05:56+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2007-02-27T11:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7e424740fd3097310cebe6a1e29aa29193673c85'/>
<id>7e424740fd3097310cebe6a1e29aa29193673c85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix C++ comments</title>
<updated>2005-04-22T09:21:49+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2005-04-22T09:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7c33078b316f72fd4cf7f4ebb504e331ce6d9839'/>
<id>7c33078b316f72fd4cf7f4ebb504e331ce6d9839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: - Fix outside-source-tree builds. Always include generated header files</title>
<updated>2005-01-09T21:05:39+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2005-01-09T21:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=176a6e48ec78a5b745b657b93cc835dd9532923f'/>
<id>176a6e48ec78a5b745b657b93cc835dd9532923f</id>
<content type='text'>
       with #include &lt;some_header.h&gt; to make sure the correct file is used.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
       with #include &lt;some_header.h&gt; to make sure the correct file is used.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Quote macro names in AC_DEFUN()</title>
<updated>2004-12-30T07:02:19+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2004-12-30T07:02:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=912c7fc1075b84e08e49925db652e6f218ecdb19'/>
<id>912c7fc1075b84e08e49925db652e6f218ecdb19</id>
<content type='text'>
# Fixes also bug #29160
# for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Fixes also bug #29160
# for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done;

</pre>
</div>
</content>
</entry>
<entry>
<title>fix potential buffer overrun</title>
<updated>2003-12-07T12:57:26+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2003-12-07T12:57:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=da74ef221f8e33b044b23b4923add51c74422472'/>
<id>da74ef221f8e33b044b23b4923add51c74422472</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
