<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli, branch php-5.6.6RC1</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>bump year</title>
<updated>2015-01-15T15:26:37+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2015-01-15T15:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=0579e8278dad43c7ebc070468b56caddf1c660b8'/>
<id>0579e8278dad43c7ebc070468b56caddf1c660b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #68784</title>
<updated>2015-01-10T02:09:13+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2015-01-10T02:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=5065505c935913e124d647df6f80f5efddae39a9'/>
<id>5065505c935913e124d647df6f80f5efddae39a9</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.5' into PHP-5.6</title>
<updated>2015-01-06T01:27:37+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2015-01-06T01:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=27ff425b78a1355a24d44eb719291ebd9022bc87'/>
<id>27ff425b78a1355a24d44eb719291ebd9022bc87</id>
<content type='text'>
* PHP-5.5:
  Handle NULL strings in sapi_cli_server_register_variable().
  Allow CLI server test scripts to specify the name of the router file.

Conflicts:
	sapi/cli/tests/php_cli_server.inc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  Handle NULL strings in sapi_cli_server_register_variable().
  Allow CLI server test scripts to specify the name of the router file.

Conflicts:
	sapi/cli/tests/php_cli_server.inc
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle NULL strings in sapi_cli_server_register_variable().</title>
<updated>2015-01-06T01:23:27+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2015-01-06T01:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=448ef30f75988384b84cdb88bbb3a1a56b9534da'/>
<id>448ef30f75988384b84cdb88bbb3a1a56b9534da</id>
<content type='text'>
Fixes bug #68745 (Invalid HTTP requests make web server segfault).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug #68745 (Invalid HTTP requests make web server segfault).
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow CLI server test scripts to specify the name of the router file.</title>
<updated>2015-01-06T01:22:59+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2015-01-06T01:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=0cc2810498a56e263f2e1dd77f1f42e6c53dc99e'/>
<id>0cc2810498a56e263f2e1dd77f1f42e6c53dc99e</id>
<content type='text'>
This is required to write tests that behave differently when an index.php isn't
present in the document root. (Such as the one I'm about to commit.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is required to write tests that behave differently when an index.php isn't
present in the document root. (Such as the one I'm about to commit.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix php cli (-S option) inconsistent port parsing</title>
<updated>2014-12-01T06:42:12+00:00</updated>
<author>
<name>nil0x42</name>
<email>nil0x42@users.noreply.github.com</email>
</author>
<published>2014-07-11T17:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=2a73d56ef9e1a4ca8cbc9521e98c64a3716bbb4c'/>
<id>2a73d56ef9e1a4ca8cbc9521e98c64a3716bbb4c</id>
<content type='text'>
Add port range verification of listening port with -S option for the php cli.
This fixes inconsistent listening port due to unverified cast from long to short
with htons(3).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add port range verification of listening port with -S option for the php cli.
This fixes inconsistent listening port due to unverified cast from long to short
with htons(3).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix php cli (-S option) inconsistent port parsing</title>
<updated>2014-12-01T06:29:24+00:00</updated>
<author>
<name>nil0x42</name>
<email>nil0x42@users.noreply.github.com</email>
</author>
<published>2014-07-11T17:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=a87300241fc065c0020c7caf7a0e2e9b57405ad0'/>
<id>a87300241fc065c0020c7caf7a0e2e9b57405ad0</id>
<content type='text'>
Add port range verification of listening port with -S option for the php cli.
This fixes inconsistent listening port due to unverified cast from long to short
with htons(3).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add port range verification of listening port with -S option for the php cli.
This fixes inconsistent listening port due to unverified cast from long to short
with htons(3).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.5' into PHP-5.6</title>
<updated>2014-11-29T00:49:23+00:00</updated>
<author>
<name>Ferenc Kovacs</name>
<email>tyrael@php.net</email>
</author>
<published>2014-11-29T00:49:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=7e4b77c921fa669138c01dfe334472ce1343621f'/>
<id>7e4b77c921fa669138c01dfe334472ce1343621f</id>
<content type='text'>
* PHP-5.5:
  fix test with readline on mac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  fix test with readline on mac
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test with readline on mac</title>
<updated>2014-11-29T00:47:45+00:00</updated>
<author>
<name>Ferenc Kovacs</name>
<email>tyrael@php.net</email>
</author>
<published>2014-11-29T00:47:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=108bf849674d772cbf9bfeb2e95072f40ab4c91d'/>
<id>108bf849674d772cbf9bfeb2e95072f40ab4c91d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo fixes - https://github.com/vlajos/misspell_fixer</title>
<updated>2014-11-23T22:33:43+00:00</updated>
<author>
<name>Veres Lajos</name>
<email>vlajos@gmail.com</email>
</author>
<published>2014-11-20T20:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=4dc994571d2def413a83a607885f3e809b60019d'/>
<id>4dc994571d2def413a83a607885f3e809b60019d</id>
<content type='text'>
Conflicts:
	ext/ftp/ftp.h
	ext/pcre/pcrelib/pcre_printint.c
	ext/pcre/pcrelib/sljit/sljitLir.c
	ext/pcre/pcrelib/sljit/sljitLir.h
	ext/pcre/pcrelib/sljit/sljitNativeARM_32.c
	ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c
	ext/pgsql/pgsql.c
	ext/phar/func_interceptors.c
	ext/soap/soap.c
	ext/standard/image.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ext/ftp/ftp.h
	ext/pcre/pcrelib/pcre_printint.c
	ext/pcre/pcrelib/sljit/sljitLir.c
	ext/pcre/pcrelib/sljit/sljitLir.h
	ext/pcre/pcrelib/sljit/sljitNativeARM_32.c
	ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c
	ext/pgsql/pgsql.c
	ext/phar/func_interceptors.c
	ext/soap/soap.c
	ext/standard/image.c
</pre>
</div>
</content>
</entry>
</feed>
