From: Jani Taskinen Date: Sat, 2 May 2009 02:08:46 +0000 (+0000) Subject: MFH:- Fix parameter variable type to match "l" X-Git-Tag: php-5.3.0RC2~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc247e0eecd3d4ce4cc7c99978e7f58cccfd4523;p=php MFH:- Fix parameter variable type to match "l" --- diff --git a/ext/intl/collator/collator_locale.c b/ext/intl/collator/collator_locale.c index 353eff5982..331fed22fc 100755 --- a/ext/intl/collator/collator_locale.c +++ b/ext/intl/collator/collator_locale.c @@ -33,7 +33,7 @@ */ PHP_FUNCTION( collator_get_locale ) { - int type = 0; + long type = 0; char* locale_name = NULL; COLLATOR_METHOD_INIT_VARS