cakephp

PCRE has not been compiled with Unicode support. (2011年03月31日の記事転載)

CakePHP 1.3.8のインストール時に見慣れない表示がでました。 PCRE has not been compiled with Unicode support. あれ!?こんな表示あったっけな!?とういうことで調べてみたら PCRE (Perl Compatible Regular Expressions)ライブラリのコンパイルオプシ…

CakePHP 1.2から1.3移行で躓いた箇所

HtmlHelperのリンクの生成 1.2 $html->link($title,$url,$htmlAttributes,$confirmMessage,$escapeTitle) 1.3 $html->link($title,$url,$options,$confirmMessage)$title : リンクタイトル $htmlAttributes : HTML属性 $options : HTML属性とオプション値 $c…

IISでISAPI_Rewrite

CakePHPをIIS上で動かすときに、mod_rewriteの設定のところで暫くハマりました。 今回のホスティング環境は、iSLE infinitoというプランです。 普通にダウンロードしてきたcakephpの.htaccessをUPしてindex.phpにアクセスすると 下記のように赤い警告が表示…

PCRE has not been compiled with Unicode support.

CakePHP 1.3.8のインストール時に見慣れない表示がでました。 PCRE has not been compiled with Unicode support. あれ!?こんな表示あったっけな!?とういうことで調べてみたら PCRE (Perl Compatible Regular Expressions)ライブラリのコンパイルオプシ…