<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/webjames, branch php-4.3.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>Revert PHP part of the fd patch</title>
<updated>2003-05-21T09:34:21+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2003-05-21T09:34:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2127840893fd699284d21d4e6f2666accdb11814'/>
<id>2127840893fd699284d21d4e6f2666accdb11814</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>protect against further surprises by initializing all zend_file_handle's</title>
<updated>2003-05-17T08:06:53+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2003-05-17T08:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=80538812119d4f940fce2bc408761a28c8b3add5'/>
<id>80538812119d4f940fce2bc408761a28c8b3add5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Bump year.</title>
<updated>2002-12-31T16:27:40+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2002-12-31T16:27:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=03d440e1c0821e32c0fff4402c882a12e2d1e35f'/>
<id>03d440e1c0821e32c0fff4402c882a12e2d1e35f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>another startup initialization fix - only ISAPI and CGI SAPI's tested,</title>
<updated>2002-09-18T21:57:42+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2002-09-18T21:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=76312b4508b43ed2cebd97b749e9e90181e55073'/>
<id>76312b4508b43ed2cebd97b749e9e90181e55073</id>
<content type='text'>
minor compile buglets might occur in other SAPIs, but should be trivial
to fix...

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
minor compile buglets might occur in other SAPIs, but should be trivial
to fix...

</pre>
</div>
</content>
</entry>
<entry>
<title>Add sapi_header_op interface which supersedes the sapi_add_header and _ex</title>
<updated>2002-07-03T10:42:31+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-07-03T10:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9c876ea01ad806ae6e345c5dc0cf252c0ebe8864'/>
<id>9c876ea01ad806ae6e345c5dc0cf252c0ebe8864</id>
<content type='text'>
calls.

Revert the change to the sapi_add_header_ex interface.

Fix various bugs:

1.  header("HTTP/1.0 306 foo");
    header("Location: absolute-uri");

    did not work in combination with several SAPI modules, because
    http_status_line was never properly reset.  And thus, all SAPI
    modules which looked at http_status_line ignored the changed
    http_response_code.

2.  The CGI SAPI did not send out the HTTP status line at all, if
    http_status_line had not been set explicitly by calling
    header("HTTP/1.0 200 foo");

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

Revert the change to the sapi_add_header_ex interface.

Fix various bugs:

1.  header("HTTP/1.0 306 foo");
    header("Location: absolute-uri");

    did not work in combination with several SAPI modules, because
    http_status_line was never properly reset.  And thus, all SAPI
    modules which looked at http_status_line ignored the changed
    http_response_code.

2.  The CGI SAPI did not send out the HTTP status line at all, if
    http_status_line had not been set explicitly by calling
    header("HTTP/1.0 200 foo");

</pre>
</div>
</content>
</entry>
<entry>
<title>Backslashes caused the build to fail with autoconf 2.52</title>
<updated>2002-03-24T22:57:00+00:00</updated>
<author>
<name>Alex Waugh</name>
<email>alexwaugh@php.net</email>
</author>
<published>2002-03-24T22:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0f3b3045062bc392700f1d630228917679106c6a'/>
<id>0f3b3045062bc392700f1d630228917679106c6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Please welcome the new build system.</title>
<updated>2002-03-07T14:20:02+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-03-07T14:20:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9d9d39a0de3bec962c343051011f5a2ed7d7b242'/>
<id>9d9d39a0de3bec962c343051011f5a2ed7d7b242</id>
<content type='text'>
If you encounter any problems, please make sure to email sas@php.net
directly.

An introduction can be found on

http://schumann.cx/buildv5.txt

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you encounter any problems, please make sure to email sas@php.net
directly.

An introduction can be found on

http://schumann.cx/buildv5.txt

</pre>
</div>
</content>
</entry>
<entry>
<title>Updated build instructions</title>
<updated>2002-03-03T14:25:59+00:00</updated>
<author>
<name>Alex Waugh</name>
<email>alexwaugh@php.net</email>
</author>
<published>2002-03-03T14:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e0a228f55d138552b3941e9b5f73bd121956874d'/>
<id>e0a228f55d138552b3941e9b5f73bd121956874d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated to new TSRM macros</title>
<updated>2002-02-17T12:55:52+00:00</updated>
<author>
<name>Alex Waugh</name>
<email>alexwaugh@php.net</email>
</author>
<published>2002-02-17T12:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=11318ff8efab6a1a34a54bb5b0d666a9a77c5390'/>
<id>11318ff8efab6a1a34a54bb5b0d666a9a77c5390</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update headers.</title>
<updated>2001-12-11T15:32:16+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2001-12-11T15:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=38933514e1d60ac2f93225a705ed36b5b23d4e45'/>
<id>38933514e1d60ac2f93225a705ed36b5b23d4e45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
