<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/apache/php_apache.c, branch php-4.0.4RC5</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>trivial output change</title>
<updated>2000-10-13T19:08:05+00:00</updated>
<author>
<name>Daniel Beulshausen</name>
<email>dbeu@php.net</email>
</author>
<published>2000-10-13T19:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c6e0cef254ec976bcbfd462bb75b6aea8df820ad'/>
<id>c6e0cef254ec976bcbfd462bb75b6aea8df820ad</id>
<content type='text'>
# someone urged me too

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# someone urged me too

</pre>
</div>
</content>
</entry>
<entry>
<title>Missed a couple of center attributes</title>
<updated>2000-08-28T09:01:54+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2000-08-28T09:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8a36eb220ec30163601fbd5d5eca5710573ac115'/>
<id>8a36eb220ec30163601fbd5d5eca5710573ac115</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>- More #if WIN32|WINNT -&gt; #ifdef PHP_WIN32 conversions</title>
<updated>2000-06-15T23:45:05+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2000-06-15T23:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2987d5216ed33e2701a52a5a02f6594ba405564a'/>
<id>2987d5216ed33e2701a52a5a02f6594ba405564a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix virtual() when used with output buffering</title>
<updated>2000-06-05T21:19:21+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2000-06-05T21:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=78d77c1476fd2b47ddaef826b4ab5fbc02cf3156'/>
<id>78d77c1476fd2b47ddaef826b4ab5fbc02cf3156</id>
<content type='text'>
@ Fix virtual() when used with output buffering (Marc Pohl)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
@ Fix virtual() when used with output buffering (Marc Pohl)

</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>apache module now compiles under win32, apache loads, but crashes on line 1167 main.c on page request</title>
<updated>2000-04-30T04:15:26+00:00</updated>
<author>
<name>Shane Caraveo</name>
<email>shane@php.net</email>
</author>
<published>2000-04-30T04:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8d3ce80f48fa7f9e7b15d6e4521c73db622bce67'/>
<id>8d3ce80f48fa7f9e7b15d6e4521c73db622bce67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>last one ... promise</title>
<updated>2000-04-07T17:09:18+00:00</updated>
<author>
<name>Colin Viebrock</name>
<email>cmv@php.net</email>
</author>
<published>2000-04-07T17:09:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=adc5bbc9250c8faae40abaeac52286d4520628f1'/>
<id>adc5bbc9250c8faae40abaeac52286d4520628f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo</title>
<updated>2000-04-07T17:04:57+00:00</updated>
<author>
<name>Colin Viebrock</name>
<email>cmv@php.net</email>
</author>
<published>2000-04-07T17:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d02a351061f09fa52e10ab906a368cf6e9fd0719'/>
<id>d02a351061f09fa52e10ab906a368cf6e9fd0719</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo</title>
<updated>2000-04-07T17:02:01+00:00</updated>
<author>
<name>Colin Viebrock</name>
<email>cmv@php.net</email>
</author>
<published>2000-04-07T17:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=02c3eb2bd5cbfcd853284c8a23678235d8a9ffe5'/>
<id>02c3eb2bd5cbfcd853284c8a23678235d8a9ffe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
