From 3c9155e0cba948820f809564f1c2b99e4792e256 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 7 Mar 2003 05:15:28 +0000 Subject: 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. --- ext/hwapi/hwapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/hwapi/hwapi.cpp') diff --git a/ext/hwapi/hwapi.cpp b/ext/hwapi/hwapi.cpp index 073024e257..aae3b152a4 100644 --- a/ext/hwapi/hwapi.cpp +++ b/ext/hwapi/hwapi.cpp @@ -2162,7 +2162,7 @@ static HW_API_info_In *make_HW_API_info_In(zval *arg1) { } PHP_INI_BEGIN() -// STD_PHP_INI_ENTRY("hwapi.allow_persistent", "0", PHP_INI_SYSTEM, OnUpdateInt, allow_persistent, zend_hwapi_globals, hwapi_globals) +// STD_PHP_INI_ENTRY("hwapi.allow_persistent", "0", PHP_INI_SYSTEM, OnUpdateLong, allow_persistent, zend_hwapi_globals, hwapi_globals) PHP_INI_END() PHP_MINIT_FUNCTION(hwapi) { -- cgit v1.2.1