<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/isapi/php4isapi.c, branch php-4.0.4pl1</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>Update SAPI modules to interface with the new TSRM.</title>
<updated>2000-11-18T02:44:04+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-11-18T02:44:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=030b707296e98813cecb75dba46eca0fa56ef8c8'/>
<id>030b707296e98813cecb75dba46eca0fa56ef8c8</id>
<content type='text'>
Enable thread-safety memory debugging in ISAPI when in debug mode

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable thread-safety memory debugging in ISAPI when in debug mode

</pre>
</div>
</content>
</entry>
<entry>
<title>Unify handling of aborted connections</title>
<updated>2000-10-29T16:14:27+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-10-29T16:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=af87dfe204d4418951071d102ef15b1b26db2aa2'/>
<id>af87dfe204d4418951071d102ef15b1b26db2aa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(Zeus-specific) Don't GetServerVariable() for vars which Zeus doesn't use</title>
<updated>2000-09-19T17:43:11+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2000-09-19T17:43:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fd810404207e214174c2bdf439e9f06b3265674f'/>
<id>fd810404207e214174c2bdf439e9f06b3265674f</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 which could truncate PHP_SELF</title>
<updated>2000-09-19T17:34:53+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2000-09-19T17:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4208c264d7755aa540853811d88b71790aeee5cb'/>
<id>4208c264d7755aa540853811d88b71790aeee5cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore the headers_only test to the centralized SAPI startup.  If necessary, it can</title>
<updated>2000-09-08T14:43:57+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-09-08T14:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=91c808ecc421ddaea9b0ae7f842daa727cfbf575'/>
<id>91c808ecc421ddaea9b0ae7f842daa727cfbf575</id>
<content type='text'>
be overriden in the activate() callback.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be overriden in the activate() callback.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Change spaces to tab</title>
<updated>2000-08-28T19:31:56+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2000-08-28T19:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=69e2d48738f9149fe6ac9608eefb9d3585d95ee1'/>
<id>69e2d48738f9149fe6ac9608eefb9d3585d95ee1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The status quo in PHP is that the current directory is initialized</title>
<updated>2000-08-20T14:29:00+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-08-20T14:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1d68a02df36170851b4c3e72faea43129022642e'/>
<id>1d68a02df36170851b4c3e72faea43129022642e</id>
<content type='text'>
to the directory where the executing script is located.

Since this needs to be implemented for all SAPI modules anyway, this
change moves the functionality to php_execute_script() and gets rid
of the per-module code.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to the directory where the executing script is located.

Since this needs to be implemented for all SAPI modules anyway, this
change moves the functionality to php_execute_script() and gets rid
of the per-module code.

</pre>
</div>
</content>
</entry>
<entry>
<title>REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHP</title>
<updated>2000-08-18T14:18:57+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2000-08-18T14:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ea98567404584be93ffff4a74a619e16501650ac'/>
<id>ea98567404584be93ffff4a74a619e16501650ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(send_headers) Removed code freeing http_status_line, this is performed</title>
<updated>2000-08-17T13:40:40+00:00</updated>
<author>
<name>Ben Mansell</name>
<email>joosters@php.net</email>
</author>
<published>2000-08-17T13:40:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8751bcb8ebeb47575360627fff3e50b847dfc637'/>
<id>8751bcb8ebeb47575360627fff3e50b847dfc637</id>
<content type='text'>
               in sapi_send_headers()
# Looks like a similar problem in sapi/pi3web/pi3web_sapi.c as well.
# I can't test this though, so I'm being paranoid and not changing that code.
# Could someone please check this?

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
               in sapi_send_headers()
# Looks like a similar problem in sapi/pi3web/pi3web_sapi.c as well.
# I can't test this though, so I'm being paranoid and not changing that code.
# Could someone please check this?

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix zend_fiel_handle handling. Should fix URL include</title>
<updated>2000-08-13T18:00:50+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2000-08-13T18:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5090b1e8d5d3a3dc2afcb418d059520e8b9dd528'/>
<id>5090b1e8d5d3a3dc2afcb418d059520e8b9dd528</id>
<content type='text'>
and various opened_path inconsistencies.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and various opened_path inconsistencies.

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