From:             [EMAIL PROTECTED]
Operating system: Red Hat Linux 7.0
PHP version:      4.2.0
PHP Bug Type:     *Configuration Issues
Bug description:  Post and Get variables can not passed to php

I install php4.2.0 on a Redhat 7.0 platform as following,when done,the
Apache Server can not receive all the post and get data sent from
browser,so I changed into old php-4.0.6 with the same instllation
procedure,it succeded,I think there is a bug with "--enable-track-vars"


tar xvzf apache_1.3.24.tar.gz
./configure --prefix=/www
tar xvzf php-4.2.0.tar.gz
./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.24
--enable-track-vars
make
make install
cp php.ini-dist /usr/local/lib/php.ini
cd ../apache_1.3.24
./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a
--enable-module=so

-- 
Edit bug report at http://bugs.php.net/?id=17027&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17027&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17027&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17027&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17027&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17027&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17027&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17027&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17027&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17027&r=globals

Reply via email to