<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/main/php_output.h, branch php-5.0.4</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>Guard display_startup_errors with checking for default (working) output</title>
<updated>2004-03-14T23:56:07+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2004-03-14T23:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=97b5bb474e027643278ae4358d8fc69bf502d0eb'/>
<id>97b5bb474e027643278ae4358d8fc69bf502d0eb</id>
<content type='text'>
functions.

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

</pre>
</div>
</content>
</entry>
<entry>
<title>wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocks</title>
<updated>2004-02-20T08:04:30+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2004-02-20T08:04:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b8f7d9f9f5c44d2100aa9691cac1838f57cbfb40'/>
<id>b8f7d9f9f5c44d2100aa9691cac1838f57cbfb40</id>
<content type='text'>
(else they won't be usable from C++ extensions)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(else they won't be usable from C++ extensions)

</pre>
</div>
</content>
</entry>
<entry>
<title>- Happy new year and PHP 5 for rest of the files too..</title>
<updated>2004-01-08T17:33:29+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2004-01-08T17:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ccfc46b0aa1f9066a40d051250d6bdb5fb203aeb'/>
<id>ccfc46b0aa1f9066a40d051250d6bdb5fb203aeb</id>
<content type='text'>
# Should the LICENSE and Zend/LICENSE dates be updated too?

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Should the LICENSE and Zend/LICENSE dates be updated too?

</pre>
</div>
</content>
</entry>
<entry>
<title>updating license information in the headers.</title>
<updated>2003-06-10T20:04:29+00:00</updated>
<author>
<name>James Cox</name>
<email>imajes@php.net</email>
</author>
<published>2003-06-10T20:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f68c7ff249f9d64f5381063711349bca18671dcc'/>
<id>f68c7ff249f9d64f5381063711349bca18671dcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump year.</title>
<updated>2002-12-31T15:59:15+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2002-12-31T15:59:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2c5d4b8c230f838a5fc148f94ef93a41a4e589a4'/>
<id>2c5d4b8c230f838a5fc148f94ef93a41a4e589a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Begin the cleanup - remove ob_flush_all()</title>
<updated>2002-10-06T09:06:24+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2002-10-06T09:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=de36720e0e59c593062cb3e3440665deec6f3a0f'/>
<id>de36720e0e59c593062cb3e3440665deec6f3a0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ob_flush_all() that flushes bufferred contents until it actually</title>
<updated>2002-10-03T07:17:14+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2002-10-03T07:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=66a50c5373e8d0d7bd1fcf8accb0ac179a0122b3'/>
<id>66a50c5373e8d0d7bd1fcf8accb0ac179a0122b3</id>
<content type='text'>
sent/printed.
@ Added ob_flush_all() that flushes all buffers. (Yasuo)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sent/printed.
@ Added ob_flush_all() that flushes all buffers. (Yasuo)

</pre>
</div>
</content>
</entry>
<entry>
<title>Move wrong output buffer usage check to ob_gzhandler init.</title>
<updated>2002-10-03T03:58:12+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2002-10-03T03:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=22bf29384e000df1331cdaa9069133e09c989405'/>
<id>22bf29384e000df1331cdaa9069133e09c989405</id>
<content type='text'>
Export some output buffer functions.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Export some output buffer functions.

</pre>
</div>
</content>
</entry>
<entry>
<title>Added ob_get_clean() and  ob_get_flush().</title>
<updated>2002-10-03T01:36:44+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2002-10-03T01:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bd177ce7c1b4a9d73fc38c4f41e6001085ad882d'/>
<id>bd177ce7c1b4a9d73fc38c4f41e6001085ad882d</id>
<content type='text'>
Someone requested this feature before.
@ Added ob_get_clean() and og_get_flush(). (Yasuo)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Someone requested this feature before.
@ Added ob_get_clean() and og_get_flush(). (Yasuo)

</pre>
</div>
</content>
</entry>
<entry>
<title>Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double_buffering.</title>
<updated>2002-09-01T11:33:19+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2002-09-01T11:33:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=714c19fe66dd5feef380eccb4606be5193381c13'/>
<id>714c19fe66dd5feef380eccb4606be5193381c13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
