0

I've intalled PHP5 with Apache web server. I need to use DCOM. So in php.ini file I've uncomment string allow_dcom=true but when I run php <? phpinfo(); ?> allow_dcom set to 0. Also in php info config file is equal to file in what allow_dcom set to true.

As I understand php takes not valid php.ini file.

Can anybody help me to solve that?

1
  • See Loaded Configuration File path in phpinfo and accordingly change configuration of php.ini Commented Sep 7, 2016 at 5:10

1 Answer 1

1

You have to restart the apache server after changing php.ini so that its changes reflects.

Reference Doc

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.