diff options
Diffstat (limited to 'ext/oci8/oci8.c')
-rw-r--r-- | ext/oci8/oci8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 071ec418d3..fb0287e23b 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -277,7 +277,7 @@ static zend_function_entry php_oci_lob_class_functions[] = { }; zend_module_entry oci8_module_entry = { - "Oracle-OCI8", /* extension name */ + "oci8", /* extension name */ php_oci_functions, /* extension function list */ PHP_MINIT(oci), /* extension-wide startup function */ PHP_MSHUTDOWN(oci), /* extension-wide shutdown function */ |