summaryrefslogtreecommitdiff
path: root/php.ini-production
Commit message (Collapse)AuthorAgeFilesLines
* update php.ini-* according to changes for bug #69090Anatol Belski2016-11-211-0/+6
|
* Fix #64526: Add missing mysqlnd.* parameters to php.ini-*Christoph M. Becker2016-11-181-0/+22
|
* 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.
* Removed incorrect (leftover?) sentence in iniPieter Hordijk2016-07-211-1/+0
| | | | about mbstring or iconv output handler
* Fixed bug #64524 Add intl.use_exceptions to php.ini-*Anatol Belski2016-05-081-0/+1
|
* Update default_mimetype ini setting descriptionThomas Punt2015-12-241-4/+3
| | | | This is in response to doc bug #70287
* Remove sqlite extension leftover references (was removed in PHP 5.4)Lior Kaplan2015-12-161-4/+0
|
* Fix #53840: Misleading extension entries in php.iniChristoph M. Becker2015-07-141-1/+0
| | | | | | As of PHP 5.3.0 the php_pspell.dll is not delivered anymore with the Windows binaries, and according to bug #47464 that's highly unlike to change. So it's appropriate to remove the respective extension entry from php.ini.
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-231-7/+4
|\ | | | | | | | | * PHP-5.5: Update comments in php.ini
| * Update comments in php.iniSobak2014-11-231-7/+4
| |
* | Fix php.ini-*'s comment about directive: request_orderReeze Xia2014-11-231-7/+7
| | | | | | | | | | | | | | | | request_order directive only support register G,P,C but not all of the EGPCS global variables. The doc <http://php.net/manual/en/ini.core.php#ini.request-order> is ok.
* | Fix #68355: Inconsistency in example php.ini commentsChris McCafferty2014-11-191-1/+3
| | | | | | | | | | There are some arbitrary differences between php.ini-production and php.ini-development. This patch corrects the differences.
* | Fixed typoSebastian Zartner2014-09-231-1/+1
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-04-141-2/+2
|\ \ | |/ | | | | | | * PHP-5.5: Fixed bug #67033 Remove reference to Windows 95
| * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-141-2/+2
| |\ | | | | | | | | | | | | * PHP-5.4: Fixed bug #67033 Remove reference to Windows 95
| | * Fixed bug #67033 Remove reference to Windows 95Anatol Belski2014-04-141-2/+2
| | |
* | | Fixed typo in UPGRADING and modified php.ini-* description for encoding ↵Yasuo Ohgaki2014-03-181-7/+16
| | | | | | | | | | | | related changes
* | | Fix typo: entory -> entryLior Kaplan2014-03-091-6/+6
| | |
* | | Update php.ini files (new openssl directives)Daniel Lowrey2014-03-071-0/+18
| | |
* | | Implement RFC https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-02-131-12/+43
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Yasuo Ohgaki2014-01-271-35/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Remove obsolete description Conflicts: php.ini-development php.ini-production
| * | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-01-271-35/+0
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Remove obsolete description
| | * Remove obsolete descriptionYasuo Ohgaki2014-01-271-35/+0
| | |
* | | update php.ini-*Michael Wallner2013-12-301-3/+4
| | |
* | | Merge branch 'PHP-5.5'Christopher Jones2013-10-211-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org)
| * | Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at ↵Christopher Jones2013-10-211-1/+1
| | | | | | | | | | | | nopcode dot org)
| * | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2013-09-271-0/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Add information about which INI file is which inside respective files
| | * Add information about which INI file is which inside respective filesOndřej Surý2013-09-271-0/+2
| | |
* | | More OCI8 DTrace probe updates.Christopher Jones2013-09-261-2/+1
| | | | | | | | | | | | Change php.ini-* doc to match an earlier change to config.w32
* | | Merge branch 'PHP-5.5'Adam Harvey2013-09-091-8/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Tinker with the wording of the short_open_tag description. Conflicts: php.ini-development php.ini-production
| * | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-09-091-7/+6
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Tinker with the wording of the short_open_tag description.
| | * Tinker with the wording of the short_open_tag description.Adam Harvey2013-09-091-7/+6
| | | | | | | | | | | | | | | I'm still not thrilled with this, but it's a bit better and addresses the issues noted in bug #65644. Plus, it now mentions the decoupling of <?=.
* | | Merge branch 'PHP-5.5'Yasuo Ohgaki2013-08-201-0/+8
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Add session.use_strict_mode description to php.ini-*
| * | Add session.use_strict_mode description to php.ini-*Yasuo Ohgaki2013-08-201-0/+8
| | |
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-08-101-1/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.5: php.ini-development/production: remove php_zip.dll Update NEWS Update NEWS
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-101-1/+0
| |\ \ | | |/ | | | | | | | | | | | | * PHP-5.4: php.ini-development/production: remove php_zip.dll Update NEWS
| | * php.ini-development/production: remove php_zip.dllJan Ehrhardt2013-08-101-1/+0
| | | | | | | | | | | | | | | | | | Remove the reference to php_zip.dll in php.ini-production and php.ini-development, because php_zip.dll does not exist anymore since PHP 5.3
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-07-211-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: next is 5.5.2 add a few comment allow both the old and new cfg argument to work. (the old of course should contain the typo) mssql.compatability_mode fix Conflicts: configure.in main/php_version.h
| * | mssql.compatability_mode fixVeres Lajos2013-07-211-1/+1
| | |
* | | Merge branch 'PHP-5.5'Yasuo Ohgaki2013-07-181-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Improve php.ini-* documentation
| * | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-07-181-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Improve php.ini-* documentation
| | * Improve php.ini-* documentationYasuo Ohgaki2013-07-181-1/+1
| | |
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-07-141-0/+5
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fix bug #62665: add curl.cainfo to php.ini
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-07-141-0/+5
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix bug #62665: add curl.cainfo to php.ini Conflicts: php.ini-development php.ini-production
| | * Fix bug #62665: add curl.cainfo to php.iniStanislav Malyshev2013-07-141-0/+5
| | | | | | | | | | | | | | | | | | | | | Conflicts: php.ini-development php.ini-production
* | | Merge branch 'PHP-5.5'Remi Collet2013-04-111-3/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: apply change from opcache readme to php.ini
| * | apply change from opcache readme to php.iniRemi Collet2013-04-111-3/+3
| | |
* | | Merge branch 'PHP-5.5'Dmitry Stogov2013-03-271-0/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Added opcache.enable_cli=0
| * | Added opcache.enable_cli=0Dmitry Stogov2013-03-271-0/+3
| | |
* | | Merge branch 'PHP-5.5'David Soria Parra2013-03-211-0/+93
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Add OPCache ini settings to php.ini