<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/php.ini-development, branch php-7.2.14</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>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2018-12-08T09:25:05+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2018-12-08T09:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fd0077bf0621dc28962cfce13431f2fcbff5c504'/>
<id>fd0077bf0621dc28962cfce13431f2fcbff5c504</id>
<content type='text'>
* PHP-7.1:
  add imap.enable_insecure_rsh in php.ini
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  add imap.enable_insecure_rsh in php.ini
</pre>
</div>
</content>
</entry>
<entry>
<title>add imap.enable_insecure_rsh in php.ini</title>
<updated>2018-12-08T09:24:36+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2018-12-08T09:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4288674651e18360e8e3988c528e9a8c66666ff0'/>
<id>4288674651e18360e8e3988c528e9a8c66666ff0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim trailing whitespace in source code files</title>
<updated>2018-10-13T12:14:50+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-10-13T12:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=902d39a3a79c6efe93c8879575fdd5a759cf03de'/>
<id>902d39a3a79c6efe93c8879575fdd5a759cf03de</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-7.1' into PHP-7.2</title>
<updated>2018-05-26T20:06:44+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2018-05-26T20:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4455899a938167ea8617e71dd5f19e92dcc8ab0c'/>
<id>4455899a938167ea8617e71dd5f19e92dcc8ab0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing opcache.opt_debug_level ini directive</title>
<updated>2018-05-26T20:04:20+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-05-26T17:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=974c46b89bdb0b84e36890907d17f7a6ae7d058a'/>
<id>974c46b89bdb0b84e36890907d17f7a6ae7d058a</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-7.1' into PHP-7.2</title>
<updated>2018-03-13T22:56:31+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-03-13T22:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7448b033007059b966c51764f54598dc7389e7c9'/>
<id>7448b033007059b966c51764f54598dc7389e7c9</id>
<content type='text'>
* PHP-7.1:
  Fix #74139: mail.add_x_header default inconsistent with docs [ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix #74139: mail.add_x_header default inconsistent with docs [ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #74139: mail.add_x_header default inconsistent with docs [ci skip]</title>
<updated>2018-03-13T22:54:42+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-03-13T22:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=25f324fad7f2d753d1d8c87035a059f16cd7799c'/>
<id>25f324fad7f2d753d1d8c87035a059f16cd7799c</id>
<content type='text'>
mail.add_x_header actually defaults to `Off`, so we should use this
default in the provided `php.ini`s.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mail.add_x_header actually defaults to `Off`, so we should use this
default in the provided `php.ini`s.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2018-03-13T13:33:20+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-03-13T13:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b2622ed8387dd0f98e2d2c559efec0cd54560bdd'/>
<id>b2622ed8387dd0f98e2d2c559efec0cd54560bdd</id>
<content type='text'>
* PHP-7.1:
  Fix #76088: ODBC functions are not available by default on Windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix #76088: ODBC functions are not available by default on Windows
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #76088: ODBC functions are not available by default on Windows</title>
<updated>2018-03-13T13:30:43+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-03-13T13:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cab354debd953701ec1ecc066c0ef0690f8ed35c'/>
<id>cab354debd953701ec1ecc066c0ef0690f8ed35c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document removal of opcache.fast_shutdown</title>
<updated>2017-12-18T20:44:48+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-12-18T20:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a1d2bf831f22f0f583ea9aa7c18b3a257b907396'/>
<id>a1d2bf831f22f0f583ea9aa7c18b3a257b907396</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
</feed>
