|
From: SourceForge.net <no...@so...> - 2007-10-17 06:39:46
|
Bugs : Cubson item #1814886, was opened at 2007-10-17 15:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=996868&aid=1814886&group_id=184930 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: cubson 1.0.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tom Hayakawa (tom_g3x) Assigned to: Nobody/Anonymous (nobody) Summary: <sf.jp> Only variables... Initial Comment: 登録日:2006-12-20 21:52 登録者:mumin (mumincacao) サマリ: Only variables... PHP5 系ならおぶじぇくとは参照渡しが基本に変更されてるか ら問題ないみたいだけど >Notice [PHP]: Only variables should be assigned by reference in file がいっぱい出ちゃいます とりあえず気付いたところを・・・ /class/Assetmanager.class.php L26 function getSingleton() →function &getSingleton() L40 function create($type, $name) →function &create($type, $name) L59 function _fallbackCreate($type, $name) →function &_fallbackCreate($type, $name) L91 function load($type, $name) →function &load($type, $name) L104 function _createHandler($name) →function &_createHandler($name) L112 function &_createFilter($name) →function &_createFilter($name) L140 function _createActionForm($name) →function &_createActionForm($name) L169 function _createInstance($className, $filePath) →function &_createInstance($className, $filePath) Action 全般 function _getHandler() →function &_getHandler() ListAction 全般 function _getFilterForm() →function &_getFilterForm() こんなかんじで ---------------------------- メッセージ 日付: 2007-05-25 11:53 投稿者: minahito Fixed. たぶん →要・確認 ---------------------------- 日付: 2007-03-08 16:25 投稿者: minahito びっくりしたんですが、 内部で「参照を返す」フラグを立てておくと自動的にそういう PHP コードを吐いてくれるはずのクラスが、その処理を怠っていたこと が発覚 orz とりあえずリビルドします。。 ---------------------------- 日付: 2006-12-22 00:30 投稿者: minahito ありがとうございます。 昔は PHP5 で動かないというケースが多かったので PHP5 にスイッ チしたままでやってるのですが、たまには PHP4 に戻してやらない とまずいですね...^^; さっそくなおします。 ---------------------------- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=996868&aid=1814886&group_id=184930 |