]> granicus.if.org Git - php/commitdiff
Fix DL entry point.
authorAndrei Zmievski <andrei@php.net>
Wed, 17 Jul 2002 19:27:36 +0000 (19:27 +0000)
committerAndrei Zmievski <andrei@php.net>
Wed, 17 Jul 2002 19:27:36 +0000 (19:27 +0000)
ext/wddx/wddx.c

index d23e65098eb74c843461a94f5c43ea828d9c0e0d..ad540aab382f3b8a6f97d1fc1504f1c6a659acb4 100644 (file)
@@ -108,6 +108,12 @@ function_entry wddx_functions[] = {
 PHP_MINIT_FUNCTION(wddx);
 PHP_MINFO_FUNCTION(wddx);
 
+/* {{{ dynamically loadable module stuff */
+#ifdef COMPILE_DL_WDDX
+ZEND_GET_MODULE(wddx)
+#endif /* COMPILE_DL_WDDX */
+/* }}} */
+
 /* {{{ wddx_module_entry
  */
 zend_module_entry wddx_module_entry = {