Installation Php-intl sur XAMPP

- Je besoin pour utiliser l'extension intl sur mon mac avec XAMPP.

Donc j'ai suivi ce lien:

Php-intl installation sur XAMPP pour Mac Lion 10.8

http://lvarayut.blogspot.it/2013/09/installing-intl-extension-in-xampp.html

J'ai toujours redémarrer mon serveur apache, mais n'est pas installé l'extension. Parce que si je me lance:

php -m | grep intl #should return 'intl'

de retour à vide

La commande que je ne peux pas le lancer sans elle, c'est pour le compositeur et cakephp comme ceci:

composer create-project --prefer-dist -s dev cakephp/app cakephp3

M'a fait cette erreur:

Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for cakephp/cakephp 3.0.*-dev -> satisfiable by cakephp/cakephp[3.0.x-dev].
    - cakephp/cakephp 3.0.x-dev requires ext-intl * -> the requested PHP extension intl is missing from your system.
  Problem 2
    - cakephp/cakephp 3.0.x-dev requires ext-intl * -> the requested PHP extension intl is missing from your system.
    - cakephp/bake dev-master requires cakephp/cakephp 3.0.x-dev -> satisfiable by cakephp/cakephp[3.0.x-dev].
    - Installation request for cakephp/bake dev-master -> satisfiable by cakephp/bake[dev-master].

Donc j'ai besoin de résoudre le problème de l'ext-intl avec l'extension intl.

Quelqu'un peut m'aider avec ce problème?
Comment puis-je installer cette extension?

Grâce

source d'informationauteur Alessandro Minoccheri