0

I am running wampserver 2.4 on windows machine and when I checked phpinfo() the local value and master value of browscap was no value. So can anybody tell me how to configure the server for browscap. other issue is that curl_init() method does not work in it. sayscall to undefined function curl_inint() any help with this to.

mega6382
  • 9,211
  • 17
  • 48
  • 69

2 Answers2

0

Enable the curl extension in your php.ini file located in your php root. Also see this (duplicated) issue.

Please do a Google / StackOverflow search first next time!

Community
  • 1
  • 1
Ruben
  • 343
  • 2
  • 11
0

In the newer version of wampserver both of these things comes already enabled, and xampp is alot more better than this in every way.

mega6382
  • 9,211
  • 17
  • 48
  • 69