summaryrefslogtreecommitdiff
path: root/ext/posix
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/posix
parent31c9ad183133a1d24a686b325414513a4373a680 (diff)
downloadphp-git-d02fe90b009d3145b0b9d24510c6869c68d2b99b.tar.gz
Change extension names in all extensions' zend_module_entry to their
directory name.
Diffstat (limited to 'ext/posix')
-rw-r--r--ext/posix/posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/posix.c b/ext/posix/posix.c
index 1dd6f7eae9..5d8e2c38c1 100644
--- a/ext/posix/posix.c
+++ b/ext/posix/posix.c
@@ -118,7 +118,7 @@ function_entry posix_functions[] = {
static PHP_MINFO_FUNCTION(posix);
zend_module_entry posix_module_entry = {
- "Posix",
+ "posix",
posix_functions,
NULL,
NULL,