We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35d4a8 commit 8a83cdfCopy full SHA for 8a83cdf
components/intl.rst
@@ -48,17 +48,6 @@ replace the intl classes:
48
49
Composer automatically exposes these classes in the global namespace.
50
51
-If you don't use Composer but the
52
-:doc:`Symfony ClassLoader component </components/class_loader>`,
53
-you need to expose them manually by adding the following lines to your autoload
54
-code::
55
-
56
- if (!function_exists('intl_is_failure')) {
57
- require '/path/to/Icu/Resources/stubs/functions.php';
58
59
- $loader->registerPrefixFallback('/path/to/Icu/Resources/stubs');
60
- }
61
62
Writing and Reading Resource Bundles
63
------------------------------------
64
0 commit comments