1

I'm getting Error PHP Extension intl not installed:

PHP version 5.5.12 >

I checked in php.ini file it's already enabled..

Jarwin
  • 1,045
  • 1
  • 9
  • 30
Ajay Gohel
  • 128
  • 12

1 Answers1

1

The correct solution is actually very simple.

Using the wampmanager menus you do this :-

(left click)wampmanager -> Apache -> Version -> 2.4.9  (Click on 2.4.9)

This will rebuild the SYMLINKS in the Apache folder to the files that do and should only exist in the PHP{version} folder, and then restart Apache.

As of WAMPServer 2.4 SYMLINKS are created rather than copying these files from the PHP folder to the Apache folder.

RiggsFolly
  • 93,638
  • 21
  • 103
  • 149