summaryrefslogtreecommitdiff
path: root/php.ini-development
Commit message (Collapse)AuthorAgeFilesLines
* Fix opcache.max_accelerated_files doc in php.iniMartin Hujer2017-04-021-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.iniMarkus Staab2017-01-111-0/+1
|
* Revert "set more suitable defaults for opcache in ini and code"Joe Watkins2017-01-091-4/+4
| | | | | | This reverts commit b655f2d6325c64e5da1f016a2742a6abf669ecaf. This has been deemed unsuitable for 7.0
* set more suitable defaults for opcache in ini and codeMarkus Staab2017-01-091-4/+4
|
* Update php.ini-developmentMarkus Staab2017-01-061-1/+1
|
* update php.ini-* for bug #69090Anatol Belski2016-11-211-0/+6
|
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-11-181-0/+22
|\
| * Fix #64526: Add missing mysqlnd.* parameters to php.ini-*Christoph M. Becker2016-11-181-0/+22
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-261-0/+12
|\ \ | |/
| * Fix #53745: cgi.discard_path option is missing from php.iniChristoph M. Becker2016-09-261-0/+12
| | | | | | | | Also cgi.check_shebang_line has been missing.
* | document file cache fallback ini directiveAnatol Belski2016-07-291-0/+5
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-211-1/+0
|\ \ | |/
| * Removed incorrect (leftover?) sentence in iniPieter Hordijk2016-07-211-1/+0
| | | | | | | | about mbstring or iconv output handler
* | Fix #71554: FTP has not built-in supportChristoph M. Becker2016-06-121-0/+1
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-05-081-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 Belski2016-05-081-0/+1
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2015-12-241-4/+3
|\ \ | |/ | | | | | | * PHP-5.6: Update default_mimetype ini setting description
| * Update default_mimetype ini setting descriptionThomas Punt2015-12-241-4/+3
| | | | | | | | This is in response to doc bug #70287
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-12-171-4/+0
|\ \ | |/ | | | | | | Conflicts: ext/opcache/Optimizer/pass1_5.c
| * Remove sqlite extension leftover references (was removed in PHP 5.4)Lior Kaplan2015-12-161-4/+0
| |
* | Add entry for session.lazy_writeLior Kaplan2015-12-161-0/+4
| |
* | Added information about new opcache configuration directivesDmitry Stogov2015-09-171-0/+15
| |
* | Removed trailing whitespacesoftwarespot2015-08-261-2/+2
| |
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-141-1/+0
|\ \ | |/ | | | | | | * PHP-5.6: Fix #53840: Misleading extension entries in php.ini
| * Fix #53840: Misleading extension entries in php.iniChristoph M. Becker2015-07-141-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 Belski2015-07-071-0/+4
| |
* | Rmoved opcache.load_comments.Dmitry Stogov2015-06-151-5/+0
| |
* | ext/mysql has been removed as of PHP 7.0.0Christoph M. Becker2015-06-131-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.iniAndy Footner2015-05-011-1/+1
| |
* | Hmm, zend.assertions is not really on/off, but -1/0/1Bob Weinand2015-04-191-5/+9
| |
* | Add zend.assertions and assert.exception to php.ini-*Bob Weinand2015-04-191-1/+12
| |
* | removed obsolete php.ini optionsAnatol Belski2015-02-101-92/+0
| |
* | Added two missing opcache ini directives (restrict_api and mmap_base)PeeHaa2015-01-311-0/+10
| |
* | Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-231-7/+4
|\ \ | |/ | | | | | | * PHP-5.6: Update comments in php.ini
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-231-7/+4
| |\ | | | | | | | | | | | | * PHP-5.5: Update comments in php.ini
| | * Update comments in php.iniSobak2014-11-231-7/+4
| | |
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-231-7/+7
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Fix php.ini-*'s comment about directive: request_order
| * | Fix php.ini-*'s comment about directive: request_orderReeze Xia2014-11-231-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 Cowburn2014-11-191-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.6: NEWS Fix #68355: Inconsistency in example php.ini comments
| * | Fix #68355: Inconsistency in example php.ini commentsChris McCafferty2014-11-191-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"> tagsNikita Popov2014-10-051-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 Meesters2014-09-231-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Fixed typo
| * | Fixed typoSebastian Zartner2014-09-231-1/+1
| | |
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-2/+2
| | |
* | | Merge branch 'PHP-5.6'Anatol Belski2014-04-141-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Fixed bug #67033 Remove reference to Windows 95
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-04-141-2/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.5: Fixed bug #67033 Remove reference to Windows 95
| | * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-141-2/+2
| | |\ | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #67033 Remove reference to Windows 95
| | | * Fixed bug #67033 Remove reference to Windows 95Anatol Belski2014-04-141-2/+2
| | | |
* | | | Merge branch 'PHP-5.6'Yasuo Ohgaki2014-03-181-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 Ohgaki2014-03-181-7/+16
| | | | | | | | | | | | | | | | related changes