Re: [PHP] grab the complete commandline used ...



2008/8/28 Jochem Maas <jochem@xxxxxxxxxxxxx>:

anyone know if it's possible to grab the entire commandline
that was used to start up a php script on the CLI, an example
of what I'm looking to grab from within the script (test.php in
this example):

"php -qC -ddisplay_errors=1 ./test.php -o -d -e jochem@xxxxxxxxxxxxx -f
./last.log | grep Exception"

of course I know what the script name and arguments are but I'd rather like
the
whole enchilada (php binary and it's args + the pipe to grep).

possible? bad idea? down boy?

Not possible, I'm afraid. Certainly not portably. The command line is
manipulated quite heavily before your script gets run. (eg shell
wildcard expansions).

A quick Google suggests that it is possible under VMS, but I doubt
that's much use to you.

--

http://www.otton.org/
.



Relevant Pages

  • PHP scripting errror -Why?
    ... Does anyone see what I am doing wrong with this simple script? ... >> So the PHP script IS running, and I am receiving an email... ... > be the HTML back to the browser. ... that the headercommand redirects the user back to the page they were ...
    (alt.php)
  • Re: [PHP] Re: how to detect type of image
    ... you detect if a script is HTML or PHP? ... to execute a file that starts with 'GIF89a' as if it were a binary ... manage to trick your PHP script into putting it somewhere that it will ... Every extra barrier you layer in there will slim down the number of ...
    (php.general)
  • Re: [PHP] pdo-oracle + nls_lang environment variable...
    ... I'm using pdo-oci on php-5.2.2 against an oracle-10g server, ... I make a simple php script that makes a select from a table. ... user running the apache daemon, I modified the apache init script to export ...
    (php.general)
  • Re: getting "chmod(): Operation not permitted" on attempted file changes
    ... I upload files thru this script, ... so only "nobody" may edit the file. ... sets the permissions appropriately, if you still need the PHP script ...
    (alt.php)
  • Re: Cant insert spreadsheet edited in Linux with PHP script
    ... (The script follows here in a sec.) ... Then use the PHP script to ... > I don't think it's file folder or structure issue, because I'll edit it ... > in one of the three programs and then copy it to a WindowsXP machine ...
    (comp.lang.php)