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.
11 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.
11 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
Daniel Lowrey
ff3c6931c0
Update php.ini files (new openssl directives)
12 years ago
Anatol Belski
533dab176c
simple overwrites
12 years ago
Yasuo Ohgaki
cbd108abf1
Implement RFC https://wiki.php.net/rfc/default_encoding
12 years ago
Yasuo Ohgaki
4dee63ca1c
Remove obsolete description
12 years ago
Michael Wallner
feb4caad09
update php.ini-*
12 years ago
Michael Wallner
bc1c2b3b31
remove always_populate_raw_post_data INI entries from master, UPGRADING.INTERNALS coming shortly
12 years ago
Christopher Jones
b6ceea4a25
Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org)
12 years ago
Adam Harvey
04c823d287
Tinker with the wording of the short_open_tag description.
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 <?=.
13 years ago
Ondřej Surý
0ad0a2f56e
Add information about which INI file is which inside respective files
13 years ago
Christopher Jones
5ac7c533a0
More OCI8 DTrace probe updates.
Change php.ini-* doc to match an earlier change to config.w32
13 years ago
Adam Harvey
160cd8d0a7
Tinker with the wording of the short_open_tag description.
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 <?=.
13 years ago
Yasuo Ohgaki
4cd9796be7
Add session.use_strict_mode description to php.ini-*
13 years ago
Jan Ehrhardt
503d39d925
php.ini-development/production: remove php_zip.dll
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
13 years ago
Veres Lajos
b8941a73cc
mssql.compatability_mode fix
13 years ago
Yasuo Ohgaki
445dffa75a
Improve php.ini-* documentation
13 years ago
Stanislav Malyshev
2bad01e61b
Fix bug #62665 : add curl.cainfo to php.ini
Conflicts:
php.ini-development
php.ini-production
13 years ago
Remi Collet
6df1e8d3fe
apply change from opcache readme to php.ini
13 years ago
Dmitry Stogov
26f3ff25fe
Added opcache.enable_cli=0
13 years ago
David Soria Parra
293d5defb4
Add OPCache ini settings to php.ini
13 years ago
ALeX Kazik
475a644bd8
Implemented Feature #60524 (sys_temp_dir)
Added a new configuration directive which allows it to change the
temporary directory, the default behavior is unchanged.
This is a useful option if you use all/some hosts inside of one .ini file
with sections and want to change the temp dir per user (maybe it's not
allowed to write outside the users home directory). Since the TMPDIR
variable affects the whole php that way can not be used for this scenario.
(see https://bugs.php.net/bug.php?id=60524 )
13 years ago
Bryan Hanks, PMP
e7f8f7c01c
Corrected spelling of 'shortcut'
13 years ago
Bryan Hanks, PMP
d0727b58da
Corrected grammar/spelling of text in php.ini files
There are no actual code changes here; I corrected grammar and spelling
errors in the php.ini-production and php.ini-development files. I also
rewrote some sentences to make them less cumbersome.
13 years ago
Florian Anderiasch
ddc8d16245
Add syslog support to mail.log #62356
Patch by Michael Orlitzky
14 years ago
Anthony Ferrara
6cc3c65fbf
Remove php.ini setting for default bcrypt cost
14 years ago
Anthony Ferrara
232da90388
Implement php.ini setting password.bcrypt_cost
14 years ago