Commit:    b4ba46cb996e813ea3d99140cadbcc44822fcbe4
Author:    Gustavo Lopes <glo...@nebm.ist.utl.pt>         Tue, 29 Jan 2013 
15:43:58 +0100
Parents:   4badc0c071e7c99946e7420707392e4de19d250e
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=b4ba46cb996e813ea3d99140cadbcc44822fcbe4

Log:
Fix arginfo of BreakIterator::getLocale

Changed paths:
  M  ext/intl/breakiterator/breakiterator_class.cpp


Diff:
diff --git a/ext/intl/breakiterator/breakiterator_class.cpp 
b/ext/intl/breakiterator/breakiterator_class.cpp
index de4bfbb..7bf271a 100644
--- a/ext/intl/breakiterator/breakiterator_class.cpp
+++ b/ext/intl/breakiterator/breakiterator_class.cpp
@@ -296,7 +296,7 @@ static const zend_function_entry 
BreakIterator_class_functions[] = {
        PHP_ME_MAPPING(following,                               
breakiter_following,                                    ainfo_biter_offset,     
                                ZEND_ACC_PUBLIC)
        PHP_ME_MAPPING(preceding,                               
breakiter_preceding,                                    ainfo_biter_offset,     
                                ZEND_ACC_PUBLIC)
        PHP_ME_MAPPING(isBoundary,                              
breakiter_is_boundary,                                  ainfo_biter_offset,     
                                ZEND_ACC_PUBLIC)
-       PHP_ME_MAPPING(getLocale,                               
breakiter_get_locale,                                   ainfo_biter_void,       
                                ZEND_ACC_PUBLIC)
+       PHP_ME_MAPPING(getLocale,                               
breakiter_get_locale,                                   ainfo_biter_get_locale, 
                        ZEND_ACC_PUBLIC)
        PHP_ME_MAPPING(getPartsIterator,                
breakiter_get_parts_iterator,                   ainfo_biter_getPartsIterator,   
        ZEND_ACC_PUBLIC)
 
        PHP_ME_MAPPING(getErrorCode,                    
breakiter_get_error_code,                               ainfo_biter_void,       
                                ZEND_ACC_PUBLIC)


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

Reply via email to