<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[owncloud打开出现：PHP is apparently set up to strip inline doc blocks. This will make several]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Php/Js/Shell/Go]]></category>
<pubDate>Sat, 16 Jul 2016 16:41:59 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	我的是独立出来的放在：/usr/local/php/etc/php.d/opcache.ini<br/><br/>opcache.enable_cli=0<br/>opcache.enable=0 <br/><br/>/bin/systemctl restart&nbsp;&nbsp;php-fpm.service<br/>访问后再修改为1像上面这样restart一下即可。<br/><br/>打开页面看到如下错误：“PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.”这可能是由缓存/加速器造成的，例如 Zend OPcache 或 eAccelerator。打开你的打开php.ini文件，找到：[opcache]，设置为：opcache.enable=0 和 opcache.enable_cli=0。<br/><br/> [opcache]<br/> opcache.enable=0 <br/> opcache.enable_cli=0&nbsp;&nbsp;<br/><br/>[root@iZ25dcp92ckZ etc]# php -v<br/>PHP 5.6.20 (cli) (built: Jul 11 2016 11:15:33) <br/>Copyright (c) 1997-2016 The PHP Group<br/>Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies<br/>&nbsp;&nbsp;&nbsp;&nbsp;with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies<br/>&nbsp;&nbsp;&nbsp;&nbsp;with Zend Guard Loader v3.3, Copyright (c) 1998-2014, by Zend Technologies<br/><br/>还没生效？<br/>[root@iZ25dcp92ckZ php.d]# php -i&#124;grep opcache<br/><br/>Additional .ini files parsed =&gt; /usr/local/php/etc/php.d/opcache.ini<br/><br/>找到：<br/>/usr/local/php/etc/php.d/opcache.ini<br/><br/> [opcache]<br/> zend_extension=/usr/local/php/ext/opcache.so<br/> opcache.enable=0<br/> opcache.memory_consumption=128<br/> opcache.interned_strings_buffer=8<br/> opcache.max_accelerated_files=4000<br/> opcache.revalidate_freq=60<br/> opcache.save_comments=0<br/> opcache.fast_shutdown=1<br/> opcache.enable_cli=0<br/> ;opcache.optimization_level=0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/><br/><br/>[root@iZ25dcp92ckZ php.d]# service php-fpm restart<br/>Gracefully shutting down php-fpm . done<br/>Starting php-fpm&nbsp;&nbsp;done
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] owncloud打开出现：PHP is apparently set up to strip inline doc blocks. This will make several]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>