[PHP-users 8186] mb_regex_encodingとmbregex_encodingについて

Katsunori Okamoto php-users@php.gr.jp
Fri, 21 Jun 2002 20:44:40 +0900


岡本です

PHP4.1.2でmbregexを組み込んでいた環境で動かしていたスクリプトを
php4.2.1でmbstringが有効な環境で
スクリプトをmbregex_encoding("SJIS")からmb_regex_encoding("SJIS")に変えて
.htaccessでregister_globals Onにして
動作させようと思ったのですが下記のエラーがでるのですが
Fatal error:Call to undefined funciton: mb_regex_encoding()
mbstringを有効にしただけではmb_regex_encodingは使用できないのでしょうか。
それとも何か対処法があるのでしょうか。