stas Wed Jul 1 20:18:04 2009 UTC
Modified files:
/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.10&r2=1.11&diff_format=u
Index: php-src/ext/intl/locale/locale_methods.c
diff -u php-src/ext/intl/locale/locale_methods.c:1.10
php-src/ext/intl/locale/locale_methods.c:1.11
--- php-src/ext/intl/locale/locale_methods.c:1.10 Tue Mar 10 23:39:26 2009
+++ php-src/ext/intl/locale/locale_methods.c Wed Jul 1 20:18:03 2009
@@ -14,7 +14,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: locale_methods.c,v 1.10 2009/03/10 23:39:26 helly Exp $ */
+/* $Id: locale_methods.c,v 1.11 2009/07/01 20:18:03 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