Skip to content

Commit 6318357

Browse files
committed
Update comments
set opcache.save_comments to 1 Signed-off-by: Teddysun <i@teddysun.com>
1 parent e9b2433 commit 6318357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/php.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ opcache.interned_strings_buffer=8
138138
opcache.max_accelerated_files=10000
139139
opcache.revalidate_freq=60
140140
opcache.fast_shutdown=1
141-
opcache.save_comments=0
141+
opcache.save_comments=1
142142
EOF
143143

144144
cp -f ${cur_dir}/conf/ocp.php ${web_root_dir}

0 commit comments

Comments
 (0)