Posted 2011-06-28 13:25 by Joe
modify-php-ini.pl
Changes PHP variables for some or all domains.
This command can be used to change the value of a PHP configuration variable (set in the php.ini file) for one or many virtual servers at once.
The servers to update can be selected with the --domain or --user flags,
or you can choose to modify them all with the --all-domains option.
If your system supports multiple PHP versions,
you can limit the changes to the config for a specific version with the --php-version flag folowed by a number,
like 4 or 5.
The variables to change are set with the --ini-name flag,
which can be given multiple times to change more than one variable.
The new values are set either with the --ini-value flag (followed by a number or string),
or the --no-ini-value flag to completely remove a setting.
Command Line Help
Changes PHP variables for some or all domains.
virtualmin modify-php-ini --domain name | --user name | --all-domains
[--php-version number]
<--ini-name name>+ <--ini-value value>+
