_REQUEST in cgi scripts

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sandro Dentella

    _REQUEST in cgi scripts


    I have some scripts that used to work under webmin under
    Debian(woody). Under Debian Sarge php passed from 4.1.2 to 4.3.4 and I'm
    experimenting several problems.

    Among the others, array $_REQUEST does not get set upon invocation. A simple
    script as the following, called with some arguments: script.cgi?var= val
    will not set any values *under webmin*. All worked correctly up to 4.1.2.


    #!/usr/bin/php4 -q
    <?
    print "Content-type: text/html\n\n";
    print_r($_REQUE ST);
    ?>

    I know something changed with CLI but I don't know how it should impact.

    thanks for your time

    sandro
    *:-)



    --
    Sandro Dentella *:-)
    e-mail: sandro.dentella @tin.it
    http://www.tksql.org TkSQL Home page - My GPL work
Working...