File tree 15 files changed +0
-55
lines changed
15 files changed +0
-55
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ RUN { \
47
47
echo 'opcache.max_accelerated_files=4000'; \
48
48
echo 'opcache.revalidate_freq=2'; \
49
49
echo 'opcache.fast_shutdown=1'; \
50
- echo 'opcache.enable_cli=1'; \
51
50
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
52
51
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
53
52
RUN { \
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ RUN set -ex; \
17
17
exif \
18
18
gd \
19
19
mysqli \
20
- opcache \
21
20
zip \
22
21
; \
23
22
pecl install imagick-3.4.4; \
@@ -32,16 +31,6 @@ RUN set -ex; \
32
31
apk add --virtual .wordpress-phpexts-rundeps $runDeps; \
33
32
apk del .build-deps
34
33
35
- # set recommended PHP.ini settings
36
- # see https://secure.php.net/manual/en/opcache.installation.php
37
- RUN { \
38
- echo 'opcache.memory_consumption=128'; \
39
- echo 'opcache.interned_strings_buffer=8'; \
40
- echo 'opcache.max_accelerated_files=4000'; \
41
- echo 'opcache.revalidate_freq=2'; \
42
- echo 'opcache.fast_shutdown=1'; \
43
- echo 'opcache.enable_cli=1'; \
44
- } > /usr/local/etc/php/conf.d/opcache-recommended.ini
45
34
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
46
35
RUN { \
47
36
echo 'error_reporting = 4339'; \
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ RUN { \
47
47
echo 'opcache.max_accelerated_files=4000'; \
48
48
echo 'opcache.revalidate_freq=2'; \
49
49
echo 'opcache.fast_shutdown=1'; \
50
- echo 'opcache.enable_cli=1'; \
51
50
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
52
51
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
53
52
RUN { \
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ RUN { \
46
46
echo 'opcache.max_accelerated_files=4000' ; \
47
47
echo 'opcache.revalidate_freq=2' ; \
48
48
echo 'opcache.fast_shutdown=1' ; \
49
- echo 'opcache.enable_cli=1' ; \
50
49
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
51
50
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
52
51
RUN { \
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ RUN set -ex; \
16
16
exif \
17
17
gd \
18
18
mysqli \
19
- opcache \
20
19
zip \
21
20
; \
22
21
pecl install imagick-3.4.4; \
@@ -31,16 +30,6 @@ RUN set -ex; \
31
30
apk add --virtual .wordpress-phpexts-rundeps $runDeps; \
32
31
apk del .build-deps
33
32
34
- # set recommended PHP.ini settings
35
- # see https://secure.php.net/manual/en/opcache.installation.php
36
- RUN { \
37
- echo 'opcache.memory_consumption=128' ; \
38
- echo 'opcache.interned_strings_buffer=8' ; \
39
- echo 'opcache.max_accelerated_files=4000' ; \
40
- echo 'opcache.revalidate_freq=2' ; \
41
- echo 'opcache.fast_shutdown=1' ; \
42
- echo 'opcache.enable_cli=1' ; \
43
- } > /usr/local/etc/php/conf.d/opcache-recommended.ini
44
33
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
45
34
RUN { \
46
35
echo 'error_reporting = 4339' ; \
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ RUN { \
46
46
echo 'opcache.max_accelerated_files=4000' ; \
47
47
echo 'opcache.revalidate_freq=2' ; \
48
48
echo 'opcache.fast_shutdown=1' ; \
49
- echo 'opcache.enable_cli=1' ; \
50
49
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
51
50
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
52
51
RUN { \
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ RUN { \
46
46
echo 'opcache.max_accelerated_files=4000' ; \
47
47
echo 'opcache.revalidate_freq=2' ; \
48
48
echo 'opcache.fast_shutdown=1' ; \
49
- echo 'opcache.enable_cli=1' ; \
50
49
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
51
50
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
52
51
RUN { \
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ RUN { \
46
46
echo 'opcache.max_accelerated_files=4000' ; \
47
47
echo 'opcache.revalidate_freq=2' ; \
48
48
echo 'opcache.fast_shutdown=1' ; \
49
- echo 'opcache.enable_cli=1' ; \
50
49
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
51
50
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
52
51
RUN { \
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ RUN set -ex; \
16
16
exif \
17
17
gd \
18
18
mysqli \
19
- opcache \
20
19
zip \
21
20
; \
22
21
pecl install imagick-3.4.4; \
@@ -31,16 +30,6 @@ RUN set -ex; \
31
30
apk add --virtual .wordpress-phpexts-rundeps $runDeps; \
32
31
apk del .build-deps
33
32
34
- # set recommended PHP.ini settings
35
- # see https://secure.php.net/manual/en/opcache.installation.php
36
- RUN { \
37
- echo 'opcache.memory_consumption=128' ; \
38
- echo 'opcache.interned_strings_buffer=8' ; \
39
- echo 'opcache.max_accelerated_files=4000' ; \
40
- echo 'opcache.revalidate_freq=2' ; \
41
- echo 'opcache.fast_shutdown=1' ; \
42
- echo 'opcache.enable_cli=1' ; \
43
- } > /usr/local/etc/php/conf.d/opcache-recommended.ini
44
33
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
45
34
RUN { \
46
35
echo 'error_reporting = 4339' ; \
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ RUN { \
46
46
echo 'opcache.max_accelerated_files=4000' ; \
47
47
echo 'opcache.revalidate_freq=2' ; \
48
48
echo 'opcache.fast_shutdown=1' ; \
49
- echo 'opcache.enable_cli=1' ; \
50
49
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
51
50
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
52
51
RUN { \
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ RUN { \
46
46
echo 'opcache.max_accelerated_files=4000' ; \
47
47
echo 'opcache.revalidate_freq=2' ; \
48
48
echo 'opcache.fast_shutdown=1' ; \
49
- echo 'opcache.enable_cli=1' ; \
50
49
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
51
50
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
52
51
RUN { \
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ RUN { \
47
47
echo 'opcache.max_accelerated_files=4000' ; \
48
48
echo 'opcache.revalidate_freq=2' ; \
49
49
echo 'opcache.fast_shutdown=1' ; \
50
- echo 'opcache.enable_cli=1' ; \
51
50
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
52
51
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
53
52
RUN { \
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ RUN set -ex; \
17
17
exif \
18
18
gd \
19
19
mysqli \
20
- opcache \
21
20
zip \
22
21
; \
23
22
pecl install imagick-3.4.4; \
@@ -32,16 +31,6 @@ RUN set -ex; \
32
31
apk add --virtual .wordpress-phpexts-rundeps $runDeps; \
33
32
apk del .build-deps
34
33
35
- # set recommended PHP.ini settings
36
- # see https://secure.php.net/manual/en/opcache.installation.php
37
- RUN { \
38
- echo 'opcache.memory_consumption=128' ; \
39
- echo 'opcache.interned_strings_buffer=8' ; \
40
- echo 'opcache.max_accelerated_files=4000' ; \
41
- echo 'opcache.revalidate_freq=2' ; \
42
- echo 'opcache.fast_shutdown=1' ; \
43
- echo 'opcache.enable_cli=1' ; \
44
- } > /usr/local/etc/php/conf.d/opcache-recommended.ini
45
34
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
46
35
RUN { \
47
36
echo 'error_reporting = 4339' ; \
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ RUN { \
47
47
echo 'opcache.max_accelerated_files=4000' ; \
48
48
echo 'opcache.revalidate_freq=2' ; \
49
49
echo 'opcache.fast_shutdown=1' ; \
50
- echo 'opcache.enable_cli=1' ; \
51
50
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
52
51
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
53
52
RUN { \
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ RUN { \
47
47
echo 'opcache.max_accelerated_files=4000' ; \
48
48
echo 'opcache.revalidate_freq=2' ; \
49
49
echo 'opcache.fast_shutdown=1' ; \
50
- echo 'opcache.enable_cli=1' ; \
51
50
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
52
51
# https://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging
53
52
RUN { \
You can’t perform that action at this time.
0 commit comments