Glam Prestige Journal

Bright entertainment trends with youth appeal.

How can I change values of the .ini files via command line? (linux or windows)

For example I have a php.ini file:

display_errors = On
error_reporting = E_ALL & ~E_NOTICE

Now, I need be like this command:

MAGIC-COMMAND display_errors=Off error_reporting=E_ALL php.ini

And that options effective and write in php.ini file, and I have this content:

display_errors = Off
error_reporting = E_ALL
5 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy