Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | comment out sqlite3.defensive = 1 | Remi Collet | 2019-03-19 | 1 | -1/+1 |
| | | | | follow common practice, this is the default value | ||||
* | SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy ↵ | bohwaz | 2019-03-11 | 1 | -0/+11 |
| | | | | against potential security flaws | ||||
* | document open_basedir and realpath cache coupling in php.ini | wbob | 2019-01-14 | 1 | -0/+2 |
| | | | | [ci skip] | ||||
* | Merge branch 'PHP-7.1' into PHP-7.2 | Remi Collet | 2018-12-08 | 1 | -0/+7 |
|\ | | | | | | | | | * PHP-7.1: add imap.enable_insecure_rsh in php.ini | ||||
| * | add imap.enable_insecure_rsh in php.ini | Remi Collet | 2018-12-08 | 1 | -0/+7 |
| | | |||||
* | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-05-26 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Add missing opcache.opt_debug_level ini directive | Peter Kokot | 2018-05-26 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-03-13 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-7.1: Fix #74139: mail.add_x_header default inconsistent with docs [ci skip] | ||||
| * | 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. | ||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-03-13 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-7.1: Fix #76088: ODBC functions are not available by default on Windows | ||||
| * | Fix #76088: ODBC functions are not available by default on Windows | Christoph M. Becker | 2018-03-13 | 1 | -1/+1 |
| | | |||||
* | | Document removal of opcache.fast_shutdown | Nikita Popov | 2017-12-18 | 1 | -4/+0 |
| | | | | | | | | [ci skip] | ||||
* | | Allow loading PHP and Zend extensions by name | Francois Laupretre | 2017-06-22 | 1 | -48/+47 |
| | | | | | | | | | | | | | | Allow extension name as INI 'extension=' and dl() argument No BC break, as file name is still accepted. When using the '-z' command line option (CLI/CGI), an absolute file name must still be provided (nothing changed here) Change comments in example INI files | ||||
* | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-06-02 | 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. | ||||
* | | Update php.ini-* for deprecated track_errors directive | ekinhbayar | 2017-05-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-04-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | | Add comma to comment in php.ini | adrian5 | 2017-03-16 | 1 | -1/+1 |
| | | | |||||
* | | | Deprecate track_errors / $php_errormsg | Nikita Popov | 2017-02-03 | 1 | -10/+4 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-11 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.1: added a note to opache.fast_shutdown why its not enabled by default in php.ini | ||||
| * | | 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 branch 'PHP-7.1' | Joe Watkins | 2017-01-09 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.1: merge PR #2290: enable opcache in CLI in 7.1+ | ||||
| * | | merge PR #2290: enable opcache in CLI in 7.1+ | Joe Watkins | 2017-01-09 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-09 | 1 | -4/+4 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.1: set more suitable defaults for opcache in ini and code | ||||
| * | | 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 | ||||
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-06 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | * PHP-7.1: Increase realpath_cache_size default value add UPGRADING note for realpath_cache_size | ||||
| * \ \ | 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 | ||||
| | * | Update php.ini-development | Markus Staab | 2017-01-06 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into remove-mcrypt | Leigh | 2016-12-12 | 1 | -1/+29 |
|\ \ \ | |||||
| * \ \ | Merge branch 'PHP-7.1' | Yasuo Ohgaki | 2016-12-03 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-7.1: Fix typo in php.ini-* comment | ||||
| | * | | Fix typo in php.ini-* comment | Yasuo Ohgaki | 2016-12-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.1' | Remi Collet | 2016-11-23 | 1 | -2/+2 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-7.1: CS (no leading space in comment for config option) | ||||
| | * | | CS (no leading space in comment for config option) | Remi Collet | 2016-11-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.1' | Anatol Belski | 2016-11-21 | 1 | -0/+6 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | * PHP-7.1: update php.ini-* for bug #69090 update php.ini-* according to changes for bug #69090 | ||||
| | * | | 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.1' | Christoph M. Becker | 2016-11-18 | 1 | -0/+22 |
| |\ \ \ | | |/ / | |||||
| | * | | 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 |
| | | | | | |||||
* | | | | | Remove mcrypt | Leigh | 2016-10-04 | 1 | -11/+0 |
|/ / / / | |||||
* | | | | Merge branch 'PHP-7.1' | Christoph M. Becker | 2016-09-26 | 1 | -0/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-09-26 | 1 | -0/+12 |
| |\ \ \ | | |/ / |