File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 33
33
extern zend_module_entry ming_module_entry ;
34
34
#define ming_module_ptr &ming_module_entry
35
35
36
+ PHP_RINIT_FUNCTION (ming );
36
37
PHP_MINIT_FUNCTION (ming );
37
38
PHP_MINFO_FUNCTION (ming );
38
39
@@ -136,6 +137,7 @@ PHP_FUNCTION(swfdisplayitem_setRatio);
136
137
PHP_FUNCTION (swfdisplayitem_addColor );
137
138
PHP_FUNCTION (swfdisplayitem_multColor );
138
139
PHP_FUNCTION (swfdisplayitem_setName );
140
+ PHP_FUNCTION (swfdisplayitem_addAction );
139
141
140
142
PHP_FUNCTION (swfbutton_init );
141
143
PHP_FUNCTION (swfbutton_setHit );
@@ -156,6 +158,7 @@ PHP_FUNCTION(swfmorph_getShape2);
156
158
157
159
PHP_FUNCTION (ming_setCubicThreshold );
158
160
PHP_FUNCTION (ming_setScale );
161
+ PHP_FUNCTION (ming_useSWFVersion );
159
162
160
163
#else
161
164
#define ming_module_ptr NULL
You can’t perform that action at this time.
0 commit comments