Skip to content

Commit 479246d

Browse files
addison74elidrissidev
authored andcommitted
Updated php.ini.sample (OpenMage#2292)
1 parent 1b36ca7 commit 479246d

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

php.ini.sample

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,31 @@
1-
; This file is for CGI/FastCGI installations.
2-
; Try copying it to php5.ini, if it doesn't work
1+
; This file is for CGI/FastCGI installations
2+
; Try copying it to php7.ini or php8 if it doesn't work
33

4-
; adjust memory limit
4+
; Adjust memory limit
55

66
memory_limit = 64M
7-
87
max_execution_time = 18000
98

10-
; disable magic quotes for php request vars
9+
; Disable magic quotes for PHP request vars
1110

1211
magic_quotes_gpc = off
1312

14-
; disable automatic session start
15-
; before autoload was initialized
13+
; Disable automatic session start before autoload was initialized
1614

1715
flag session.auto_start = off
1816

19-
; enable resulting html compression
17+
; Enable resulting html compression
2018

2119
zlib.output_compression = on
2220

23-
; disable user agent verification to not break multiple image upload
21+
; Disable user agent verification to not break multiple image upload
2422

2523
suhosin.session.cryptua = off
2624

27-
; turn off compatibility with PHP4 when dealing with objects
28-
29-
zend.ze1_compatibility_mode = off
30-
31-
; PHP for some reason ignores this setting in system php.ini
32-
; and disables mcrypt if this line is missing in local php.ini
25+
; If this line is missing in local php.ini for some reason PHP ignores this setting in system php.ini and disables mcrypt
3326

3427
extension=mcrypt.so
3528

36-
; Disable PHP errors, notices and warnings output in production mode to prevent exposing sensitive information.
29+
; Disable PHP errors, notices and warnings output in production mode to prevent exposing sensitive information
3730

3831
display_errors = Off

0 commit comments

Comments
 (0)