<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/main/php_output.h, branch php-4.0.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>@- Added support for an optional output handler function for output</title>
<updated>2000-09-02T18:03:58+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-09-02T18:03:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cf8e389799ff213d6eadfee8839b1aaa5ebe32f8'/>
<id>cf8e389799ff213d6eadfee8839b1aaa5ebe32f8</id>
<content type='text'>
@  buffering.  This enables transparent rendering of XML through XSL,
@  transparent compression, etc. (Zeev)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
@  buffering.  This enables transparent rendering of XML through XSL,
@  transparent compression, etc. (Zeev)

</pre>
</div>
</content>
</entry>
<entry>
<title>@Added ob_get_length function (Stig)</title>
<updated>2000-08-25T03:10:42+00:00</updated>
<author>
<name>Stig Bakken</name>
<email>ssb@php.net</email>
</author>
<published>2000-08-25T03:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=03471b21ee419e00bdcafe1f3c9d7da254539a16'/>
<id>03471b21ee419e00bdcafe1f3c9d7da254539a16</id>
<content type='text'>
Added ob_get_length() function (returns size of buffer)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added ob_get_length() function (returns size of buffer)

</pre>
</div>
</content>
</entry>
<entry>
<title>Made ob_start() and friends reentrant.  It's now possible to implement this</title>
<updated>2000-07-29T14:46:09+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-07-29T14:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=52ff887db511cd393b04468e2b0a4b77859f5bd5'/>
<id>52ff887db511cd393b04468e2b0a4b77859f5bd5</id>
<content type='text'>
long-requested functionality, now that output buffering is re-entrant:

function eval_ret($code)
{
	ob_start();
	eval($code);
	$retval = ob_get_contents();
	ob_end_clean();
	return $retval;
}

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
long-requested functionality, now that output buffering is re-entrant:

function eval_ret($code)
{
	ob_start();
	eval($code);
	$retval = ob_get_contents();
	ob_end_clean();
	return $retval;
}

</pre>
</div>
</content>
</entry>
<entry>
<title>Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.</title>
<updated>2000-07-24T01:40:02+00:00</updated>
<author>
<name>David Croft</name>
<email>david@php.net</email>
</author>
<published>2000-07-24T01:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=83513d9580d56f43e0b2ab6521256b3a9375bedd'/>
<id>83513d9580d56f43e0b2ab6521256b3a9375bedd</id>
<content type='text'>
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not already been changed as I am not sure if there are any legal
# issues here. So some extensions still have PHP 3 headers.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not already been changed as I am not sure if there are any legal
# issues here. So some extensions still have PHP 3 headers.

</pre>
</div>
</content>
</entry>
<entry>
<title>Rename macros which begin with underscore to appropiate macros. The general</title>
<updated>2000-07-03T00:41:19+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-07-03T00:41:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cd754d7825924708ac00aef2e9c9f17d8e2f037c'/>
<id>cd754d7825924708ac00aef2e9c9f17d8e2f037c</id>
<content type='text'>
rule is:

	macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`

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

	macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`

</pre>
</div>
</content>
</entry>
<entry>
<title>- Make the output globals accessible from the outside world</title>
<updated>2000-06-24T13:27:34+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-06-24T13:27:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d1a6a646752cfe93382e16dc2308808d25c055ee'/>
<id>d1a6a646752cfe93382e16dc2308808d25c055ee</id>
<content type='text'>
- Fix Win32 compilation

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix Win32 compilation

</pre>
</div>
</content>
</entry>
<entry>
<title>Update the license with the new clause 6</title>
<updated>2000-05-18T15:34:45+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-05-18T15:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e043439ff61535bf6994d55a5056ff8b29b9828e'/>
<id>e043439ff61535bf6994d55a5056ff8b29b9828e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some protos</title>
<updated>2000-03-19T10:56:40+00:00</updated>
<author>
<name>Thies C. Arntzen</name>
<email>thies@php.net</email>
</author>
<published>2000-03-19T10:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=245428b241c61db1694b7605a7e3bfbd9f0a3313'/>
<id>245428b241c61db1694b7605a7e3bfbd9f0a3313</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>@Cleaned up extension namespace (Stig)</title>
<updated>2000-03-06T20:37:11+00:00</updated>
<author>
<name>Stig Bakken</name>
<email>ssb@php.net</email>
</author>
<published>2000-03-06T20:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=99e0b36321236c1bcf9d60c1e3ed07050b55a20f'/>
<id>99e0b36321236c1bcf9d60c1e3ed07050b55a20f</id>
<content type='text'>
Cleaned up extension namespace, and changed ext/standard into one single
extension.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleaned up extension namespace, and changed ext/standard into one single
extension.

</pre>
</div>
</content>
</entry>
<entry>
<title>the pipe is breaking all the time</title>
<updated>2000-02-19T23:41:32+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-02-19T23:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=86fa2aade2fdac04b2d23cd84c39ffbd14f6a9be'/>
<id>86fa2aade2fdac04b2d23cd84c39ffbd14f6a9be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
