[PHP-DEV] PHP 4.0 Bug #7304 Updated: GET variables not parsed From: Urmo.Braun <email protected>
Date: 10/18/00

ID: 7304
User Update by: Urmo.Braun <email protected>
Status: Open
Bug Type: Scripting Engine problem
Description: GET variables not parsed

Sorry there is no "<" character bug. Please don't read this section.

Urmo Braun

Previous Comments:
---------------------------------------------------------------------------

[2000-10-18 04:53:01] Urmo.Braun <email protected>
GET variables are not parsed.

Example:

URL myscipt.php?a=12&b=34

No variables $a and $b are created. Binaries built from source codes under Linux are working properly.

Workaround is:

$a=$HTTP_GET_VARS["a"];$b=$HTTP_GET_VARS["b"];

I can't get string after "<" character. At "<" character string is truncated. The same happens when I use urlencoded value "%3C".

=================================================

Above mentioned bug was noticied in PHP versions 4.0.1pl2, 4.0.2 and 4.0.3pl1. I have not tested other versions. PHP3 is working properly.

Bug with "<" character was noticied in 4.0.3pl1

=================================================

I am using precompiled binaries downloaded from www.php.net.
Web server is Apache 1.3.12 with JServ 1.1 (binaries downloaded). 4.0.1pl2 and 4.0.2 were installed as CGI, 4.0.3pl1 was installed as Apache module (I tested it also as CGI).

I am using standard php.ini file, provided with downloaded binaries. (Only paths are modified).

Sincerely, Urmo Braun

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7304

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>