summaryrefslogtreecommitdiff
path: root/php.ini-development
Commit message (Collapse)AuthorAgeFilesLines
* comment out sqlite3.defensive = 1Remi Collet2019-03-191-1/+1
| | | | follow common practice, this is the default value
* SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy ↵bohwaz2019-03-111-0/+11
| | | | against potential security flaws
* document open_basedir and realpath cache coupling in php.iniwbob2019-01-141-0/+2
| | | | [ci skip]
* Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2018-12-081-0/+7
|\ | | | | | | | | * PHP-7.1: add imap.enable_insecure_rsh in php.ini
| * add imap.enable_insecure_rsh in php.iniRemi Collet2018-12-081-0/+7
| |
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-05-261-0/+4
|\ \ | |/
| * Add missing opcache.opt_debug_level ini directivePeter Kokot2018-05-261-0/+4
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-131-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. 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.
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-131-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 WindowsChristoph M. Becker2018-03-131-1/+1
| |
* | Document removal of opcache.fast_shutdownNikita Popov2017-12-181-4/+0
| | | | | | | | [ci skip]
* | Allow loading PHP and Zend extensions by nameFrancois Laupretre2017-06-221-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 Popov2017-06-021-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.
* | Update php.ini-* for deprecated track_errors directiveekinhbayar2017-05-081-1/+1
| |
* | Merge branch 'PHP-7.1'Nikita Popov2017-04-021-1/+1
|\ \ | |/
| * 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.
* | | Add comma to comment in php.iniadrian52017-03-161-1/+1
| | |
* | | Deprecate track_errors / $php_errormsgNikita Popov2017-02-031-10/+4
| | |
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-111-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.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 branch 'PHP-7.1'Joe Watkins2017-01-091-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 Watkins2017-01-091-1/+1
| | |
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-091-4/+4
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: set more suitable defaults for opcache in ini and code
| * | 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
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-061-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.1Joe Watkins2017-01-061-1/+1
| |\ \ \ | | |/ / | |/| / | | |/ | | | * PHP-7.0: Increase realpath_cache_size default value
| | * Update php.ini-developmentMarkus Staab2017-01-061-1/+1
| | |
* | | Merge branch 'master' into remove-mcryptLeigh2016-12-121-1/+29
|\ \ \
| * \ \ Merge branch 'PHP-7.1'Yasuo Ohgaki2016-12-031-1/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-7.1: Fix typo in php.ini-* comment
| | * | Fix typo in php.ini-* commentYasuo Ohgaki2016-12-031-1/+1
| | | |
| * | | Merge branch 'PHP-7.1'Remi Collet2016-11-231-2/+2
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-7.1: CS (no leading space in comment for config option)
| | * | CS (no leading space in comment for config option)Remi Collet2016-11-231-2/+2
| | | |
| * | | Merge branch 'PHP-7.1'Anatol Belski2016-11-211-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.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.1'Christoph M. Becker2016-11-181-0/+22
| |\ \ \ | | |/ /
| | * | 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
| | | | |
* | | | | Remove mcryptLeigh2016-10-041-11/+0
|/ / / /
* | | | Merge branch 'PHP-7.1'Christoph M. Becker2016-09-261-0/+12
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-261-0/+12
| |\ \ \ | | |/ /