]> granicus.if.org Git - php/commitdiff
Remove _A.
authorAndrei Zmievski <andrei@php.net>
Tue, 5 Oct 1999 13:33:57 +0000 (13:33 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 5 Oct 1999 13:33:57 +0000 (13:33 +0000)
ext/wddx/wddx.c

index 59214c14ad2ae31ec0fc92fc44a61b7c205caf93..5eb14104ecd9aed6056f1f0e189b405f3af07de9 100644 (file)
@@ -97,7 +97,7 @@ function_entry wddx_functions[] = {
 };
 
 zend_module_entry wddx_module_entry = {
-       "WDDX_A", wddx_functions, php_minit_wddx, NULL, NULL, NULL, NULL, STANDARD_MODULE_PROPERTIES
+       "WDDX", wddx_functions, php_minit_wddx, NULL, NULL, NULL, NULL, STANDARD_MODULE_PROPERTIES
 };
 
 /* }}} */