Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix opcache.max_accelerated_files doc in php.ini | Martin Hujer | 2017-04-02 | 1 | -1/+1 |
| | | | | | As stated in docs: https://secure.php.net/manual/en/opcache.configuration.php#ini.opcache.max-accelerated-files, the maximum is now 1000000 > The maximum value is 100000 in PHP < 5.5.6, and 1000000 in later versions. | ||||
* | added a note to opache.fast_shutdown why its not enabled by default in php.ini | Markus Staab | 2017-01-11 | 1 | -0/+1 |
| | |||||
* | Revert "set more suitable defaults for opcache in ini and code" | Joe Watkins | 2017-01-09 | 1 | -4/+4 |
| | | | | | | This reverts commit b655f2d6325c64e5da1f016a2742a6abf669ecaf. This has been deemed unsuitable for 7.0 | ||||
* | set more suitable defaults for opcache in ini and code | Markus Staab | 2017-01-09 | 1 | -4/+4 |
| | |||||
* | Update php.ini-development | Markus Staab | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | update php.ini-* for bug #69090 | Anatol Belski | 2016-11-21 | 1 | -0/+6 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-11-18 | 1 | -0/+22 |
|\ | |||||
| * | Fix #64526: Add missing mysqlnd.* parameters to php.ini-* | Christoph M. Becker | 2016-11-18 | 1 | -0/+22 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-09-26 | 1 | -0/+12 |
|\ \ | |/ | |||||
| * | Fix #53745: cgi.discard_path option is missing from php.ini | Christoph M. Becker | 2016-09-26 | 1 | -0/+12 |
| | | | | | | | | Also cgi.check_shebang_line has been missing. | ||||
* | | document file cache fallback ini directive | Anatol Belski | 2016-07-29 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-21 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Removed incorrect (leftover?) sentence in ini | Pieter Hordijk | 2016-07-21 | 1 | -1/+0 |
| | | | | | | | | about mbstring or iconv output handler | ||||
* | | Fix #71554: FTP has not built-in support | Christoph M. Becker | 2016-06-12 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-05-08 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | * PHP-5.6: Fixed bug #64524 Add intl.use_exceptions to php.ini-* | ||||
| * | Fixed bug #64524 Add intl.use_exceptions to php.ini-* | Anatol Belski | 2016-05-08 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Julien Pauli | 2015-12-24 | 1 | -4/+3 |
|\ \ | |/ | | | | | | | * PHP-5.6: Update default_mimetype ini setting description | ||||
| * | Update default_mimetype ini setting description | Thomas Punt | 2015-12-24 | 1 | -4/+3 |
| | | | | | | | | This is in response to doc bug #70287 | ||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2015-12-17 | 1 | -4/+0 |
|\ \ | |/ | | | | | | | Conflicts: ext/opcache/Optimizer/pass1_5.c | ||||
| * | Remove sqlite extension leftover references (was removed in PHP 5.4) | Lior Kaplan | 2015-12-16 | 1 | -4/+0 |
| | | |||||
* | | Add entry for session.lazy_write | Lior Kaplan | 2015-12-16 | 1 | -0/+4 |
| | | |||||
* | | Added information about new opcache configuration directives | Dmitry Stogov | 2015-09-17 | 1 | -0/+15 |
| | | |||||
* | | Removed trailing whitespace | softwarespot | 2015-08-26 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-07-14 | 1 | -1/+0 |
|\ \ | |/ | | | | | | | * PHP-5.6: Fix #53840: Misleading extension entries in php.ini | ||||
| * | Fix #53840: Misleading extension entries in php.ini | Christoph M. Becker | 2015-07-14 | 1 | -1/+0 |
| | | | | | | | | | | | | As of PHP 5.3.0 the php_pspell.dll is not delivered anymore with the Windows binaries, and according to bug #47464 that's highly unlike to change. So it's appropriate to remove the respective extension entry from php.ini. | ||||
* | | mention pcre.jit in the supplied php.ini-* | Anatol Belski | 2015-07-07 | 1 | -0/+4 |
| | | |||||
* | | Rmoved opcache.load_comments. | Dmitry Stogov | 2015-06-15 | 1 | -5/+0 |
| | | |||||
* | | ext/mysql has been removed as of PHP 7.0.0 | Christoph M. Becker | 2015-06-13 | 1 | -59/+0 |
| | | | | | | | | | | So remove all related settings from php.ini-*, and add a respective entry in UPGRADING (strangly, this part of fd1578c has been lost). | ||||
* | | fix typo in php.ini | Andy Footner | 2015-05-01 | 1 | -1/+1 |
| | | |||||
* | | Hmm, zend.assertions is not really on/off, but -1/0/1 | Bob Weinand | 2015-04-19 | 1 | -5/+9 |
| | | |||||
* | | Add zend.assertions and assert.exception to php.ini-* | Bob Weinand | 2015-04-19 | 1 | -1/+12 |
| | | |||||
* | | removed obsolete php.ini options | Anatol Belski | 2015-02-10 | 1 | -92/+0 |
| | | |||||
* | | Added two missing opcache ini directives (restrict_api and mmap_base) | PeeHaa | 2015-01-31 | 1 | -0/+10 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-11-23 | 1 | -7/+4 |
|\ \ | |/ | | | | | | | * PHP-5.6: Update comments in php.ini | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-11-23 | 1 | -7/+4 |
| |\ | | | | | | | | | | | | | * PHP-5.5: Update comments in php.ini | ||||
| | * | Update comments in php.ini | Sobak | 2014-11-23 | 1 | -7/+4 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-11-23 | 1 | -7/+7 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: Fix php.ini-*'s comment about directive: request_order | ||||
| * | | Fix php.ini-*'s comment about directive: request_order | Reeze Xia | 2014-11-23 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | request_order directive only support register G,P,C but not all of the EGPCS global variables. The doc <http://php.net/manual/en/ini.core.php#ini.request-order> is ok. | ||||
* | | | Merge branch 'PHP-5.6' | Peter Cowburn | 2014-11-19 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-5.6: NEWS Fix #68355: Inconsistency in example php.ini comments | ||||
| * | | Fix #68355: Inconsistency in example php.ini comments | Chris McCafferty | 2014-11-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | There are some arbitrary differences between php.ini-production and php.ini-development. This patch corrects the differences. | ||||
* | | | Remove <% and <script language="php"> tags | Nikita Popov | 2014-10-05 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per https://wiki.php.net/rfc/remove_alternative_php_tags. Removes: * <% opening tag * %> closing tag * <%= short opening tag * /<script\s+language\s*=\s*(php|"php"|'php')\s*>/i opening tag * /</script>/i closing tag * asp_tags ini directive | ||||
* | | | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-09-23 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: Fixed typo | ||||
| * | | Fixed typo | Sebastian Zartner | 2014-09-23 | 1 | -1/+1 |
| | | | |||||
* | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' | Anatol Belski | 2014-04-14 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: Fixed bug #67033 Remove reference to Windows 95 | ||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-04-14 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.5: Fixed bug #67033 Remove reference to Windows 95 | ||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-04-14 | 1 | -2/+2 |
| | |\ | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #67033 Remove reference to Windows 95 | ||||
| | | * | Fixed bug #67033 Remove reference to Windows 95 | Anatol Belski | 2014-04-14 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge branch 'PHP-5.6' | Yasuo Ohgaki | 2014-03-18 | 1 | -7/+16 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | * PHP-5.6: Modified php.ini-* description for encoding related changes | ||||
| * | | | Fixed typo in UPGRADING and modified php.ini-* description for encoding ↵ | Yasuo Ohgaki | 2014-03-18 | 1 | -7/+16 |
| | | | | | | | | | | | | | | | | related changes |