<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli/php_http_parser.h, branch php-5.4.43</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>Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver</title>
<updated>2012-09-18T20:16:51+00:00</updated>
<author>
<name>Lars Strojny</name>
<email>lstrojny@php.net</email>
</author>
<published>2012-09-18T20:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=aa133ea2821787c0cf4ac8750ddd22341752f135'/>
<id>aa133ea2821787c0cf4ac8750ddd22341752f135</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Respond with 501 to unknown request methods</title>
<updated>2012-09-16T06:11:12+00:00</updated>
<author>
<name>Niklas Lindgren</name>
<email>nikc@iki.fi</email>
</author>
<published>2012-09-12T16:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=27542db4e70c388346fc9983b9c7d58248aaa52d'/>
<id>27542db4e70c388346fc9983b9c7d58248aaa52d</id>
<content type='text'>
Fixed typo

Moved 501 response from dispatch to event_read_request

Return return value of send_error_page
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed typo

Moved 501 response from dispatch to event_read_request

Return return value of send_error_page
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not set)</title>
<updated>2012-08-16T18:45:21+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipensp@gmail.com</email>
</author>
<published>2012-08-16T18:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2e1d31d123ea5f310719c6c3c51587834907b7bf'/>
<id>2e1d31d123ea5f310719c6c3c51587834907b7bf</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</title>
<updated>2011-08-19T11:33:59+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pajoye@php.net</email>
</author>
<published>2011-08-19T11:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6a0910075d0d85b1b834406341060d5b0c223e07'/>
<id>6a0910075d0d85b1b834406341060d5b0c223e07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #55457 for 5.4 branch</title>
<updated>2011-08-19T07:40:51+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2011-08-19T07:40:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9cdb9a80a77933cbd205b4447a118ff40d42e74d'/>
<id>9cdb9a80a77933cbd205b4447a118ff40d42e74d</id>
<content type='text'>
Use ssize_t instead of long (as pierre suggestion)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use ssize_t instead of long (as pierre suggestion)

</pre>
</div>
</content>
</entry>
<entry>
<title>- do not use 64bit integer instead of size_t (can't be alloc'ed), or when the actual possible values are 32bit or lower only</title>
<updated>2011-08-18T09:16:04+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pajoye@php.net</email>
</author>
<published>2011-08-18T09:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0fd3f882cdf96ac58b08648f9b9d577829e3799c'/>
<id>0fd3f882cdf96ac58b08648f9b9d577829e3799c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- WS</title>
<updated>2011-08-17T11:59:39+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pajoye@php.net</email>
</author>
<published>2011-08-17T11:59:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bae911f41b7879858c08ac0203ca40b58628747b'/>
<id>bae911f41b7879858c08ac0203ca40b58628747b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- use provided stdint.h and avoid double definitions</title>
<updated>2011-08-17T11:56:04+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pajoye@php.net</email>
</author>
<published>2011-08-17T11:56:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cef071fd805ecc08fb1e676ec20df1d470d3be76'/>
<id>cef071fd805ecc08fb1e676ec20df1d470d3be76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add built-in web server to CLI SAPI. See the RFC for detail.</title>
<updated>2011-06-20T20:27:39+00:00</updated>
<author>
<name>Moriyoshi Koizumi</name>
<email>moriyoshi@php.net</email>
</author>
<published>2011-06-20T20:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5b921a87a194f7758c3ab817ded47e9b5bc3efaa'/>
<id>5b921a87a194f7758c3ab817ded47e9b5bc3efaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
