Search code examples
phpwampphp-extension

Wamp and Php extension one click enable


Please tell me how to enable all these extension all at once. They are creating a lot of problem.

enter image description here

I want to enable all of them by just one click.

Thanks


Solution

  • Two ways:

    1) check them all one by one

    2) go to php.ini uncomment them.

    3) or thrught ini_set() in php file

    For first two you need to restart your apache server.