diff options
Diffstat (limited to 'ext/yp/yp.c')
-rw-r--r-- | ext/yp/yp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/yp/yp.c b/ext/yp/yp.c index c1e747f80f..40fbf44a68 100644 --- a/ext/yp/yp.c +++ b/ext/yp/yp.c @@ -36,7 +36,7 @@ function_entry yp_functions[] = { }; zend_module_entry yp_module_entry = { - "YP", + "yp", yp_functions, NULL, NULL, |