From:             [EMAIL PROTECTED]
Operating system: MacOsX.2
PHP version:      4.2.3
PHP Bug Type:     Unknown/Other Function
Bug description:  Acquisition of 2 vars with GET works not fine

I try to invoke with the URL 
http://192.168.0.4/~paul/test1.php?toto=ert+tutu=aze
the following  PHP script :
<head>
<title>Liste des arguments</title>
</head>
<body BGCOLOR="cyan">
<?php echo "Ceci est un pg PHP<br>";
 echo phpinfo() ;
 ?>
</body>
</html>
Bad surprise i find in the tables :
_GET["toto"]    has value "ert tutu=aze" 
that is *NOT* good ! But in a line underneath we have:
_SERVER["argv"] has value       Array ( [0] => toto=ert
                                  [1] => tutu=aze )
with argc pointing on the value 2.
That is *VERY* good for the GET method.

I have find nothing in the bug reports related to the word 
GET. So i post this message.
Yours 
PAUL DELANNOY
http://tontonpol.dyndns.org

PHP : System    Darwin primavera.entropy.ch 6.1 Darwin Kernel 
Version 6.1: Fri Sep 6 23:24:34 PDT 2002; 
root:xnu/xnu-344.2.obj~2/RELEASE_PPC Power Macintosh 
powerpc
Build Date      Sep 24 2002 23:15:03
Configure Command       './configure' '--disable-cli' 
'--with-apxs' '--with-mysql' '--with-pgsql' 
'--with-gd=/usr/local' '--with-png-dir=/usr/local' 
'--with-zlib-dir=/usr' '--with-jpeg-dir=/usr/local' 
'--with-freetype-dir=/usr/local' '--with-t1lib=/usr/local' 
'--enable-trans-sid' '--enable-exif' '--with-xml' 
'--enable-wddx' '--with-curl=/usr/local' 
'--with-pdflib=/usr/local' '--enable-ftp' 
'--enable-mbstring' '--enable-xslt' 
'--with-xslt-sablot=/usr/local' '--with-imap=../imap-2001a' 
'--enable-dbx' '--enable-dbase' '--with-mcrypt=/usr/local' 
'--enable-sockets' '--with-ldap' '--with-xmlrpc' 
'--with-iodbc'
Server API      Apache
Virtual Directory Support       disabled
Configuration File (php.ini) Path       /usr/local/lib
Debug Build     no
Thread Safety   disabled

-- 
Edit bug report at http://bugs.php.net/?id=20450&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20450&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20450&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20450&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20450&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20450&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20450&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20450&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20450&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20450&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20450&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20450&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20450&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20450&r=isapi

Reply via email to