Skip to content

Commit 45666d2

Browse files
Merge pull request #6874 from mailcow/staging
Update 2025-10a Hotfix
2 parents 586b3a2 + 9a806e6 commit 45666d2

File tree

5 files changed

+703
-5
lines changed

5 files changed

+703
-5
lines changed

.github/workflows/pr_to_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414
- name: Run the Action
15-
uses: devops-infra/action-pull-request@v0.6.1
15+
uses: devops-infra/action-pull-request@v1.0.2
1616
with:
1717
github_token: ${{ secrets.PRTONIGHTLY_ACTION_PAT }}
1818
title: Automatic PR to nightly from ${{ github.event.repository.updated_at}}

data/conf/phpfpm/php-conf.d/opcache-recommended.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ opcache.interned_strings_buffer=16
77
opcache.max_accelerated_files=10000
88
opcache.memory_consumption=128
99
opcache.save_comments=1
10-
opcache.revalidate_freq=120
1110
opcache.validate_timestamps=0
1211

1312
; JIT
14-
opcache.jit=1255
15-
opcache.jit_buffer_size=8M
13+
; Disabled for now due to some PHP segmentation faults observed
14+
; in certain environments. Possibly some PHP or PHP extension bug.
15+
opcache.jit=disable
16+
opcache.jit_buffer_size=0

data/web/inc/vars.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
'sv-se' => 'Svenska (Swedish)',
111111
'tr-tr' => 'Türkçe (Turkish)',
112112
'uk-ua' => 'Українська (Ukrainian)',
113+
'vi-vn' => 'Tiếng Việt (Vietnamese)',
113114
'zh-cn' => '简体中文 (Simplified Chinese)',
114115
'zh-tw' => '繁體中文 (Traditional Chinese)',
115116
);

0 commit comments

Comments
 (0)