<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cgi, branch php-4.2.0</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>Hidden the existance of CLI SAPI by:</title>
<updated>2002-03-25T17:02:30+00:00</updated>
<author>
<name>Edin Kadribasic</name>
<email>edink@php.net</email>
</author>
<published>2002-03-25T17:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=910cb1be81e3c45f3463b7917baabf21914373cb'/>
<id>910cb1be81e3c45f3463b7917baabf21914373cb</id>
<content type='text'>
- removing the NEWS entry
- removing cli from make install chain
- marking it EXPERIMENTAL
- reverting installed name of cgi from php-cgi to php

Marged max_execution_time override from head.
# I really hope that people who found cli to be "inconsistent" and
# "unstable" will find time to help rectify those problems.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- removing the NEWS entry
- removing cli from make install chain
- marking it EXPERIMENTAL
- reverting installed name of cgi from php-cgi to php

Marged max_execution_time override from head.
# I really hope that people who found cli to be "inconsistent" and
# "unstable" will find time to help rectify those problems.

</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>Default name of CGI binary changed to php-cgi.</title>
<updated>2002-02-28T11:48:39+00:00</updated>
<author>
<name>Edin Kadribasic</name>
<email>edink@php.net</email>
</author>
<published>2002-02-28T11:48:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ca1fdf8a55b7dce499bf11b3351a0fb38db7833d'/>
<id>ca1fdf8a55b7dce499bf11b3351a0fb38db7833d</id>
<content type='text'>
# Please note that this only applies when installing php with
# make install. The binary is still built as "php" in top build dir.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Please note that this only applies when installing php with
# make install. The binary is still built as "php" in top build dir.

</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>
</feed>
