トップ «前の日記(2008-01-25(Fri)) 最新 次の日記(2008-01-27(Sun))» 編集

屑俺日記

僕の備忘録(PC、UN*X、ネットワーク関連が中心)なんです。
自分の書いたところは適当(な時とか)に書き換えますので御了承を。


2008-01-26(Sat) これっき

PHP-4.4.8

こないだは./configureさえ完了してなかった。

$ ./configure \
  --with-apxs2=/usr/local/apache2/bin/apxs \
  --with-mysql=/usr/local/mysql \
  --enable-mbstring \
  --with-zlib-dir=/usr/lib
+--------------------------------------------------------------------+
|                          *** NOTE ***                              |
|            The default for register_globals is now OFF!            |
|                                                                    |
| If your application relies on register_globals being ON, you       |
| should explicitly set it to on in your php.ini file.               |
| Note that you are strongly encouraged to read                      |
| http://www.php.net/manual/en/security.globals.php                  |
| about the implications of having register_globals set to on, and   |
| avoid using it if possible.                                        |
+--------------------------------------------------------------------+

過去の日記には書いてなかった。単に見てなかっただけらしい。 ぐぐると、 はてながひっかかった。

ビルドできた。phpinfo.phpもOK。


リンクはご自由にどうぞ。でもURLや内容が変った場合はあしからず。

index.htmlは ここから。