Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
updated the readme with more information for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xeoncross committed Jul 10, 2013
1 parent ac08d43 commit 456cd21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -28,12 +28,12 @@ Installation guide for [Linux](http://getcomposer.org/doc/00-intro.md#installati
* PDO if using the Database
* mb_string, [gettext](http://php.net/gettext), [iconv](http://www.php.net/manual/en/book.iconv.php), [ICU INTL](http://php.net/manual/en/book.intl.php) & SPL classes

## Where is the Locale Class?
## How do I install the [PHP intl](http://php.net/manual/en/book.intl.php) extension?

If you have errors about missing classes make sure you have the required PHP extensions installed.
If you have errors about missing classes (like `Locale`) make sure you have the required PHP extensions installed.

* Ubuntu/Debian: `$ sudo apt-get install php5-intl php5-mcrypt php-gettext`
* Windows: uncomment `extension=php_intl.dll` in your php.ini
* Windows: uncomment `extension=php_intl.dll`, `extension=php_mycrypt.dll`, and `extension=php_gettext.dll` in your php.ini

## License

Expand Down

0 comments on commit 456cd21

Please sign in to comment.