we have a lot of scripts already hard coded to use php's CLI and takes in the standard php CLI's parameters like:
php -C -d /bla/bla.php
so when users try .../fcgi-bin/lsphp5 -C -d /bla/bla.php it does not work.
is there anyway lsphp5 can also take in the same parameters as the standard php CLI?
this is really a big problem for our users... and modifying the script is not really an option since this is a open source package and we can't rewrite every single one.
php -C -d /bla/bla.php
so when users try .../fcgi-bin/lsphp5 -C -d /bla/bla.php it does not work.
is there anyway lsphp5 can also take in the same parameters as the standard php CLI?
this is really a big problem for our users... and modifying the script is not really an option since this is a open source package and we can't rewrite every single one.