<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/php.ini-development, branch php-7.1.24</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>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>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>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>Revert "merge PR #2290: enable opcache in CLI in 7.1+"</title>
<updated>2017-06-02T21:36:20+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-06-02T21:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e9ff1fac85b97c677e33210770f87f7dc4bc5a24'/>
<id>e9ff1fac85b97c677e33210770f87f7dc4bc5a24</id>
<content type='text'>
This reverts commit 71fe529afc2f9bfd99d85539c709a27f025c0caa.

Without the file cache (which is not enabled by default), this has
non-trivial impact on the startup time. It also significantly
increases the baseline memory usage of PHP on CLI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 71fe529afc2f9bfd99d85539c709a27f025c0caa.

Without the file cache (which is not enabled by default), this has
non-trivial impact on the startup time. It also significantly
increases the baseline memory usage of PHP on CLI.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0' into PHP-7.1</title>
<updated>2017-04-01T23:08:24+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-04-01T23:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=32dcc1eef037da88ff483dd49a5a153096d702fc'/>
<id>32dcc1eef037da88ff483dd49a5a153096d702fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix opcache.max_accelerated_files doc in php.ini</title>
<updated>2017-04-01T23:05:26+00:00</updated>
<author>
<name>Martin Hujer</name>
<email>mhujer@gmail.com</email>
</author>
<published>2017-04-01T14:33:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=670041b60ec25e822564d337bae96e82e8d9ac89'/>
<id>670041b60ec25e822564d337bae96e82e8d9ac89</id>
<content type='text'>
As stated in docs: https://secure.php.net/manual/en/opcache.configuration.php#ini.opcache.max-accelerated-files, the maximum is now 1000000
&gt; The maximum value is 100000 in PHP &lt; 5.5.6, and 1000000 in later versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As stated in docs: https://secure.php.net/manual/en/opcache.configuration.php#ini.opcache.max-accelerated-files, the maximum is now 1000000
&gt; The maximum value is 100000 in PHP &lt; 5.5.6, and 1000000 in later versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0' into PHP-7.1</title>
<updated>2017-01-11T11:18:26+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2017-01-11T11:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6fbd61a8199fbac9aac25d0dfaf1402a8f2b4e7b'/>
<id>6fbd61a8199fbac9aac25d0dfaf1402a8f2b4e7b</id>
<content type='text'>
* PHP-7.0:
  added a note to opache.fast_shutdown why its not enabled by default in php.ini
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.0:
  added a note to opache.fast_shutdown why its not enabled by default in php.ini
</pre>
</div>
</content>
</entry>
<entry>
<title>added a note to opache.fast_shutdown why its not enabled by default in php.ini</title>
<updated>2017-01-11T11:18:10+00:00</updated>
<author>
<name>Markus Staab</name>
<email>maggus.staab@googlemail.com</email>
</author>
<published>2017-01-11T10:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ef42f49470c2d5a4c11aa67ebd78e43666555c53'/>
<id>ef42f49470c2d5a4c11aa67ebd78e43666555c53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "set more suitable defaults for opcache in ini and code"</title>
<updated>2017-01-09T17:08:07+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2017-01-09T17:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=28f2959b83ae6f853db7700c9f0dfffa6ce2f794'/>
<id>28f2959b83ae6f853db7700c9f0dfffa6ce2f794</id>
<content type='text'>
This reverts commit b655f2d6325c64e5da1f016a2742a6abf669ecaf.

This has been deemed unsuitable for 7.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b655f2d6325c64e5da1f016a2742a6abf669ecaf.

This has been deemed unsuitable for 7.0
</pre>
</div>
</content>
</entry>
<entry>
<title>merge PR #2290: enable opcache in CLI in 7.1+</title>
<updated>2017-01-09T11:00:05+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2017-01-09T11:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=71fe529afc2f9bfd99d85539c709a27f025c0caa'/>
<id>71fe529afc2f9bfd99d85539c709a27f025c0caa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
