Re: [PHP-MIGRATION] php4 in cgi mode

[email protected] ("Adam Lang") Mon, 16 Oct 2000 19:14:27 -0400
Newsgroups php.migration
Message-ID <[email protected]>
Do you get any error or does it just sit there?

----- Original Message -----
From: "octave klaba" <[email protected]>
To: <[email protected]>
Sent: Monday, October 16, 2000 11:16 AM
Subject: [PHP-MIGRATION] php4 in cgi mode


> Hi,
>
> I have a problem with a easy script in cgi mode:
>
> Any idea ?
>
> Octave
>
> #!/usr/local/bin/php
> <?
> header ("Location: http://www.php.net/");
> ?>
>
>
>
> 4.0.3 does not work                         3.0.16 it works
>
> # ./red.cgi                                 # ./red.cgi
> X-Powered-By: PHP/4.0.3      ------------>  Location: http://www.php.net/
> Location: http://www.php.net/ ----------->  X-Powered-By: PHP/3.0.16
> Content-type: text/html                     Content-type: text/html
>
>
>
>
>
> --
> Amicalement,
> oCtAvE
>
> "Peu importe ce qu'il y a de l'autre côté.
> Tout ce qu'on laisse ici n'est qu'une histoire
> dont on se souviendra ou pas."
>
> --
> PHP Migration Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> To contact the list administrators, e-mail: [email protected]
>
>