<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cgi/cgi_main.c, branch php-4.2.2</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>MFH</title>
<updated>2002-05-02T17:20:41+00:00</updated>
<author>
<name>Sander Roobol</name>
<email>sander@php.net</email>
</author>
<published>2002-05-02T17:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=42bb3ed03512c6996665d0db4f8a546d859b4299'/>
<id>42bb3ed03512c6996665d0db4f8a546d859b4299</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Put them back (and do it right)</title>
<updated>2002-03-06T13:25:25+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2002-03-06T13:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=393cbe0ac380e9d83f80d21df316d02ee1a99c15'/>
<id>393cbe0ac380e9d83f80d21df316d02ee1a99c15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Remove unused variables</title>
<updated>2002-03-06T11:31:56+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2002-03-06T11:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c8740575c4af8d909bc473ddc60be74a5bc50e72'/>
<id>c8740575c4af8d909bc473ddc60be74a5bc50e72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add comment for IIS users</title>
<updated>2002-03-01T06:34:08+00:00</updated>
<author>
<name>Shane Caraveo</name>
<email>shane@php.net</email>
</author>
<published>2002-03-01T06:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=db73f9095348a1d3bdf110a8afb3746769354850'/>
<id>db73f9095348a1d3bdf110a8afb3746769354850</id>
<content type='text'>
fix some whitespace

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix some whitespace

</pre>
</div>
</content>
</entry>
<entry>
<title>This is much better.  With FORCE_CGI_REDIRECT turned on by default for compilation,</title>
<updated>2002-03-01T01:58:20+00:00</updated>
<author>
<name>Shane Caraveo</name>
<email>shane@php.net</email>
</author>
<published>2002-03-01T01:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cd18533a101d526703169a70c1d4b05ccd108e3f'/>
<id>cd18533a101d526703169a70c1d4b05ccd108e3f</id>
<content type='text'>
we can now define this in the ini file.  So it can be turned on for apache, turned
off for IIS which does not have a redirect issue.  Alternately, a different 'REDIRECT_STATUS'
environment var can be defined in case some web server out there needs it.

new ini vars
cgi.force_redirect 0|1
cgi.redirect_status_env ENV_VAR_NAME

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we can now define this in the ini file.  So it can be turned on for apache, turned
off for IIS which does not have a redirect issue.  Alternately, a different 'REDIRECT_STATUS'
environment var can be defined in case some web server out there needs it.

new ini vars
cgi.force_redirect 0|1
cgi.redirect_status_env ENV_VAR_NAME

</pre>
</div>
</content>
</entry>
<entry>
<title>fix force redirect crash under multithreaded compile</title>
<updated>2002-03-01T00:19:01+00:00</updated>
<author>
<name>Shane Caraveo</name>
<email>shane@php.net</email>
</author>
<published>2002-03-01T00:19:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e2b1161ea6511406657ec7c8986af2802077e942'/>
<id>e2b1161ea6511406657ec7c8986af2802077e942</id>
<content type='text'>
should be discused: fix redirect detection to only work with apache or netscape,
where we know they set an environment variable regarding redirect.  IIS has
no security issue here.  Don't know about other windows web servers.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
should be discused: fix redirect detection to only work with apache or netscape,
where we know they set an environment variable regarding redirect.  IIS has
no security issue here.  Don't know about other windows web servers.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Make the errorcode 255. (Doing docs right away)</title>
<updated>2002-02-15T09:06:45+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2002-02-15T09:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b8a5daf59cb5a54d217978b6a3ba0de932af6ae8'/>
<id>b8a5daf59cb5a54d217978b6a3ba0de932af6ae8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Let php_execute_script return 0 on failure and 1 on sucess, and change</title>
<updated>2002-02-14T20:16:08+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2002-02-14T20:16:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=86fa2d39379752044287530f31f21532380eeb19'/>
<id>86fa2d39379752044287530f31f21532380eeb19</id>
<content type='text'>
  SAPIs accordingly. (Andrei, Derick)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  SAPIs accordingly. (Andrei, Derick)

</pre>
</div>
</content>
</entry>
<entry>
<title>Remove obsolete CG(extended_info) = 0 calls, we already do this in zend_set_default_compile_time_values().</title>
<updated>2002-02-02T19:53:43+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2002-02-02T19:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dcd4e0a2ec4c3935e51964cf07c097747f6286ef'/>
<id>dcd4e0a2ec4c3935e51964cf07c097747f6286ef</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 #9041 and others in the same class (patch by pete.lee@ubs.com)</title>
<updated>2002-01-20T23:58:37+00:00</updated>
<author>
<name>Edin Kadribasic</name>
<email>edink@php.net</email>
</author>
<published>2002-01-20T23:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1769e3fcdc1c0338cbd0c422e04fbea62e541e48'/>
<id>1769e3fcdc1c0338cbd0c422e04fbea62e541e48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
