<?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[PHP Deprecated: Comments starting with # are deprecated in *.ini 警告解决办法 ]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Php/Js/Shell/Go]]></category>
<pubDate>Thu, 07 May 2015 09:20:50 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景：Newest &#039;owncloud&#039; Questions - Stack Overflow Track down PHP error “Comments starting with &#039;#&#039; are deprecated in Unknown on line 1 at Unknown#0” I&#039;ve just set up a RPi 2 with the latest ...<br/><br/>PHP Deprecated: Comments starting with &#039;#&#039; are deprecated in *.ini 警告解决办法 <br/><br/>新装的CentOS7 64系统，使用新立得装的PHP 版本，但是每次我在命令行下执行php脚本时都会出如下的警告信息：<br/><br/>PHP Deprecated:&nbsp;&nbsp;Comments starting with &#039;#&#039; are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0<br/><br/>上网查了一下，原来是新版本的PHP不赞成用&#039;#&#039;号作为注释符号，需要用分号&#039;;&#039;。打开这个文件，把里面的#替换成;号，问题解决！<br/><br/>摘自：http://blog.csdn.net/rainday0310/article/details/6330115<br/><br/>Shell脚本风格的单行注释<br/><br/>&nbsp;&nbsp;这种注释方式使用&quot;#&quot;的形式实现，它的用法与C++语言风格注释方式相似。使用Shell脚本风格进行单行注释的PHP示例代码如下：<br/><textarea name="code" class="php" rows="15" cols="100">
&lt;?php

&nbsp;&nbsp;echo &quot;Hello World&quot;;&nbsp;&nbsp;&nbsp;&nbsp;#在页面中输出 Hello World
?&gt;
</textarea><br/><br/><br/>参考：http://jackxiang.com/post/6532/
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] PHP Deprecated: Comments starting with # are deprecated in *.ini 警告解决办法 ]]></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>