summaryrefslogtreecommitdiff
path: root/php.ini-production
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
| | | |
* | | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
| | | |
* | | | Update grammar and clarify wording in couple placesTiffany2018-09-031-2/+2
|/ / / | | | | | | | | | | | | On line 512, I clarified the sentence which uses effect, previously the sentence was awkward. On line 656, the wrong word is used, I changed affect to effect.
* | | implement same site cookie see https://bugs.php.net/bug.php?id=72230 see ↵Frederik Bosch2018-07-311-0/+5
| | | | | | | | | | | | https://tools.ietf.org/html/draft-west-first-party-cookies-07 see https://scotthelme.co.uk/csrf-is-dead/
* | | Rename none syslog.filter to all and update ini descriptionJakub Zelenka2018-07-221-8/+10
| | |
* | | Add syslog.filter INI for filtering syslog messagesPhilip Prindeville2018-07-221-0/+8
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | [ci skip] Update php.ini-productionGemorroj2018-07-141-2/+0
| | | | | | | | | | | | remove duplicated strings
* | | Update NEWS, UPGRADING and default php.ini files with syslog changesJakub Zelenka2018-07-011-2/+6
| | |
* | | Add syslog's ident and facility parameters to configPhilip Prindeville2018-07-011-0/+6
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Add ext/sodium to php.ini-*Christoph M. Becker2018-06-301-0/+1
| | |
* | | Merge branch 'PHP-7.2'Nikita Popov2018-05-261-0/+4
|\ \ \ | |/ /
| * | 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.2'Christoph M. Becker2018-03-141-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.2: Fix #74139: mail.add_x_header default inconsistent with docs [ci skip]
| * | 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.2'Christoph M. Becker2018-03-131-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.2: Fix #76088: ODBC functions are not available by default on Windows
| * | 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
| | |
* | | Sync opcache.optimization_level default valuesundarchi12018-02-101-1/+1
| | | | | | | | | | | | | | | The default value is 0x7FFFBFFF nowadays, disabling constant propagation.
* | | Fix spelling and grammar mistakes in php.ini filesMichael Smith2018-02-021-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | The spelling of input_encoding is incorrect in both the php.ini-production and php.ini-development, as of March, 2014. This fixes the spelling. Cleaning up spelling and grammar includes wrapping lines to 80 characters, adding articles such as 'the', and fixing spellings such as pathes to paths.
* | | Kill the references to C:\winnt (Windows 2000), which we don't support, also ↵Kalle Sommer Nielsen2018-01-041-2/+2
| | | | | | | | | | | | remove the note about Windows NT based OS, as we only support NT anyway
* | | Remove opcache.inherited_hackNikita Popov2017-12-181-1/+0
| | | | | | | | | | | | This ini directive has already been ignored since PHP 5.3.
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-181-4/+0
|\ \ \ | |/ / | | | | | | [ci skip]
| * | Document removal of opcache.fast_shutdownNikita Popov2017-12-181-4/+0
| | | | | | | | | | | | [ci skip]
* | | Make ini formatting more consistentsundarchi12017-12-091-14/+14
| | | | | | | | | | | | | | | Default values should have no leading space, everything else should have one.
* | | Merge branch 'PHP-7.2'Joe Watkins2017-10-231-18/+0
|\ \ \ | | | | | | | | | | | | | | | | * PHP-7.2: Fix bug #69954 and remove pdo_mysql.cache_size and mysqli.cache_size INI directives
| * \ \ Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-10-231-18/+0
| |\ \ \ | | |/ / | |/| | | | | | | | | | * PHP-7.1: Fix bug #69954 and remove pdo_mysql.cache_size and mysqli.cache_size INI directives
| | * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-231-18/+0
| | |\ \ | | | |/ | | |/| | | | | | | | | * PHP-7.0: Fix bug #69954 and remove pdo_mysql.cache_size and mysqli.cache_size INI directives
| | | * Fix bug #69954 and remove pdo_mysql.cache_size and mysqli.cache_size INI ↵Peter Kokot2017-10-231-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directives This patch removes some non working links to PHP manual and removes the pdo_mysql.cache_size and mysqli.cache_size INI directives which have been removed since PHP 5.3.0.
* | | | Removed Bird(broken)step support from ODBCKalle Sommer Nielsen2017-07-191-2/+0
|/ / /
* | | 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-2/+3
| | |
* | | 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
| | |
* | | 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