操作
Backport(バックポート) #2304
完了Zend_Loader::registerAutoload()がdeprecatedで警告メッセージが出る
開始日:
2011-07-27
期日:
進捗率:
0%
予定工数:
説明
警告メッセージ詳細¶
Notice: Zend_Loader::Zend_Loader::registerAutoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in ****\OpenPNE3\lib\vendor\Zend\Loader.php on line 266
使用箇所¶
- lib/config/opApplicationConfigration.class.php registerZend()
- lib/config/opApplicationConfigration.class.php unregisterZend()
- lib/util/opMailSend.class.php execute()
修正案¶
Zend_Loader::registerAutoload()をOpenPNE側で用意する自前のスタティックメソッドで置き換える。
コード例は添付参照。
Shingo Yamada さんが13年以上前に更新
- ステータス を New(新規) から Invalid(無効) に変更
3.6.x に含まれる ZendFramework は 1.8 以前のバージョンの為、BP不要です。
本チケットは閉じます。
操作