fmk Fri Mar 26 16:56:30 2004 EDT Modified files: /php-src/ext/ming ming.c Log: Fix complation errors after convertion to new macro's http://cvs.php.net/diff.php/php-src/ext/ming/ming.c?r1=1.64&r2=1.65&ty=u Index: php-src/ext/ming/ming.c diff -u php-src/ext/ming/ming.c:1.64 php-src/ext/ming/ming.c:1.65 --- php-src/ext/ming/ming.c:1.64 Fri Mar 26 16:10:16 2004 +++ php-src/ext/ming/ming.c Fri Mar 26 16:56:30 2004 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: ming.c,v 1.64 2004/03/26 21:10:16 helly Exp $ */ +/* $Id: ming.c,v 1.65 2004/03/26 21:56:30 fmk Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -1358,7 +1358,7 @@ /* }}} */ static zend_function_entry swffontchar_functions[] = { - PHP_ME(swffontchar, __construct, NULL, 0) + PHP_ME(swffontchar, addChars, NULL, 0) PHP_ME(swffontchar, addUTF8Chars, NULL, 0) { NULL, NULL, NULL } }; @@ -1872,7 +1872,7 @@ /* }}} */ static zend_function_entry swfsoundinstance_functions[] = { - PHP_ME(swfsoundinstance, __construct, NULL, 0) + PHP_ME(swfsoundinstance, noMultiple, NULL, 0) PHP_ME(swfsoundinstance, loopInPoint, NULL, 0) PHP_ME(swfsoundinstance, loopOutPoint, NULL, 0) PHP_ME(swfsoundinstance, loopCount, NULL, 0) @@ -2216,9 +2216,9 @@ /* }}} */ #ifdef HAVE_NEW_MING -/* {{{ proto void swfmovie_streamMp3(mixed file) +/* {{{ proto void swfmovie_streamMP3(mixed file) Sets sound stream of the SWF movie. The parameter can be stream or string. */ -PHP_METHOD(swfmovie, streamMp3) +PHP_METHOD(swfmovie, streamMP3) { zval **zfile; SWFSoundStream sound;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php