diff --git a/components/intl.rst b/components/intl.rst index ba21ad10141..75a5b15c12a 100644 --- a/components/intl.rst +++ b/components/intl.rst @@ -48,17 +48,6 @@ replace the intl classes: Composer automatically exposes these classes in the global namespace. -If you don't use Composer but the -:doc:`Symfony ClassLoader component `, -you need to expose them manually by adding the following lines to your autoload -code:: - - if (!function_exists('intl_is_failure')) { - require '/path/to/Icu/Resources/stubs/functions.php'; - - $loader->registerPrefixFallback('/path/to/Icu/Resources/stubs'); - } - Writing and Reading Resource Bundles ------------------------------------