summaryrefslogtreecommitdiff
path: root/php.ini-production
Commit message (Collapse)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file.
* [ci skip] Add opcache.preload directiveChristoph M. Becker2019-01-211-0/+5
|
* Merge branch 'PHP-7.3'Nikita Popov2019-01-141-0/+2
|\ | | | | | | [ci skip]
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-141-0/+2
| |\ | | | | | | | | | [ci skip]
| | * document open_basedir and realpath cache coupling in php.iniwbob2019-01-141-0/+2
| | | | | | | | | | | | [ci skip]
* | | Added FFI extensionDmitry Stogov2019-01-141-0/+7
| | |
* | | Merge branch 'PHP-7.3'Remi Collet2018-12-081-0/+7
|\ \ \ | |/ / | | | | | | | | | * PHP-7.3: add imap.enable_insecure_rsh in php.ini
| * | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2018-12-081-0/+7
| |\ \ | | |/ | | | | | | | | | * PHP-7.2: add imap.enable_insecure_rsh in php.ini
| | * 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
| | | |
| * | | 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
| | |