岡本です
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は使用できないのでしょうか。
それとも何か対処法があるのでしょうか。