* upgrade the build program for zentaowamp.

This commit is contained in:
wwccss
2013-07-23 13:07:15 +08:00
parent 79374d1188
commit cdd474531b
3 changed files with 9 additions and 0 deletions
Binary file not shown.
+9
View File
@@ -150,3 +150,12 @@ session.use_trans_sid = 0
session.hash_function = 0
session.hash_bits_per_character = 5
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
[opcache]
zend_extension=/xampp/php/ext/php_opcache.dll
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
Binary file not shown.