<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/README.Zeus, 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>Altered README.Zeus to give instructions on building FastCGI.</title>
<updated>2001-03-19T11:23:57+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2001-03-19T11:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2c8c9d68d7df7452224e61465a6906ec03875932'/>
<id>2c8c9d68d7df7452224e61465a6906ec03875932</id>
<content type='text'>
Changed --with-zeus configure option into --with-isapi, since its more
descriptive (and since there are now different ways to configure PHP+Zeus)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed --with-zeus configure option into --with-isapi, since its more
descriptive (and since there are now different ways to configure PHP+Zeus)

</pre>
</div>
</content>
</entry>
<entry>
<title>Added 'you must use gcc' comment to build instructions.</title>
<updated>2001-01-24T18:20:35+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2001-01-24T18:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b5d80647fc28ba7dab4a991f98e835a9ad2e9a6a'/>
<id>b5d80647fc28ba7dab4a991f98e835a9ad2e9a6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Further updates to README.Zeus</title>
<updated>2000-11-10T16:14:00+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2000-11-10T16:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4d48df3339a42e4862cdca45cddbfdc77bfea390'/>
<id>4d48df3339a42e4862cdca45cddbfdc77bfea390</id>
<content type='text'>
# Using LD_RUN_PATH to let the libphp4.so library find other libraries.
# Surely there should be a better way, using -rpath? However, libtool
# seems to swallow any extra -rpath options given to the compiler.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Using LD_RUN_PATH to let the libphp4.so library find other libraries.
# Surely there should be a better way, using -rpath? However, libtool
# seems to swallow any extra -rpath options given to the compiler.

</pre>
</div>
</content>
</entry>
<entry>
<title>Added extra help with library issues, and some performance tuning tips</title>
<updated>2000-11-03T09:49:25+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2000-11-03T09:49:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b00ef1eb50d6f9c6ecb2b6cb436579f18f4137bf'/>
<id>b00ef1eb50d6f9c6ecb2b6cb436579f18f4137bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor adjustments to compile-advice</title>
<updated>2000-07-17T17:18:02+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2000-07-17T17:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e2d25ad5c6e1d231a22d0730b040b374f38ff95c'/>
<id>e2d25ad5c6e1d231a22d0730b040b374f38ff95c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated help section with some more compile problems &amp; solutions</title>
<updated>2000-05-30T17:34:34+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2000-05-30T17:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1c641cfdee9358f63dcc801fa77f419d1b05697b'/>
<id>1c641cfdee9358f63dcc801fa77f419d1b05697b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated build advice for different platforms</title>
<updated>2000-05-02T08:25:24+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2000-05-02T08:25:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ce86302f8a5d3480d49b57e52c2e63d9bb43d2ef'/>
<id>ce86302f8a5d3480d49b57e52c2e63d9bb43d2ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>@- Zeus Webserver support (version 3.3.6+) for ISAPI</title>
<updated>2000-04-12T09:48:26+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2000-04-12T09:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=67f867311bc63ac52e0a4f2fdb6f4befbc7d49ef'/>
<id>67f867311bc63ac52e0a4f2fdb6f4befbc7d49ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
