php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21424 Terminal type=vt100 on a new build
Submitted: 2003-01-05 03:03 UTC Modified: 2003-01-07 19:34 UTC
From: gary at primeexalia dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.3.0 OS: RedHat 7.3
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: gary at primeexalia dot com
New email:
PHP Version: OS:

 

 [2003-01-05 03:03 UTC] gary at primeexalia dot com
I have a machine with apache 1.3.26 and php 4.1.2 and the term type reports "dumb".

I downloaded apache 1.3.27 source and php 4.3.0 source (as well as support sources - ssl, imap, perl, etc).  Compiled and ran just fine.  

The problem is that for some reason the phpinfo is reporting that the term type is VT100 and pulling some extra environmental variables as well.  These variables are not present on the other box.

I compiled php without apache support first (so I could possible run local scripts) then did a make clean and finally configured it will apache support.  

Here is the compile script.

make clean > /dev/null
./configure --with-mysql=/usr/local/mysql --with-xml --enable-ftp
make
make test
make install

make clean > /dev/null
./configure --with-apache=../apache_1.3.27 --with-imap=../imap-2001a --with-gettext --enable-track-vars --with-mysql=/usr/local/mysql --with-xml --enable-ftp
make
make install

Everything besides the terminal type and the extra environmental variables seem to be working fine.  

The biggest noticable problem is the environmental variable LS_COLORS which mangles the tables.  Though this isn't a show stopper it just pointed out to me that something was different and I wasn't sure if this different shell is a security issue or could pose other runtime problems.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-07 19:34 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC