From 8a83cdfcbd445d05f38c001f869e7421e2ce447c Mon Sep 17 00:00:00 2001 From: Mitchell Date: Thu, 29 Mar 2018 20:32:38 +0200 Subject: [PATCH] [FIX] Remove ClassLoader mention The ClassLoader component was removed in Symfony 4.0. --- components/intl.rst | 11 ----------- 1 file changed, 11 deletions(-) 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 ------------------------------------