summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-12-12 08:45:51 +0000
committerMarcus Boerger <helly@php.net>2003-12-12 08:45:51 +0000
commitf96427a044758c0eee6f7215df3b9be759a1e61e (patch)
treed6b2937f4b2475770bf056a000b5427bb880ab12
parenta54c7dcb204fb8e41c6a413b0c4ed832c31f9c14 (diff)
downloadphp-git-f96427a044758c0eee6f7215df3b9be759a1e61e.tar.gz
Actually register the class
-rw-r--r--ext/ming/ming.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ming/ming.c b/ext/ming/ming.c
index dcef086420..5228b84579 100644
--- a/ext/ming/ming.c
+++ b/ext/ming/ming.c
@@ -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);