Fixed bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or msgformat_attr.c

This commit is contained in:
Anatol Belski 2016-04-09 19:10:53 +02:00
parent fcbd95930c
commit 58ea2ad489
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include "php_intl.h" #include "php_intl.h"
#include "msgformat_class.h" #include "msgformat_class.h"
#include "msgformat_data.h"
#include "intl_convert.h" #include "intl_convert.h"
/* {{{ */ /* {{{ */

View File

@ -21,11 +21,11 @@
#include "php_intl.h" #include "php_intl.h"
#include "msgformat_class.h" #include "msgformat_class.h"
#include "msgformat_attr.h" #include "msgformat_attr.h"
#include "msgformat_data.h"
#include "intl_convert.h" #include "intl_convert.h"
#include <unicode/ustring.h> #include <unicode/ustring.h>
/* {{{ proto string MessageFormatter::getPattern( ) /* {{{ proto string MessageFormatter::getPattern( )
* Get formatter pattern. }}} */ * Get formatter pattern. }}} */
/* {{{ proto string msgfmt_get_pattern( MessageFormatter $mf ) /* {{{ proto string msgfmt_get_pattern( MessageFormatter $mf )