Re: [請益] Cannot re-assign $this

看板PHP作者 (愚者)時間18年前 (2006/07/11 22:08), 編輯推噓3(300)
留言3則, 2人參與, 最新討論串1/1
※ 引述《justinC (無)》之銘言: : ※ 引述《justinC (無)》之銘言: : : 我用PEAR照書上範例打 : : 卻出現Fatal error: Cannot re-assign $this in /usr/local/share/pear/Net/DNS/RR.php : : on line 60 : : 感覺是PEAR問題 or 我的php.ini設定有問題? : <? : require_once "Net/DNS.php"; : $dn="www.kimo.com"; : $resolver=&new Net_DNS_Resolver(); : $response=$resolver->query($dn); : if($response) : $response->display(); : ?> : 補上 是地雷 http://bugs.php.net/bug.php?id=34358 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 163.26.34.105

07/11 22:19, , 1F
那該怎麼修正 去改PEAR內容? 最底下有說 bug fixed!?
07/11 22:19, 1F

07/11 23:53, , 2F
patch你的php看看唄. 他都就他修了. 那就更新一下唄
07/11 23:53, 2F

07/12 00:40, , 3F
謝謝囉 雖然還不會patch...
07/12 00:40, 3F
文章代碼(AID): #14ix37XL (PHP)