Skip to content

Instantly share code, notes, and snippets.

View thomascharbit's full-sized avatar

Thomas Charbit thomascharbit

View GitHub Profile

PHP en ligne de commande sur les hébergements mutualisés OVH

PHP-CLI

/usr/local/php5.3/bin/php   => PHP 5.3.28 (cli) (built: Sep  2 2014 09:30:31)
/usr/local/php5.4/bin/php   => PHP 5.4.30 (cli) (built: Sep  2 2014 09:29:35)
/usr/local/php5.5/bin/php   => PHP 5.5.14 (cli) (built: Sep  2 2014 09:30:07)
/usr/local/php5.6/bin/php   => PHP 5.6.0 (cli) (built: Sep  2 2014 09:30:26)
diff --git a/ext/intl/breakiterator/codepointiterator_internal.cpp b/ext/intl/breakiterator/codepointiterator_internal.cpp
index 723cfd5022..f6f75d2731 100644
--- a/ext/intl/breakiterator/codepointiterator_internal.cpp
+++ b/ext/intl/breakiterator/codepointiterator_internal.cpp
@@ -74,7 +74,11 @@ CodePointBreakIterator::~CodePointBreakIterator()
clearCurrentCharIter();
}
+#if U_ICU_VERSION_MAJOR_NUM >= 70
+bool CodePointBreakIterator::operator==(const BreakIterator& that) const