svnno****@sourc*****
svnno****@sourc*****
2010年 8月 1日 (日) 06:55:32 JST
Revision: 193 http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=193 Author: yoya Date: 2010-08-01 06:55:31 +0900 (Sun, 01 Aug 2010) Log Message: ----------- 誤ってメソッドをglobal function として登録していたので登録処理を削除 Modified Paths: -------------- trunk/src/swfed.c -------------- next part -------------- Modified: trunk/src/swfed.c =================================================================== --- trunk/src/swfed.c 2010-07-30 16:58:13 UTC (rev 192) +++ trunk/src/swfed.c 2010-07-31 21:55:31 UTC (rev 193) @@ -82,7 +82,7 @@ STANDARD_MODULE_HEADER, #endif "swfed", - swfed_functions, + NULL, // no global functions PHP_MINIT(swfed), PHP_MSHUTDOWN(swfed), PHP_RINIT(swfed), /* Replace with NULL if there's nothing to do at request start */