summaryrefslogtreecommitdiff
path: root/php.ini-development
Commit message (Collapse)AuthorAgeFilesLines
* Add missing opcache.opt_debug_level ini directivePeter Kokot2018-05-261-0/+4
|
* Fix #74139: mail.add_x_header default inconsistent with docs [ci skip]Christoph M. Becker2018-03-131-1/+1
| | | | | mail.add_x_header actually defaults to `Off`, so we should use this default in the provided `php.ini`s.
* Fix #76088: ODBC functions are not available by default on WindowsChristoph M. Becker2018-03-131-1/+1
|
* Revert "merge PR #2290: enable opcache in CLI in 7.1+"Nikita Popov2017-06-021-1/+1
| | | | | | | | 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.
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-04-021-1/+1
|\
| * 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.
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-111-0/+1
|\ \ | |/ | | | | | | * PHP-7.0: added a note to opache.fast_shutdown why its not enabled by default in php.ini
| * 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
* | merge PR #2290: enable opcache in CLI in 7.1+Joe Watkins2017-01-091-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-091-4/+4
|\ \ | |/ | | | | | | * PHP-7.0: set more suitable defaults for opcache in ini and code
| * set more suitable defaults for opcache in ini and codeMarkus Staab2017-01-091-4/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-061-1/+1
|\ \ | |/ | | | | | | | | * PHP-7.0: Increase realpath_cache_size default value add UPGRADING note for realpath_cache_size
| * Update php.ini-developmentMarkus Staab2017-01-061-1/+1
| |
* | Fix typo in php.ini-* commentYasuo Ohgaki2016-12-031-1/+1
| |
* | CS (no leading space in comment for config option)Remi Collet2016-11-231-2/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-211-0/+6
|\ \ | |/ | | | | | | | | * PHP-7.0: update php.ini-* for bug #69090 update php.ini-* according to changes for bug #69090
| * update php.ini-* for bug #69090Anatol Belski2016-11-211-0/+6
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-11-181-0/+22
|\ \ | |/
| * 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-7.0' into PHP-7.1Christoph M. Becker2016-09-261-0/+12
|\ \ \ | |/ /
| * | 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.
* | | Merge RFC: Session ID without hashingYasuo Ohgaki2016-08-121-25/+11
| | | | | | | | | | | | https://wiki.php.net/rfc/session-id-without-hashing
* | | Fix URL rewriter issuesYasuo Ohgaki2016-08-111-16/+42
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-07-291-0/+5
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: document file cache fallback ini directive
| * | 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
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-211-1/+0
|\ \ \
| * \ \ 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
* | | Merge branch 'pull-request/1945'Christoph M. Becker2016-07-031-1/+1
|\ \ \
| * | | Change default gd.jpeg_ignore_warning = 1Christoph M. Becker2016-06-151-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignoring these warnings apparently works fine (libgd does so in gdImageCreateJpeg()), but not ignoring them may cause imagecreatefromjpeg() to fail completely, so it seems reasonable to ignore warnings by default. Note that this change most likely doesn't constitute a BC break; we're simply being more resilient with regard to slightly broken JPEGs. See also the related [bug #72404](https://bugs.php.net/bug.php?id=72404).
* | | Change default for serialize_precision to -1 (use mode 0)Jakub Zelenka2016-06-261-1/+4
|/ /
* | 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
| |