| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify session.cookie_samesite="None" | Nikita Popov | 2020-03-18 | 1 | -1/+2 |
| | | |||||
| * | Fix typo in php.ini comment | Jacob Dreesen | 2020-03-15 | 1 | -2/+2 |
| | | |||||
| * | Fixed bug #79080 [ci skip] | George Peter Banyard | 2020-01-25 | 1 | -13/+6 |
| | | | | | | Rewrote session.gc_probability and session.gc_divisor INI setting description to be more succint. | ||||
| * | Add syslog.filter=raw | Erik Lundin | 2019-06-17 | 1 | -0/+1 |
| | | | | | | This passes through syslog message unchanged, without splitting messages at newlines. | ||||
| * | Add mbstring.regex_stack_limit to php.ini-* | Stanislav Malyshev | 2019-03-28 | 1 | -0/+5 |
| | | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Remi Collet | 2019-03-19 | 1 | -1/+1 |
| |\ | | | | | | | | | * PHP-7.2: comment out sqlite3.defensive = 1 follow common practice, this is the default value | ||||
| | * | comment out sqlite3.defensive = 1 | Remi Collet | 2019-03-19 | 1 | -1/+1 |
| | | | | | | | | | follow common practice, this is the default value | ||||
| * | | Fix #76956: Wrong value for 'syslog.filter' documented in php.ini | Christoph M. Becker | 2019-03-18 | 1 | -2/+3 |
| | | | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-03-11 | 1 | -0/+11 |
| |\ \ | |/ | | | | | | | * PHP-7.2: SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws | ||||
| | * | SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy ↵ | bohwaz | 2019-03-11 | 1 | -0/+11 |
| | | | | | | | | | against potential security flaws | ||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-01-14 | 1 | -0/+2 |
| |\ \ | |/ | | | | | [ci skip] | ||||
| | * | document open_basedir and realpath cache coupling in php.ini | wbob | 2019-01-14 | 1 | -0/+2 |
| | | | | | | | | | [ci skip] | ||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Remi Collet | 2018-12-08 | 1 | -0/+7 |
| |\ \ | |/ | | | | | | | * PHP-7.2: add imap.enable_insecure_rsh in php.ini | ||||
| | * | 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 |
| | | | | |||||
| * | | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | implement same site cookie see https://bugs.php.net/bug.php?id=72230 see ↵ | Frederik Bosch | 2018-07-31 | 1 | -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 description | Jakub Zelenka | 2018-07-22 | 1 | -8/+10 |
| | | | | |||||
| * | | | Add syslog.filter INI for filtering syslog messages | Philip Prindeville | 2018-07-22 | 1 | -0/+8 |
| | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> | ||||
| * | | | Update NEWS, UPGRADING and default php.ini files with syslog changes | Jakub Zelenka | 2018-07-01 | 1 | -2/+6 |
| | | | | |||||
| * | | | Add syslog's ident and facility parameters to config | Philip Prindeville | 2018-07-01 | 1 | -0/+4 |
| | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> | ||||
| * | | | Add ext/sodium to php.ini-* | Christoph M. Becker | 2018-06-30 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-05-26 | 1 | -0/+4 |
| |\ \ \ | |/ / | |||||
| | * | | 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.2' | Christoph M. Becker | 2018-03-14 | 1 | -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.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.2' | Christoph M. Becker | 2018-03-13 | 1 | -1/+1 |
| |\ \ \ | |/ / | | | | | | | | | | * PHP-7.2: Fix #76088: ODBC functions are not available by default on Windows | ||||
| | * | | 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 |
| | | | | |||||
| * | | | Sync opcache.optimization_level default value | sundarchi1 | 2018-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The default value is 0x7FFFBFFF nowadays, disabling constant propagation. | ||||
| * | | | Fix spelling and grammar mistakes in php.ini files | Michael Smith | 2018-02-02 | 1 | -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 Nielsen | 2018-01-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | remove the note about Windows NT based OS, as we only support NT anyway | ||||
| * | | | Remove opcache.inherited_hack | Nikita Popov | 2017-12-18 | 1 | -1/+0 |
| | | | | | | | | | | | | | This ini directive has already been ignored since PHP 5.3. | ||||
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-12-18 | 1 | -4/+0 |
| |\ \ \ | |/ / | | | | | | | [ci skip] | ||||
| | * | | Document removal of opcache.fast_shutdown | Nikita Popov | 2017-12-18 | 1 | -4/+0 |
| | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Make ini formatting more consistent | sundarchi1 | 2017-12-09 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | Default values should have no leading space, everything else should have one. | ||||
| * | | | Merge branch 'PHP-7.2' | Joe Watkins | 2017-10-23 | 1 | -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.2 | Joe Watkins | 2017-10-23 | 1 | -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.1 | Joe Watkins | 2017-10-23 | 1 | -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 Kokot | 2017-10-23 | 1 | -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 ODBC | Kalle Sommer Nielsen | 2017-07-19 | 1 | -2/+0 |
| |/ / / | |||||
| * | | | 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 |
| | |\ \ | | |/ | |||||
