php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17027 Post and Get variables can not passed to php
Submitted: 2002-05-06 00:16 UTC Modified: 2002-05-06 00:27 UTC
From: webmaster at prcinvestment dot com Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 4.2.0 OS: Red Hat Linux 7.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: webmaster at prcinvestment dot com
New email:
PHP Version: OS:

 

 [2002-05-06 00:16 UTC] webmaster at prcinvestment dot com
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-06 00:27 UTC] rasmus@php.net
Turn on register_globals in your php.ini file.

(I wonder how many more of these we will get?  I predict a couple of hundred...)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 00:01:28 2024 UTC