diff options
-rw-r--r-- | ext/ming/php_ming.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/ming/php_ming.h b/ext/ming/php_ming.h index 6fa8caaf6d..44c033ca17 100644 --- a/ext/ming/php_ming.h +++ b/ext/ming/php_ming.h @@ -33,6 +33,7 @@ extern zend_module_entry ming_module_entry; #define ming_module_ptr &ming_module_entry +PHP_RINIT_FUNCTION(ming); PHP_MINIT_FUNCTION(ming); PHP_MINFO_FUNCTION(ming); @@ -136,6 +137,7 @@ PHP_FUNCTION(swfdisplayitem_setRatio); PHP_FUNCTION(swfdisplayitem_addColor); PHP_FUNCTION(swfdisplayitem_multColor); PHP_FUNCTION(swfdisplayitem_setName); +PHP_FUNCTION(swfdisplayitem_addAction); PHP_FUNCTION(swfbutton_init); PHP_FUNCTION(swfbutton_setHit); @@ -156,6 +158,7 @@ PHP_FUNCTION(swfmorph_getShape2); PHP_FUNCTION(ming_setCubicThreshold); PHP_FUNCTION(ming_setScale); +PHP_FUNCTION(ming_useSWFVersion); #else #define ming_module_ptr NULL |