<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi, branch php-5.2.0</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>MFH: update readme</title>
<updated>2006-10-27T07:29:51+00:00</updated>
<author>
<name>Uwe Schindler</name>
<email>thetaphi@php.net</email>
</author>
<published>2006-10-27T07:29:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3cfbbc06355a9ec68696c4728d4051bf7e089d10'/>
<id>3cfbbc06355a9ec68696c4728d4051bf7e089d10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build in Sun Webserver 7 (should be in 5.2.0, it's not critical but does not break mainstream sapis!!!)</title>
<updated>2006-10-27T07:23:44+00:00</updated>
<author>
<name>Uwe Schindler</name>
<email>thetaphi@php.net</email>
</author>
<published>2006-10-27T07:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=841bac014a918b9b90c4b466c01ab8b8aa7d67b2'/>
<id>841bac014a918b9b90c4b466c01ab8b8aa7d67b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #39020 (PHP in FastCGI server mode crashes)</title>
<updated>2006-10-16T10:46:59+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2006-10-16T10:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bf95b643764ab56b3876a6fa37dce500148e2f69'/>
<id>bf95b643764ab56b3876a6fa37dce500148e2f69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Memory assigned to the request_rec should be allocated from apache pools</title>
<updated>2006-10-12T20:02:58+00:00</updated>
<author>
<name>Brian France</name>
<email>bfrance@php.net</email>
</author>
<published>2006-10-12T20:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=33879eceb3ac0cb6f97b8029da5e1e32d20ab361'/>
<id>33879eceb3ac0cb6f97b8029da5e1e32d20ab361</id>
<content type='text'>
and should not be free'ed at the end of the handler phase

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and should not be free'ed at the end of the handler phase

</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused libfcgi</title>
<updated>2006-09-28T09:37:52+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2006-09-28T09:37:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4705155d13d39e9a8816071a0cc51b6b5353fc2d'/>
<id>4705155d13d39e9a8816071a0cc51b6b5353fc2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix CGI build</title>
<updated>2006-09-23T12:27:40+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2006-09-23T12:27:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bc81c718c800a96db627e4f4a2f69cd0b5f9f87a'/>
<id>bc81c718c800a96db627e4f4a2f69cd0b5f9f87a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore support for unquoted -d options</title>
<updated>2006-09-22T17:41:09+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2006-09-22T17:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=be18d5f34521fc5bf5a0d55f6949fe5672f3ffee'/>
<id>be18d5f34521fc5bf5a0d55f6949fe5672f3ffee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests).</title>
<updated>2006-09-19T20:33:12+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2006-09-19T20:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7d14dad02ea58db34594e91f759424c51071c5a8'/>
<id>7d14dad02ea58db34594e91f759424c51071c5a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix leak with `php -c /path -h`</title>
<updated>2006-09-15T08:18:36+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2006-09-15T08:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4b257a1c0e4af80a162727789e595b6d77e136ae'/>
<id>4b257a1c0e4af80a162727789e595b6d77e136ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI)</title>
<updated>2006-09-13T13:03:01+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2006-09-13T13:03:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=da09526eac51934a8630647821f0df9322f087af'/>
<id>da09526eac51934a8630647821f0df9322f087af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
