|
|
|
@ -1,20 +1,3 @@
|
|
|
|
|
Index: ext/intl/msgformat/msgformat_helpers.cpp
|
|
|
|
|
--- ext/intl/msgformat/msgformat_helpers.cpp.orig 2015-12-01 14:36:42.000000000 +0100
|
|
|
|
|
+++ ext/intl/msgformat/msgformat_helpers.cpp 2015-12-02 20:17:51.198927871 +0100
|
|
|
|
|
@@ -62,11 +62,13 @@
|
|
|
|
|
#endif
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
+#if 0
|
|
|
|
|
const Formattable::Type*
|
|
|
|
|
MessageFormatAdapter::getArgTypeList(const MessageFormat& m,
|
|
|
|
|
int32_t& count) {
|
|
|
|
|
return m.getArgTypeList(count);
|
|
|
|
|
}
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
|
|
#ifdef HAS_MESSAGE_PATTERN
|
|
|
|
|
const MessagePattern
|
|
|
|
|
Index: ext/pdo_mysql/mysql_driver.c
|
|
|
|
|
--- ext/pdo_mysql/mysql_driver.c.orig 2015-12-01 14:36:34.000000000 +0100
|
|
|
|
|
+++ ext/pdo_mysql/mysql_driver.c 2015-12-02 20:17:51.198927871 +0100
|
|
|
|
|