<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/tux, branch php-4.3.3RC2</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>- Re-added the FD lexer patch.</title>
<updated>2003-05-31T01:37:45+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2003-05-31T01:37:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8506ee1bfe569364c552118d69d82516b6a17a12'/>
<id>8506ee1bfe569364c552118d69d82516b6a17a12</id>
<content type='text'>
# Marcus is going to add the long-opts patches back in after this.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Marcus is going to add the long-opts patches back in after this.

</pre>
</div>
</content>
</entry>
<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: no c++ comments</title>
<updated>2003-03-14T17:40:55+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2003-03-14T17:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d4a01a85247e830169e7a9acfc11269bd8589395'/>
<id>d4a01a85247e830169e7a9acfc11269bd8589395</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>- Added a new parameter to the header() function which overrides the HTTP</title>
<updated>2002-06-21T09:31:21+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2002-06-21T09:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6869cb3f5a907500d9553c978fc491748585d9db'/>
<id>6869cb3f5a907500d9553c978fc491748585d9db</id>
<content type='text'>
  response code.
@- Added a new parameter to the header() function which overrides the HTTP
@  response code. (Derick)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  response code.
@- Added a new parameter to the header() function which overrides the HTTP
@  response code. (Derick)

</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>Reduce operations in the ub_write loop.</title>
<updated>2002-03-04T08:25:20+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-03-04T08:25:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a2065b8743808235f3f81cbb11a9dd0ea13988e3'/>
<id>a2065b8743808235f3f81cbb11a9dd0ea13988e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
