<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cgi, branch php-5.5.8</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>Implemented FR #65917 (getallheaders() is not supported by the built-in...)</title>
<updated>2013-11-12T20:27:34+00:00</updated>
<author>
<name>Andrea Faulds</name>
<email>ajf@ajf.me</email>
</author>
<published>2013-10-17T22:19:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=aee271ec0d30c332bed32b5eca1fdff1cb447eab'/>
<id>aee271ec0d30c332bed32b5eca1fdff1cb447eab</id>
<content type='text'>
- Implemented apache_request_headers() and getallheaders() alias in CLI server
- Implemented apache_response_headers() in CLI server using FastCGI code

Conflicts:
	NEWS
	UPGRADING
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Implemented apache_request_headers() and getallheaders() alias in CLI server
- Implemented apache_response_headers() in CLI server using FastCGI code

Conflicts:
	NEWS
	UPGRADING
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2013-08-11T00:33:28+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2013-08-11T00:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3f99ba6351d5742dbbec8ad96eae4ee973965fde'/>
<id>3f99ba6351d5742dbbec8ad96eae4ee973965fde</id>
<content type='text'>
* PHP-5.4:
  Fix #61345: fix install of CGI binary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Fix #61345: fix install of CGI binary
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #61345: fix install of CGI binary</title>
<updated>2013-08-11T00:33:24+00:00</updated>
<author>
<name>Michael Heimpold</name>
<email>mhei@heimpold.de</email>
</author>
<published>2013-08-09T19:06:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cdedee3fa11be4d71364ad4843aa095df03c7159'/>
<id>cdedee3fa11be4d71364ad4843aa095df03c7159</id>
<content type='text'>
When CLI was not built but only CGI binary, then a sequence of

$ ./buildconf
$ ./configure  --prefix=/usr/local/phpcgi --disable-cli
$ make -j8
$ sudo rm -rf /usr/local/phpcgi
$ sudo make install

results in the following error:

/bin/bash /srv/smb/php-src.test/libtool --silent --preserve-dup-deps --mode=install cp ext/opcache/opcache.la /srv/smb/php-src.test/modules
Installing shared extensions:     /usr/local/phpcgi/lib/php/extensions/no-debug-non-zts-20121212/
Installing PHP CGI binary:        /usr/local/phpcgi/bin/
cp: cannot create regular file `/usr/local/phpcgi/bin/#INST@28245#': No such file or directory
make: *** [install-cgi] Fehler 1

The solution is to create the binary directory before copying the
CGI binary as e.g. CLI does.

Signed-off-by: Oliver Metz &lt;oliver.metz@gmx.de&gt;

[extensive commit message]

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When CLI was not built but only CGI binary, then a sequence of

$ ./buildconf
$ ./configure  --prefix=/usr/local/phpcgi --disable-cli
$ make -j8
$ sudo rm -rf /usr/local/phpcgi
$ sudo make install

results in the following error:

/bin/bash /srv/smb/php-src.test/libtool --silent --preserve-dup-deps --mode=install cp ext/opcache/opcache.la /srv/smb/php-src.test/modules
Installing shared extensions:     /usr/local/phpcgi/lib/php/extensions/no-debug-non-zts-20121212/
Installing PHP CGI binary:        /usr/local/phpcgi/bin/
cp: cannot create regular file `/usr/local/phpcgi/bin/#INST@28245#': No such file or directory
make: *** [install-cgi] Fehler 1

The solution is to create the binary directory before copying the
CGI binary as e.g. CLI does.

Signed-off-by: Oliver Metz &lt;oliver.metz@gmx.de&gt;

[extensive commit message]

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2013-07-02T08:47:38+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-07-02T08:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8f0567581e942a56c8e73d4672387a38bcb43eb8'/>
<id>8f0567581e942a56c8e73d4672387a38bcb43eb8</id>
<content type='text'>
* PHP-5.4:
  Fixed Bug #65142 Missing phar man page
  NEWS
  Fixed Bug #65143 Missing php-cgi man page
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Fixed Bug #65142 Missing phar man page
  NEWS
  Fixed Bug #65143 Missing php-cgi man page
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Bug #65143 Missing php-cgi man page</title>
<updated>2013-07-02T08:42:47+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-07-02T08:42:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c940aab7895fa4cb109e7790ae14080090b04959'/>
<id>c940aab7895fa4cb109e7790ae14080090b04959</id>
<content type='text'>
Currently php-cgi man page is a simple redirect to
php (CLI) man page.

Could be splited / improved in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently php-cgi man page is a simple redirect to
php (CLI) man page.

Could be splited / improved in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PHP_FCGI_BACKLOG, overrides the default listen backlog</title>
<updated>2013-06-29T15:52:04+00:00</updated>
<author>
<name>Arnaud Le Blanc</name>
<email>arnaud.lb@gmail.com</email>
</author>
<published>2013-04-28T14:25:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=18f45c535b2f466647a82b02b1fd03a4461a0db2'/>
<id>18f45c535b2f466647a82b02b1fd03a4461a0db2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2013-02-17T09:20:14+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2013-02-17T09:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c877fcf6eca2a2836957a83539f6a8a4a1976ae2'/>
<id>c877fcf6eca2a2836957a83539f6a8a4a1976ae2</id>
<content type='text'>
* PHP-5.4:
  Added HTTP codes as of RFC 6585
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Added HTTP codes as of RFC 6585
</pre>
</div>
</content>
</entry>
<entry>
<title>Added HTTP codes as of RFC 6585</title>
<updated>2013-02-17T09:18:40+00:00</updated>
<author>
<name>Jonh Wendell</name>
<email>jonh.wendell@oiwifi.com.br</email>
</author>
<published>2013-02-08T16:09:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=59b016192dd52f40591ad969e1ce7c1bfcb947a3'/>
<id>59b016192dd52f40591ad969e1ce7c1bfcb947a3</id>
<content type='text'>
Added descriptions for the new HTTP codes:

- 428 Precondition Required
- 429 Too Many Requests
- 431 Request Header Fields Too Large
- 511 Network Authentication Required
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added descriptions for the new HTTP codes:

- 428 Precondition Required
- 429 Too Many Requests
- 431 Request Header Fields Too Large
- 511 Network Authentication Required
</pre>
</div>
</content>
</entry>
<entry>
<title>Happy New Year</title>
<updated>2013-01-01T08:37:09+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2013-01-01T08:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a666285bc2488b7f7362368c388e41428610ad1d'/>
<id>a666285bc2488b7f7362368c388e41428610ad1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Happy New Year</title>
<updated>2013-01-01T08:28:54+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2013-01-01T08:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0a7395e009b2df94c2a3f05aef69fb1779edf8f8'/>
<id>0a7395e009b2df94c2a3f05aef69fb1779edf8f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
