summaryrefslogtreecommitdiff
path: root/php.ini-production
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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-productionMarkus 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
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-261-0/+12
| | |\ \ | | | |/
| | | * Fix #53745: cgi.discard_path option is missing from php.iniChristoph M. Becker2016-09-261-0/+12
| | | | | | | | | | | | | | | | Also cgi.check_shebang_line has been missing.
* | | | Merge branch 'PHP-7.1'Yasuo Ohgaki2016-08-121-25/+11
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Merge RFC: Session ID without hashing https://wiki.php.net/rfc/session-id-without-hashing
| * | | Merge RFC: Session ID without hashingYasuo Ohgaki2016-08-121-25/+11
| | | | | | | | | | | | | | | | https://wiki.php.net/rfc/session-id-without-hashing
* | | | msql > mysqli, use a better extension name as an example in php.ini, as we ↵Kalle Sommer Nielsen2016-08-111-3/+3
| | | | | | | | | | | | | | | | do not have msql support anymore (Sorry Rasmus!)
* | | | Remove sql.safe_modeKalle Sommer Nielsen2016-08-111-4/+0
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of the last old and odd deprecated settings we still have in PHP, it was never fully implemented in all the database extensions and should probably have been gone back in 5.4, along with safe_mode. Although if my memory strikes me right, mysql was also supporting it back then, but not mysqli. So far only interbase was supporting this feature, and the removal of it causes two effects for interbase: - CREATE DATABASE is now allowed no matter - The default database set by php.ini (ibase.default_db) is no longer forced http://php.net/ini.core#ini.sql.safe-mode
* | | Fix URL rewriter issuesYasuo Ohgaki2016-08-111-16/+42
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-07-291-0/+5
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: document file cache fallback ini directive
| * | document file cache fallback ini directiveAnatol Belski2016-07-291-0/+5
| | |
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-211-1/+0
| |\ \ | | |/
| | * Removed incorrect (leftover?) sentence in iniPieter Hordijk2016-07-211-1/+0
| | | | | | | | | | | | about mbstring or iconv output handler
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-211-1/+0
|\ \ \
| * \ \ Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-211-1/+0
| |\ \ \ | | |/ / | |/| |
| | * | Removed incorrect (leftover?) sentence in iniPieter Hordijk2016-07-211-1/+0
| | |/ | | | | | | | | | about mbstring or iconv output handler
* | | Merge branch 'pull-request/1945'Christoph M. Becker2016-07-031-1/+1
|\ \ \
| * | | Change default gd.jpeg_ignore_warning = 1Christoph M. Becker2016-06-151-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignoring these warnings apparently works fine (libgd does so in gdImageCreateJpeg()), but not ignoring them may cause imagecreatefromjpeg() to fail completely, so it seems reasonable to ignore warnings by default. Note that this change most likely doesn't constitute a BC break; we're simply being more resilient with regard to slightly broken JPEGs. See also the related [bug #72404](https://bugs.php.net/bug.php?id=72404).
* | | Change default for serialize_precision to -1 (use mode 0)Jakub Zelenka2016-06-261-1/+4
|/ /
* | Fix #71554: FTP has not built-in supportChristoph M. Becker2016-06-121-0/+1
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-05-081-0/+1
|\ \ | |/ | | | | | | * PHP-5.6: Fixed bug #64524 Add intl.use_exceptions to php.ini-*
| * Fixed bug #64524 Add intl.use_exceptions to php.ini-*Anatol Belski2016-05-081-0/+1
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2015-12-241-4/+3
|\ \ | |/ | | | | | | * PHP-5.6: Update default_mimetype ini setting description
| * Update default_mimetype ini setting descriptionThomas Punt2015-12-241-4/+3
| | | | | | | | This is in response to doc bug #70287