I installed WAMP on my local machine. My PHP version is 5.3.3 in phpinfo() but that extension doesn\'t exist! :(
phpinfo()
How can I install this extension withou
It may be because of Apache. Restart Apache by following command
service httpd restart
and try again.