<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/isapi/php4isapi.c, branch php-4.0.5RC7</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>Added support for Zeus SSL client certificate information.</title>
<updated>2001-03-07T10:28:00+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2001-03-07T10:28:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=515c20da477053fc87bfae386b623c8a88f14bbd'/>
<id>515c20da477053fc87bfae386b623c8a88f14bbd</id>
<content type='text'>
Added SERVER_SIGNATURE to the environment.

Submitted by: daniel@zeus.com

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added SERVER_SIGNATURE to the environment.

Submitted by: daniel@zeus.com

</pre>
</div>
</content>
</entry>
<entry>
<title>Thread hashtable was being initialized with a size of 1! Changed to 128 as</title>
<updated>2001-03-06T15:09:15+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2001-03-06T15:09:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a40f208ab802ba353e80dd01597c0bc210f3a415'/>
<id>a40f208ab802ba353e80dd01597c0bc210f3a415</id>
<content type='text'>
a more sensible number.
# Also could change the 'expected resources' parameter from 1, but I
# haven't tested that bit yet
----------------------------------------------------------------------

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a more sensible number.
# Also could change the 'expected resources' parameter from 1, but I
# haven't tested that bit yet
----------------------------------------------------------------------

</pre>
</div>
</content>
</entry>
<entry>
<title>Added PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE environment variables</title>
<updated>2001-02-27T13:29:21+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2001-02-27T13:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5e5f5886ff095cb0efdcfcd531deaff28f6a75bc'/>
<id>5e5f5886ff095cb0efdcfcd531deaff28f6a75bc</id>
<content type='text'>
for Zeus/ISAPI, so basic authenication works.

Submitted by: daniel@zeus.com

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for Zeus/ISAPI, so basic authenication works.

Submitted by: daniel@zeus.com

</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix copyright notices with 2001</title>
<updated>2001-02-26T06:11:02+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2001-02-26T06:11:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eb6ba01d1c739f1005554034fcdb991e810dfc21'/>
<id>eb6ba01d1c739f1005554034fcdb991e810dfc21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed non-threadsafe code: 'isapi_special_server_variables' was a static</title>
<updated>2001-02-16T16:01:34+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2001-02-16T16:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f49d4de5991499e6b427aef23e9a082b85e5b404'/>
<id>f49d4de5991499e6b427aef23e9a082b85e5b404</id>
<content type='text'>
buffer, and not allocated per-connection. Bad bad bad!

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
buffer, and not allocated per-connection. Bad bad bad!

</pre>
</div>
</content>
</entry>
<entry>
<title>@ Support Zeus 3.3.8</title>
<updated>2001-01-16T10:44:52+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2001-01-16T10:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=12537e97876def42c263711f4c6450970dc3cf36'/>
<id>12537e97876def42c263711f4c6450970dc3cf36</id>
<content type='text'>
Added changes to environment variable manipulations, to support Zeus 3.3.8
and increase compatibility between Zeus/IIS/Apache. Now, URLs like
http://foo.org/file.php/a/b/c/d work correctly.
# While testing, it looks like IIS+ISAPI is mishandling URLs like the above.
# The PATH_TRANSLATED given by ISAPI includes the /a/b/c/d bit of the URL,
# so using this var to find the script file to open on disk will not work.
# We now use SCRIPT_FILENAME if it is present (in Zeus 3.3.8)
# IIS doesn't seem to set this variable, it might be necessary to mangle
# SCRIPT_NAME and APPL_PHYSICAL_PATH together?

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added changes to environment variable manipulations, to support Zeus 3.3.8
and increase compatibility between Zeus/IIS/Apache. Now, URLs like
http://foo.org/file.php/a/b/c/d work correctly.
# While testing, it looks like IIS+ISAPI is mishandling URLs like the above.
# The PATH_TRANSLATED given by ISAPI includes the /a/b/c/d bit of the URL,
# so using this var to find the script file to open on disk will not work.
# We now use SCRIPT_FILENAME if it is present (in Zeus 3.3.8)
# IIS doesn't seem to set this variable, it might be necessary to mangle
# SCRIPT_NAME and APPL_PHYSICAL_PATH together?

</pre>
</div>
</content>
</entry>
<entry>
<title>define flag to turn off exception handling</title>
<updated>2001-01-07T23:45:24+00:00</updated>
<author>
<name>Shane Caraveo</name>
<email>shane@php.net</email>
</author>
<published>2001-01-07T23:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f1afd6f487381a5adcf684028a29c76795818bed'/>
<id>f1afd6f487381a5adcf684028a29c76795818bed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Many patches.  I hope I remember them all:</title>
<updated>2001-01-02T22:49:31+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2001-01-02T22:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bd0ac7fe14b6f2eb82a2e13a38c3eca5d4fe2e4f'/>
<id>bd0ac7fe14b6f2eb82a2e13a38c3eca5d4fe2e4f</id>
<content type='text'>
- Make sapi_module available to external modules (PHPAPI)
- Make the php.ini path reported in phpinfo() always point to
  real full path of the php.ini file
- Optimized the ISAPI module not to read unnecessary server
  variables and read necessary variables at most once.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Make sapi_module available to external modules (PHPAPI)
- Make the php.ini path reported in phpinfo() always point to
  real full path of the php.ini file
- Optimized the ISAPI module not to read unnecessary server
  variables and read necessary variables at most once.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Zeus' behaviour with URL, SCRIPT_NAME, SCRIPT_FILENAME, REQUEST_URI</title>
<updated>2000-12-15T16:18:55+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2000-12-15T16:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fbf699adb6006606295d83615b7ddb59f378234a'/>
<id>fbf699adb6006606295d83615b7ddb59f378234a</id>
<content type='text'>
environment variables
PR:
Submitted by:
Reviewed by:
Obtained from:

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
environment variables
PR:
Submitted by:
Reviewed by:
Obtained from:

</pre>
</div>
</content>
</entry>
<entry>
<title>(Zeus) Re-added some server variables that will be used.</title>
<updated>2000-12-13T17:11:01+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2000-12-13T17:11:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a017a6c0257cfc4cf330851abdbf33769e0218cb'/>
<id>a017a6c0257cfc4cf330851abdbf33769e0218cb</id>
<content type='text'>
Also added DOCUMENT_ROOT, was missing before for non-Win32

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added DOCUMENT_ROOT, was missing before for non-Win32

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