svnno****@sourc*****
svnno****@sourc*****
2008年 10月 21日 (火) 16:14:07 JST
Revision: 90 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=swfed&view=rev&rev=90 Author: yoya Date: 2008-10-21 16:14:06 +0900 (Tue, 21 Oct 2008) Log Message: ----------- functions 配列から confirm_swfed_compiled の行を削除 Modified Paths: -------------- trunk/src/swfed.c -------------- next part -------------- Modified: trunk/src/swfed.c =================================================================== --- trunk/src/swfed.c 2008-10-21 06:54:06 UTC (rev 89) +++ trunk/src/swfed.c 2008-10-21 07:14:06 UTC (rev 90) @@ -48,7 +48,6 @@ * Every user visible function must have an entry in swfed_functions[]. */ zend_function_entry swfed_functions[] = { - PHP_FE(confirm_swfed_compiled, NULL) /* For testing, remove later. */ PHP_ME(swfed, __construct, NULL, 0) PHP_ME(swfed, input, NULL, 0) PHP_ME(swfed, output, NULL, 0)