[Swfed-svn] swfed-svn [526] getTagList でいきなり tag を code に変更するとユーザが困るので、

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 4月 6日 (水) 17:24:44 JST


Revision: 526
          http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=526
Author:   yoya
Date:     2011-04-06 17:24:44 +0900 (Wed, 06 Apr 2011)

Log Message:
-----------
getTagList でいきなり tag を code に変更するとユーザが困るので、
しばらくは tag と code の両方のキーを返すようにする。(tag は後で消す)

Modified Paths:
--------------
    trunk/src/php_swfed.c


-------------- next part --------------
Modified: trunk/src/php_swfed.c
===================================================================
--- trunk/src/php_swfed.c	2011-04-06 07:15:45 UTC (rev 525)
+++ trunk/src/php_swfed.c	2011-04-06 08:24:44 UTC (rev 526)
@@ -420,6 +420,7 @@
         ALLOC_INIT_ZVAL(data);
         array_init(data);
         add_assoc_long(data, "code", tag->code);
+        add_assoc_long(data, "tag", tag->code);
         tag_info = get_swf_tag_info(tag->code);
         if (tag_info && tag_info->name) {
             add_assoc_string_ex(data,



Swfed-svn メーリングリストの案内
Back to archive index