summaryrefslogtreecommitdiff
path: root/ext/sybase/sybase.c
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2000-03-06 18:44:01 +0000
committerStig Bakken <ssb@php.net>2000-03-06 18:44:01 +0000
commitd02fe90b009d3145b0b9d24510c6869c68d2b99b (patch)
treee7ad756d7b5a2ed3a082a63dc97e3dd95a5cd44c /ext/sybase/sybase.c
parent31c9ad183133a1d24a686b325414513a4373a680 (diff)
downloadphp-git-d02fe90b009d3145b0b9d24510c6869c68d2b99b.tar.gz
Change extension names in all extensions' zend_module_entry to their
directory name.
Diffstat (limited to 'ext/sybase/sybase.c')
-rw-r--r--ext/sybase/sybase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sybase/sybase.c b/ext/sybase/sybase.c
index f70ae251d6..c90212b2d5 100644
--- a/ext/sybase/sybase.c
+++ b/ext/sybase/sybase.c
@@ -79,7 +79,7 @@ function_entry sybase_functions[] = {
};
zend_module_entry sybase_module_entry = {
- "Sybase SQL", sybase_functions, PHP_MINIT(sybase), PHP_MSHUTDOWN(sybase), PHP_RINIT(sybase), PHP_RSHUTDOWN(sybase), PHP_MINFO(sybase), STANDARD_MODULE_PROPERTIES
+ "sybase", sybase_functions, PHP_MINIT(sybase), PHP_MSHUTDOWN(sybase), PHP_RINIT(sybase), PHP_RSHUTDOWN(sybase), PHP_MINFO(sybase), STANDARD_MODULE_PROPERTIES
};
#if COMPILE_DL