Trying install Symfony2 framework using easyPHP 12.1 on win7.
The config screen for Symfony asks for:
Install and enable the intl extension (used for validators).
Install and enable a PHP accelerator like APC (highly recommended)
I am trying to just install the intl extension but not having much luck.
I have the php_intl.dll file in:
C:\Program Files (x86)\EasyPHP-12.1\php\php546x130120232554\ext
Yet when i uncomment the extension=php_intl.dll i get this error:
"""""
PHP Startup: unable to load dynamis library
'C:\PROGRA~2\EASYPHP~1.1\php\php546x130120232554\ext\php_intl.dll' - The spcified module could not be found
"""""
The extension path in the ini is:
extension_dir = "${path}\php\php546x130120232554\ext\"
When I hard code the path to:
C:\Program Files (x86)\EasyPHP-12.1\php\php546x130120232554\ext I get the following error:
"This program can't start because icuuc46.dll is missing from you computer. Try reinstalling the program to fix this problem
Has anyone else encountered this and solved it? I would be very appreciative!