- 11 名前:phpstar mailto:sage [2007/01/05(金) 20:08:42 ID:???]
- 349行目
error_reporting = E_ALL ↓ error_reporting = E_ALL & ~E_NOTICE 356行目 display_errors = Off ↓ display_errors = On 520行目 extension_dir = "./" ↓ extension_dir = "c:/php5.2/ext/" 631行目 ;extension=php_mbstring.dll ↓ extension=php_mbstring.dll
|

|