This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Locale/Resources
Bernhard Schussek 404f83ccc3 [Locale] Added stubs as a replacement for the intl extension
You can enable the stubs by including the following code in app/autoload.php:

$loader->registerPrefixFallback(array(
    __DIR__.'/../vendor/symfony/src/Symfony/Component/Locale/Resources/stubs',
));

If the intl extension is not loaded, the stub classes for the "en" locale
will be created automatically.
2011-02-23 13:26:05 +01:00
..
data [Locale] added stub implementations of Locale and NumberFormatter classes 2011-02-23 13:26:05 +01:00
stubs [Locale] Added stubs as a replacement for the intl extension 2011-02-23 13:26:05 +01:00