diff options
author | foobar <sniper@php.net> | 2003-03-07 05:15:28 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-03-07 05:15:28 +0000 |
commit | 3c9155e0cba948820f809564f1c2b99e4792e256 (patch) | |
tree | 4c2137a4c3eff036380eabc3a23c7bddc2049acc /ext/yaz | |
parent | e32eaf29deba326dc7ccd9576a19eed75dcfd3fc (diff) | |
download | php-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/yaz')
-rw-r--r-- | ext/yaz/php_yaz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/yaz/php_yaz.c b/ext/yaz/php_yaz.c index fc5d982508..e490432ab9 100644 --- a/ext/yaz/php_yaz.c +++ b/ext/yaz/php_yaz.c @@ -1455,7 +1455,7 @@ static void yaz_close_link (zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ PHP_INI_BEGIN */ PHP_INI_BEGIN() - STD_PHP_INI_ENTRY("yaz.max_links", "100", PHP_INI_ALL, OnUpdateInt, max_links, zend_yaz_globals, yaz_globals) + STD_PHP_INI_ENTRY("yaz.max_links", "100", PHP_INI_ALL, OnUpdateLong, max_links, zend_yaz_globals, yaz_globals) STD_PHP_INI_ENTRY("yaz.log_file", NULL, PHP_INI_ALL, OnUpdateString, log_file, zend_yaz_globals, yaz_globals) PHP_INI_END() /* }}} */ |