0

I am trying to install intl extension on php 5.4.4 having centos,

I have a zip file which I downloaded from http://isolherbal.com/nha/playground_clone/webservices/test_webservices

I downloaded version 3.0.0

But from here I do not know where to go because the file does not containes intl.so and I dint find any way to compile and cretae an so from the directory present in the zip

Rénald
  • 1,412
  • 12
  • 29
Arpita
  • 1,386
  • 1
  • 15
  • 35

1 Answers1

0

I was able to solve the issue, It was because icu was not installed on my server, intl extension has dependency over icu and autoconf so my server was missing icu extension I configured that first and then intl go

for more help refer http://dreamconception.com/tech/install-intl-extension-with-mamp/

Arpita
  • 1,386
  • 1
  • 15
  • 35