Peter Kokot
974c46b89b
Add missing opcache.opt_debug_level ini directive
8 years ago
Christoph M. Becker
25f324fad7
Fix #74139 : mail.add_x_header default inconsistent with docs [ci skip]
mail.add_x_header actually defaults to `Off`, so we should use this
default in the provided `php.ini`s.
8 years ago
Christoph M. Becker
cab354debd
Fix #76088 : ODBC functions are not available by default on Windows
8 years ago
Nikita Popov
e9ff1fac85
Revert "merge PR #2290 : enable opcache in CLI in 7.1+"
This reverts commit 71fe529afc .
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.
9 years ago
Martin Hujer
670041b60e
Fix opcache.max_accelerated_files doc in php.ini
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.
9 years ago
Markus Staab
ef42f49470
added a note to opache.fast_shutdown why its not enabled by default in php.ini
9 years ago
Joe Watkins
28f2959b83
Revert "set more suitable defaults for opcache in ini and code"
This reverts commit b655f2d632 .
This has been deemed unsuitable for 7.0
9 years ago
Joe Watkins
71fe529afc
merge PR #2290 : enable opcache in CLI in 7.1+
9 years ago
Markus Staab
b655f2d632
set more suitable defaults for opcache in ini and code
9 years ago
Markus Staab
49b2cbf763
Update php.ini-development
9 years ago
Yasuo Ohgaki
0b204d60a4
Fix typo in php.ini-* comment
9 years ago
Remi Collet
b9f4100291
CS (no leading space in comment for config option)
9 years ago
Anatol Belski
914ff56cff
update php.ini-* for bug #69090
9 years ago
Anatol Belski
850c1095ab
update php.ini-* according to changes for bug #69090
9 years ago
Christoph M. Becker
e44deba1e9
Fix #64526 : Add missing mysqlnd.* parameters to php.ini-*
9 years ago
Christoph M. Becker
4f0960a800
Fix #53745 : cgi.discard_path option is missing from php.ini
Also cgi.check_shebang_line has been missing.
10 years ago
Yasuo Ohgaki
3467526a65
Merge RFC: Session ID without hashing
https://wiki.php.net/rfc/session-id-without-hashing
10 years ago
Yasuo Ohgaki
a53a6b3fb4
Fix URL rewriter issues
10 years ago
Anatol Belski
1666e80cb9
document file cache fallback ini directive
10 years ago
Pieter Hordijk
f813f43855
Removed incorrect (leftover?) sentence in ini
about mbstring or iconv output handler
10 years ago
Pieter Hordijk
82bfb090ac
Removed incorrect (leftover?) sentence in ini
about mbstring or iconv output handler
10 years ago
Jakub Zelenka
158b537c99
Change default for serialize_precision to -1 (use mode 0)
10 years ago
Christoph M. Becker
c0efb06ee6
Change default gd.jpeg_ignore_warning = 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 ).
10 years ago
Christoph M. Becker
5d57e25579
Fix #71554 : FTP has not built-in support
10 years ago
Anatol Belski
41b159fd11
Fixed bug #64524 Add intl.use_exceptions to php.ini-*
10 years ago
Thomas Punt
9306c1d254
Update default_mimetype ini setting description
This is in response to doc bug #70287
10 years ago
Lior Kaplan
96fe1dfe53
Add entry for session.lazy_write
10 years ago
Lior Kaplan
ef9ddd0d82
Remove sqlite extension leftover references (was removed in PHP 5.4)
10 years ago
Dmitry Stogov
41a184be10
Added information about new opcache configuration directives
11 years ago
softwarespot
76a0cbc0c2
Removed trailing whitespace
11 years ago
Christoph M. Becker
72554891e3
Fix #53840 : Misleading extension entries in php.ini
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.
11 years ago
Anatol Belski
4bf70f4d98
mention pcre.jit in the supplied php.ini-*
11 years ago
Dmitry Stogov
ae88a243e4
Rmoved opcache.load_comments.
11 years ago
Christoph M. Becker
336cfac7f3
ext/mysql has been removed as of PHP 7.0.0
So remove all related settings from php.ini-*, and add a respective entry in
UPGRADING (strangly, this part of fd1578c has been lost).
11 years ago
Andy Footner
ed87d16c38
fix typo in php.ini
11 years ago
Bob Weinand
2c2d1a79ce
Hmm, zend.assertions is not really on/off, but -1/0/1
11 years ago
Bob Weinand
306f9123d6
Add zend.assertions and assert.exception to php.ini-*
11 years ago
Anatol Belski
c404518d94
removed obsolete php.ini options
11 years ago
PeeHaa
9b6f8bfd4d
Added two missing opcache ini directives (restrict_api and mmap_base)
11 years ago
Sobak
6d148f7ed9
Update comments in php.ini
12 years ago
Reeze Xia
7386b74b07
Fix php.ini-*'s comment about directive: request_order
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.
12 years ago
Chris McCafferty
1e92b24a2a
Fix #68355 : Inconsistency in example php.ini comments
There are some arbitrary differences between php.ini-production and
php.ini-development. This patch corrects the differences.
11 years ago
Reeze Xia
c46453801e
Fix php.ini-*'s comment about directive: request_order
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.
12 years ago
Nikita Popov
e756333bbb
Remove <% and <script language="php"> tags
As per https://wiki.php.net/rfc/remove_alternative_php_tags .
Removes:
* <% opening tag
* %> closing tag
* <%= short opening tag
* /<script\s+language\s*=\s*(php|"php"|'php')\s*>/i opening tag
* /</script>/i closing tag
* asp_tags ini directive
12 years ago
Sobak
c370435f89
Update comments in php.ini
12 years ago
Sebastian Zartner
876792c756
Fixed typo
12 years ago
Florian MARGAINE
cf0303e782
Replaces php5 with php7, without whitespace changes.
12 years ago
Anatol Belski
95c57bb646
Fixed bug #67033 Remove reference to Windows 95
12 years ago
Yasuo Ohgaki
a28389b2ab
Fixed typo in UPGRADING and modified php.ini-* description for encoding related changes
12 years ago
Lior Kaplan
6e16cc3528
Fix typo: entory -> entry
12 years ago