CakePHP 3.0 installation: intl extension error (but php_intl is installed and activated) [ZendServer 6.3]

938 Views Asked by At
  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.
[..] 

but... php_int is enabled

Internationalization support    enabled
version                         1.1.0
ICU version                     4.4.2
ICU Data version                4.4.2

Directive               Local Value      Master Value
intl.default_locale     pl_PL            pl_PL
intl.error_level        1                1
intl.use_exceptions     0                0

I have no idea why the composer cannot see installed and working php_int extension. Any clue?

PHP Version 5.5.7 (CGI/FastCGI), Windows.

Zend Server Version: 6.3.0

0

There are 0 best solutions below