Backport(バックポート) #2304
Zend_Loader::registerAutoload()がdeprecatedで警告メッセージが出る
Start date:
2011-07-27
Due date:
% Done:
0%
Description
警告メッセージ詳細¶
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側で用意する自前のスタティックメソッドで置き換える。
コード例は添付参照。
Related issues
History
#1
Updated by Maki Takahashi over 11 years ago
- Assignee changed from Shingo Yamada to Maki Takahashi
#2
Updated by Shingo Yamada over 11 years ago
- Status changed from New(新規) to Invalid(無効)
3.6.x に含まれる ZendFramework は 1.8 以前のバージョンの為、BP不要です。
本チケットは閉じます。