]> granicus.if.org Git - php/commitdiff
Actually register the class
authorMarcus Boerger <helly@php.net>
Fri, 12 Dec 2003 08:45:51 +0000 (08:45 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 12 Dec 2003 08:45:51 +0000 (08:45 +0000)
ext/ming/ming.c

index dcef08642099ccf939413e6a43613176697813a7..5228b84579b59366bb0053990f421e5fe5ad0c14 100644 (file)
@@ -3888,6 +3888,7 @@ PHP_MINIT_FUNCTION(ming)
        action_class_entry_ptr = zend_register_internal_class(&action_class_entry TSRMLS_CC);
        morph_class_entry_ptr = zend_register_internal_class(&morph_class_entry TSRMLS_CC);
        sprite_class_entry_ptr = zend_register_internal_class(&sprite_class_entry TSRMLS_CC);
+       sound_class_entry_ptr = zend_register_internal_class(&sound_class_entry TSRMLS_CC);
 #ifdef HAVE_NEW_MING
        fontchar_class_entry_ptr = zend_register_internal_class(&fontchar_class_entry TSRMLS_CC);
        soundinstance_class_entry_ptr = zend_register_internal_class(&soundinstance_class_entry TSRMLS_CC);