Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document opcache.preload_user directive | Christoph M. Becker | 2019-09-03 | 1 | -0/+5 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-09-02 | 1 | -5/+0 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-09-02 | 1 | -5/+0 |
| |\ | |||||
| | * | Fix #76577: outdated documentation concerning track_errors | Christoph M. Becker | 2019-09-02 | 1 | -5/+0 |
* | | | add ffi to php.ini extension [ci skip] | Pavel Dyakonov | 2019-08-27 | 1 | -0/+1 |
* | | | Allow multiple cache instances per user/host on Windows | Christoph M. Becker | 2019-07-17 | 1 | -0/+4 |
* | | | simple ignore arguments in exceptions implementation | Joe Watkins | 2019-07-02 | 1 | -0/+6 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-06-17 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Add syslog.filter=raw | Erik Lundin | 2019-06-17 | 1 | -0/+1 |
* | | | Remove some more interbase leftovers | Kalle Sommer Nielsen | 2019-05-01 | 1 | -32/+0 |
* | | | Remove html_errors from INI Quick Reference as INI values are identical to En... | George Peter Banyard | 2019-04-24 | 1 | -9/+1 |
* | | | Fix typo | Gabriel Caruso | 2019-04-17 | 1 | -2/+2 |
* | | | s/mysql_connect()/mysqli_connect() in php.ini | Nikita Popov | 2019-04-16 | 1 | -2/+2 |
* | | | Add opcache.lockfile_path and opcache.lockfile_path to ini settings | Peter Kokot | 2019-04-05 | 1 | -1/+9 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2019-04-01 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Add mbstring.regex_stack_limit to php.ini-* | Stanislav Malyshev | 2019-03-28 | 1 | -0/+5 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Remi Collet | 2019-03-19 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Remi Collet | 2019-03-19 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | comment out sqlite3.defensive = 1 | Remi Collet | 2019-03-19 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-03-18 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix #76956: Wrong value for 'syslog.filter' documented in php.ini | Christoph M. Becker | 2019-03-18 | 1 | -2/+3 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-03-11 | 1 | -0/+11 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-03-11 | 1 | -0/+11 |
| |\ \ | | |/ | |||||
| | * | SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a... | bohwaz | 2019-03-11 | 1 | -0/+11 |
* | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -4/+0 |
* | | | [ci skip] Add opcache.preload directive | Christoph M. Becker | 2019-01-21 | 1 | -0/+5 |
* | | | Merge branch 'PHP-7.3' | Nikita Popov | 2019-01-14 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-01-14 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | document open_basedir and realpath cache coupling in php.ini | wbob | 2019-01-14 | 1 | -0/+2 |
* | | | Added FFI extension | Dmitry Stogov | 2019-01-14 | 1 | -0/+7 |
* | | | Merge branch 'PHP-7.3' | Remi Collet | 2018-12-08 | 1 | -0/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Remi Collet | 2018-12-08 | 1 | -0/+7 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Remi Collet | 2018-12-08 | 1 | -0/+7 |
| | |\ | |||||
| | | * | 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 |
* | | | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -2/+2 |
* | | | | Update grammar and clarify wording in couple places | Tiffany | 2018-09-03 | 1 | -2/+2 |
|/ / / | |||||
* | | | implement same site cookie see https://bugs.php.net/bug.php?id=72230 see http... | Frederik Bosch | 2018-07-31 | 1 | -0/+5 |
* | | | 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 |
* | | | [ci skip] Update php.ini-production | Gemorroj | 2018-07-14 | 1 | -2/+0 |
* | | | 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/+6 |
* | | | 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 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-03-13 | 1 | -1/+1 |
| |\ \ | | |/ |