Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing opcache.opt_debug_level ini directive | Peter Kokot | 2018-05-26 | 1 | -0/+4 |
| | |||||
* | Fix #74139: mail.add_x_header default inconsistent with docs [ci skip] | Christoph M. Becker | 2018-03-13 | 1 | -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 Windows | Christoph M. Becker | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | Revert "merge PR #2290: enable opcache in CLI in 7.1+" | Nikita Popov | 2017-06-02 | 1 | -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.1 | Nikita Popov | 2017-04-02 | 1 | -1/+1 |
|\ | |||||
| * | 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. | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-11 | 1 | -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.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 | ||||
* | | merge PR #2290: enable opcache in CLI in 7.1+ | Joe Watkins | 2017-01-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-09 | 1 | -4/+4 |
|\ \ | |/ | | | | | | | * PHP-7.0: set more suitable defaults for opcache in ini and code | ||||
| * | set more suitable defaults for opcache in ini and code | Markus Staab | 2017-01-09 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-06 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | * PHP-7.0: Increase realpath_cache_size default value add UPGRADING note for realpath_cache_size | ||||
| * | Update php.ini-development | Markus Staab | 2017-01-06 | 1 | -1/+1 |
| | | |||||
* | | Fix typo in php.ini-* comment | Yasuo Ohgaki | 2016-12-03 | 1 | -1/+1 |
| | | |||||
* | | CS (no leading space in comment for config option) | Remi Collet | 2016-11-23 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-11-21 | 1 | -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 #69090 | Anatol Belski | 2016-11-21 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-11-18 | 1 | -0/+22 |
|\ \ | |/ | |||||
| * | 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-7.0' into PHP-7.1 | Christoph M. Becker | 2016-09-26 | 1 | -0/+12 |
|\ \ \ | |/ / | |||||
| * | | 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. | ||||
* | | | Merge RFC: Session ID without hashing | Yasuo Ohgaki | 2016-08-12 | 1 | -25/+11 |
| | | | | | | | | | | | | https://wiki.php.net/rfc/session-id-without-hashing | ||||
* | | | Fix URL rewriter issues | Yasuo Ohgaki | 2016-08-11 | 1 | -16/+42 |
| | | | |||||
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-07-29 | 1 | -0/+5 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.0: document file cache fallback ini directive | ||||
| * | | 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 | ||||
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-07-21 | 1 | -1/+0 |
|\ \ \ | |||||
| * \ \ | 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 | ||||
* | | | Merge branch 'pull-request/1945' | Christoph M. Becker | 2016-07-03 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Change default gd.jpeg_ignore_warning = 1 | Christoph M. Becker | 2016-06-15 | 1 | -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 Zelenka | 2016-06-26 | 1 | -1/+4 |
|/ / | |||||
* | | 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 |
| | |