Skip to content

Commit c31ba41

Browse files
committed
small tweaks
1 parent d23f9b3 commit c31ba41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/session/functions/session-gc.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
の値を <literal>0</literal> にすることで無効にし、
3333
定期的にガベージコレクタを明示的に実行させることをおすすめします。
3434
たとえば UNIX 系のシステムでは <function>session_gc</function>
35-
をコールするスクリプトを "cron" を実行する方法が挙げられます
35+
をコールするスクリプトを "cron" で実行する方法が挙げられます
3636
</simpara>
3737

3838
<note>
@@ -42,7 +42,7 @@
4242
<link linkend="ini.session.save-path">session.save_path</link> については、
4343
Web からのリクエスト時のものと同じ値を設定し、
4444
PHP スクリプトはセッションファイルに対するアクセス権と削除権限が必須です。
45-
権限については、スクリプトを実行されるユーザー
45+
権限については、スクリプトを実行するユーザー
4646
および systemd の <literal>PrivateTmp=</literal> オプションなどの
4747
コンテナやサンドボックス機能の影響を受ける可能性があります。
4848
</simpara>

0 commit comments

Comments
 (0)