警告の意味は何ですか?
Warning: preg_replace() [function.preg-replace]: Compilation failed: PCRE does not support \L, \l, \N{name}, \U, or \u at offset 1 in
この関数によってトリガーされています:
file_put_contents($file,preg_replace('(\uid=\d+)', 'uid=' . $uid, file_get_contents($file)));
つまり、このパターン:
'(\uid=\d+)'
ローカルでは動作しますが、オンラインでは動作しません。つまり、おそらく私のホストのバージョンの PHP です。回避策をグーグルで検索しようとしましたが、何も見つかりません。