PHP5.2.5にしたらnucleusの管理ページにて、segmentention faultしちゃう。
5.2.4に戻したら解決
こんなんでいいんすか。PHPよ。
$a = 1;$b = "1a"; if($a == $b){ print 'same'; // ←表示されるし。凸(`、´メ)}