Home > PHP > Notice: Undefined index

Notice: Undefined index

  • 2009-07-10 (金) 18:16
  • PHP

PHP5.3.0を使ってみたら
変数が定義されてないとか、エラー出まくりw

php.iniのデフォルトの設定が変わったっぽいな

PHP4.2
error_reporting = E_ALL & ~E_NOTICE

PHP4.3
error_reporting = E_ALL & ~E_DEPRECATED

マニュアル:定義済み定数
http://jp2.php.net/manual/ja/errorfunc.constants.php#errorfunc.constants.errorlevels.e-deprecated-error

Comments:0

Comment Form
Remember personal info

Trackbacks:0

Trackback URL for this entry
http://acoustype.com/archives/675/trackback
Listed below are links to weblogs that reference
Notice: Undefined index from acoustype.com

Home > PHP > Notice: Undefined index

Search
Feeds
Meta

Return to page top