summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-03-07 05:15:28 +0000
committerfoobar <sniper@php.net>2003-03-07 05:15:28 +0000
commit3c9155e0cba948820f809564f1c2b99e4792e256 (patch)
tree4c2137a4c3eff036380eabc3a23c7bddc2049acc /ext/hyperwave/hw.c
parente32eaf29deba326dc7ccd9576a19eed75dcfd3fc (diff)
downloadphp-git-3c9155e0cba948820f809564f1c2b99e4792e256.tar.gz
Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
# Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
Diffstat (limited to 'ext/hyperwave/hw.c')
-rw-r--r--ext/hyperwave/hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c
index fcb4123aa5..d57e00b931 100644
--- a/ext/hyperwave/hw.c
+++ b/ext/hyperwave/hw.c
@@ -217,7 +217,7 @@ static PHP_INI_MH(OnHyperwavePort)
}
PHP_INI_BEGIN()
- STD_PHP_INI_ENTRY("hyperwave.allow_persistent", "0", PHP_INI_SYSTEM, OnUpdateInt, allow_persistent, zend_hw_globals, hw_globals)
+ STD_PHP_INI_ENTRY("hyperwave.allow_persistent", "0", PHP_INI_SYSTEM, OnUpdateLong, allow_persistent, zend_hw_globals, hw_globals)
PHP_INI_ENTRY("hyperwave.default_port", "418", PHP_INI_ALL, OnHyperwavePort)
PHP_INI_END()