Date: 06/29/00
- Next message: Webmaster: "[PHP-WIN] RE: [PHP] Problem with CGI on Windows in 4.0.1!"
- Previous message: Webmaster: "[PHP-WIN] RE: [PHP] Problem with CGI on Windows in 4.0.1!"
- In reply to: Webmaster: "[PHP-WIN] RE: [PHP] Problem with CGI on Windows in 4.0.1!"
- Next in thread: Andi Gutmans: "[PHP-WIN] Re: [PHP-DEV] RE: [PHP] Problem with CGI on Windows in 4.0.1!"
- Reply: Andi Gutmans: "[PHP-WIN] Re: [PHP-DEV] RE: [PHP] Problem with CGI on Windows in 4.0.1!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Check the variables_order in your php.ini file.
Does it include G?
Andi
On Thu, 29 Jun 2000, Webmaster wrote:
> Can't get vars using GET method!
>
> <?
> if ($foo)
> {
> print "foo var = $foo";
> }
> else
> {
> echo "foo var not set";
> }
> ?>
>
> I'm using php4.0.1 from url toye.php.net/~andi
> php4.0.1 from www.php.net didn't work for me.
>
>
> Eduardo Jordán G.
> Webmaster
>
>
> -----Original Message-----
> From: Andi Gutmans [SMTP:andi <email protected>]
> Sent: Thursday, June 29, 2000 7:13 AM
> To: php Development; php-windows <email protected>; php-general <email protected>
> Subject: [PHP] Problem with CGI on Windows in 4.0.1!
>
> A bug crept into the CGI version of PHP 4.0.1 under Windows.
> Whoever has had problems please get the new package from
> http://toye.php.net/~andi
> Please let me know if this solves the problem (PHP parsing itself). If it
> does I will post it on the official php site.
>
> Thanks,
>
> Andi
> ---
> Andi Gutmans <andi <email protected>>
> http://www.zend.com/
>
>
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Webmaster: "[PHP-WIN] RE: [PHP] Problem with CGI on Windows in 4.0.1!"
- Previous message: Webmaster: "[PHP-WIN] RE: [PHP] Problem with CGI on Windows in 4.0.1!"
- In reply to: Webmaster: "[PHP-WIN] RE: [PHP] Problem with CGI on Windows in 4.0.1!"
- Next in thread: Andi Gutmans: "[PHP-WIN] Re: [PHP-DEV] RE: [PHP] Problem with CGI on Windows in 4.0.1!"
- Reply: Andi Gutmans: "[PHP-WIN] Re: [PHP-DEV] RE: [PHP] Problem with CGI on Windows in 4.0.1!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

