I got this error upon checking the php_mssql extension on my wamp server:
Could not execute menu item (internal error)
[Exception] Could not perform service action:
The requested control is not valid for this service
How do I uncheck the php_mssql extension in my wamp server?
Simply go to
wamp\bin\apache\Apache2.2.17\binand look forphp.inifind “extension=php_mssql.dll” edit it by place ; before the line like this “;extension=php_mssql.dll” restart the wamp and you are done!