File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 7.4.1 2023-01-16 <dave at tiredofit dot ca >
2
+
3
+ ### Changed
4
+ - Fix for 7.4.0
5
+
6
+
1
7
## 7.4.0 2023-01-15 <dave at tiredofit dot ca >
2
8
3
9
### Added
Original file line number Diff line number Diff line change @@ -236,15 +236,15 @@ phpfpm_configure_server() {
236
236
-e "s#opcache.memory_consumption=.*#opcache.memory_consumption=${PHP_OPCACHE_MEM_SIZE}#g" \
237
237
-e "s#opcache.interned_strings_buffer=.*#opcache.interned_strings_buffer=${PHP_OPCACHE_INTERNED_STRINGS_BUFFER}#g" \
238
238
-e "s#opcache.max_accelerated_files=.*#max_accelerated_files=${PHP_OPCACHE_MAX_ACCELERATED_FILES}#g" \
239
- -e "s#opcache.revalidate_freq=.*#revalidate_freq=${PHP_OPCACHE_REVALIDATE_FREQ}#g"
239
+ -e "s#opcache.revalidate_freq=.*#revalidate_freq=${PHP_OPCACHE_REVALIDATE_FREQ}#g" \
240
240
/assets/php-fpm/mods-available/opcache.ini
241
241
242
242
if [ "${PHP_BASE:0:1}" = "7" ] ; then
243
243
sed -i "/opcache.jit/d" /assets/php-fpm/mods-available/opcache.ini
244
244
else
245
245
sed -i \
246
246
-e "s#opcache.jit_buffer_size=.*#opcache.jit_buffer_size=${PHP_OPCACHE_JIT_BUFFER_SIZE}#g" \
247
- -e "s#opcache.jit=.*#opcache.jit=${PHP_OPCACHE_JIT_MODE}#g"
247
+ -e "s#opcache.jit=.*#opcache.jit=${PHP_OPCACHE_JIT_MODE}#g" \
248
248
/assets/php-fpm/mods-available/opcache.ini
249
249
fi
250
250
You can’t perform that action at this time.
0 commit comments