ID: 24401
Comment by: fuhaha at seoul dot com
Reported By: eero at jlug dot org
Status: Open
Bug Type: *General Issues
Operating System: Linux
PHP Version: 5.0.0b1 (beta1)
New Comment:
php5.0b1 on linux machine. (redhat 9.0)
setted register_globals=On
and phpinfo() check result is register_globals On On
it has problem.
do not recognize GET values, and POST values.
why happend this problem ?
help me plz.
Previous Comments:
------------------------------------------------------------------------
[2003-06-30 08:59:56] philippe dot nonn at cgeyDOT dot com
Hi,
it seems that register_globals don't even work on the Windows version.
When I call a php form which call phpinfo() with parameters (like
phpinfo.php?foo=test), there is non global variable $foo.
The only way to get the $foo variable is to use get['foo']
Philippe
------------------------------------------------------------------------
[2003-06-30 06:34:34] petrich at tronic-media dot com
Hi,
still have the problem;
(register_globals = On in php.ini are ignored, ServerApi = Apache2)
Configure String:
./configure --disable-all
--with-apxs2=/mnt/60giga/samba/public/www/apache2/bin/apxs
Hans-J�rgen Petrich
------------------------------------------------------------------------
[2003-06-30 06:22:57] eero at jlug dot org
Now compiled with ./configure --with-mysql
--with-apxs=/home/apache/bin/apxs and problems still exists.
------------------------------------------------------------------------
[2003-06-30 06:01:28] [EMAIL PROTECTED]
1. Drop this:
export CFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer"
2. Using /usr/lib as path to ANY php configure option is incorrect (use
/usr instead)
3. Remove following configure options:
--enable-versioning
--enable-inline-optimization
4. Try this configure line instead:
# rm config.cache
# ./configure --disable-all --with-apxs=home/apache/bin/apxs
------------------------------------------------------------------------
[2003-06-30 05:43:07] eero at jlug dot org
and following settings are also on:
register_globals = On
register_long_arrays = On
register_argc_argv = On
echo $QUERY_STRING also stops working and so.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/24401
--
Edit this bug report at http://bugs.php.net/?id=24401&edit=1