File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed
Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22
33Change Log được viết theo biểu mẫu tại đây: https://keepachangelog.com/en/1.0.0/
44
5+ ## [ 1.0.6] - 2023/02/13
6+
7+ ### Update
8+
9+ - [x] Upgrade vendor ` nguyenanhung/codeigniter-framework ` latest version
10+
511## [ 1.0.5] - 2023/01/17
612
713### Update
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ RUN docker-php-ext-install intl
4646# Install OpCache
4747RUN docker-php-ext-install opcache
4848COPY ./docker/php/opcache.ini /usr/local/etc/php/conf.d/opcache.ini
49+ COPY ./docker/php/opcache-default.blacklist /usr/local/etc/php/conf.d/opcache-default.blacklist
4950
5051# Install GD
5152RUN docker-php-ext-configure gd --with-jpeg=/usr/include/ --with-freetype=/usr/include/
Original file line number Diff line number Diff line change 1+ /var/www/app
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ opcache.memory_consumption=${PHP_OPCACHE_MEMORY_CONSUMPTION}
88opcache.max_wasted_percentage =${PHP_OPCACHE_MAX_WASTED_PERCENTAGE}
99opcache.interned_strings_buffer =16
1010
11- opcache.fast_shutdown =1
11+ opcache.fast_shutdown =1
12+ opcache.blacklist_filename =/usr/local/etc/php/conf.d/opcache-default.blacklist
You can’t perform that action at this time.
0 commit comments