From: [EMAIL PROTECTED] Operating system: RedHat 7.3 PHP version: 4.3.0 PHP Bug Type: Apache related Bug description: Terminal type=vt100 on a new build
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. -- Edit bug report at http://bugs.php.net/?id=21424&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21424&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21424&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21424&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21424&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21424&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21424&r=support Expected behavior: http://bugs.php.net/fix.php?id=21424&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21424&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21424&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21424&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21424&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21424&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21424&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=21424&r=gnused