I had a system set up so that the CLI version of PHP could handle command line calls with arguments like this:
php wan2web.php p_site=www.foorbar.net p_user=johndoe p_pass=somepass p_path=/home/webs/foobar.net/html force=1
Now that I've moved to a new system (and PHP 5.0.1), I attempt to run the command above, the script acts as if no paramters are being seen.
Something is telling me that there is a line in the php.ini that I need to uncomment or write in (cuz I think I did it to the prior php.ini file).
Any help would be apprechiated.
TIA