stas            Wed Jul  1 20:17:31 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/intl/locale    locale_methods.c 
  Log:
  fix proto
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/locale/locale_methods.c?r1=1.1.2.7&r2=1.1.2.8&diff_format=u
Index: php-src/ext/intl/locale/locale_methods.c
diff -u php-src/ext/intl/locale/locale_methods.c:1.1.2.7 
php-src/ext/intl/locale/locale_methods.c:1.1.2.8
--- php-src/ext/intl/locale/locale_methods.c:1.1.2.7    Sun Aug  3 11:33:45 2008
+++ php-src/ext/intl/locale/locale_methods.c    Wed Jul  1 20:17:31 2009
@@ -14,7 +14,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: locale_methods.c,v 1.1.2.7 2008/08/03 11:33:45 jani Exp $ */
+/* $Id: locale_methods.c,v 1.1.2.8 2009/07/01 20:17:31 stas Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1221,11 +1221,11 @@
 }
 /* }}} */
 
-/* {{{ proto static boolean Locale::filterMatches(string $langtag, string 
$locale)
+/* {{{ proto static boolean Locale::filterMatches(string $langtag, string 
$locale, bool canonicalize)
 * Checks if a $langtag filter matches with $locale according to RFC 4647's 
basic filtering algorithm 
 */
 /* }}} */
-/* {{{ proto boolean locale_filter_matches(string $langtag, string $locale)
+/* {{{ proto boolean locale_filter_matches(string $langtag, string $locale, 
bool canonicalize)
 * Checks if a $langtag filter matches with $locale according to RFC 4647's 
basic filtering algorithm 
 */
 PHP_FUNCTION(locale_filter_matches)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to