ID: 24401
User updated by: eero at jlug dot org
Reported By: eero at jlug dot org
Status: Open
Bug Type: *General Issues
Operating System: Linux
PHP Version: 5.0.0b1 (beta1)
New Comment:
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.
Previous Comments:
------------------------------------------------------------------------
[2003-06-30 05:34:33] eero at jlug dot org
php5 compiled with following on Linux,
Linux lnx 2.4.18-18.7.x with athlon 1400 processor
export CFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer"
./configure --with-mysql --with-bz2 --with-gd --with-jpeg-dir=/usr/lib
--with-png-dir=/usr/lib --with-gettext --enable-inline-optimization \
--with-apxs=/home/apache/bin/apxs --with-pgsql --with-zlib-dir=/usr/lib
--enable-ftp --enable-sockets --with-ming --with-mm --with-pdflib \
--enable-mime-magic --enable-dio --enable-calendar --enable-bcmath
--enable-wddx --with-xmlrpc --with-expat --with-dom --with-unixODBC \
--with-freetype --enable-gd-native-ttf --with-gettext --with-gmp
--enable-mbstring --enable-mbregex --enable-xslt --with-xslt-sablot \
--with-sablot-js --enable-shmop --enable-versioning
And register_globals is on and showing in phpinfo()
------------------------------------------------------------------------
[2003-06-30 05:25:36] petrich at tronic-media dot com
Upsss,
>on my machine (linux 7.2 / Kernel 2.4.9-21) with php5b1 the same
linux 7.2 == Red-Hat 7.2
Hans-J�rgen Petrich
------------------------------------------------------------------------
[2003-06-30 05:23:41] petrich at tronic-media dot com
Hi,
on my machine (linux 7.2 / Kernel 2.4.9-21) with php5b1 the same
Problem.
In php.ini
register_globals = On
and in .htaccess also
php_flag register_globals on
phpinfo() says:
register_globals On On
Configured with:
'./configure' '--prefix=/usr' '--with-mysql=/usr' '--with-prefix=/usr'
'--with-zlib' --enable-force-cgi-redirect
Perhaps that will help...
Greetings
Hans-J�rgen Petrich
------------------------------------------------------------------------
[2003-06-30 04:43:06] [EMAIL PROTECTED]
Works fine here... what does phpinfo() say about register_globals?
------------------------------------------------------------------------
[2003-06-30 04:39:04] eero at jlug dot org
ilmoitustaulu.php contains like that:
if($action == "add") do_something();
else do_something2();
But $action contains is not passed to to ilmoitustaulu.php
------------------------------------------------------------------------
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