Joomler!.net - Decided on Joomla!

デル株式会社

Jboard is Multiple Board!

Home » Blog » $haystack
0 votes
Written by:Joomler! 3402 hits Tuesday, 14 October 2008 17:24

と題した記事がJoomla.orgにありました。

Security, PHP 4 and 1.5.7

英語が苦手なので詳しい内容までは把握できないですが、PHP4の環境の方は、PHP5に変更するかできなければ、下記のコードをPHP4の環境の方は「/libraries/joomla/utilities/compat/php50x.php」の最後に追加してください。というようなことが書かれていました。

if(!function_exists('stripos')) {
 function stripos($haystack, $needle, $offset = 0) {
  return strpos(strtolower($haystack), strtolower($needle), $offset);
 }
}

ですが、これはJoomla!1.5.8で適用されるようです。

 

JContentPlus for Joomla!1.5 powered by Joomler!.net

joomler.net is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla!(R) name is used under a limited license from Open Source Matters in the United States and other countries.
joomler.net is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.