<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>ihao論壇 - PHP筆記本</title>
    <link>http://www.ihao.org/dz5/forumdisplay.php?fid=184</link>
    <description>Latest 100 threads of PHP筆記本</description>
    <copyright>Copyright(C) ihao論壇</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 08 May 2026 07:15:37 +0000</lastBuildDate>
    <ttl>180</ttl>
    <image>
      <url>http://www.ihao.org/dz5/images/logo.gif</url>
      <title>ihao論壇</title>
      <link>http://www.ihao.org/dz5/</link>
    </image>
    <item>
      <title>PHP出现Function set_magic_quotes_runtime() is deprecated</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=913936</link>
      <description><![CDATA[PHP出現Function set_magic_quotes_runtime() is deprecated...錯誤
是因外這個語法在PHP 5.3X以後已經停用了

解決方法：

find:
 set_magic_quotes_runtime(0);

 replace with:
 ini_set(&quot;magic_quotes_runtime&quot;, 0); Ziyaret Et ...]]></description>
      <category>PHP筆記本</category>
      <author>danny</author>
      <pubDate>Mon, 03 Feb 2014 09:14:45 +0000</pubDate>
    </item>
    <item>
      <title>[PHP]5.3版本之後出現Deprecated: Function ereg()、eregi() is deprecated</title>
      <link>http://www.ihao.org/dz5/viewthread.php?tid=913934</link>
      <description><![CDATA[ Ziyaret Et]]></description>
      <category>PHP筆記本</category>
      <author>danny</author>
      <pubDate>Mon, 03 Feb 2014 09:13:08 +0000</pubDate>
    </item>
  </channel>
</rss>