操作
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側で用意する自前のスタティックメソッドで置き換える。
コード例は添付参照。
操作