For Programmers: Free Programming Magazines  


Home > Archive > PHP Questions and Answers > August 2005 > Test results for 4.3.11 [failed]









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Test results for 4.3.11 [failed]
noreply@php.net

2005-08-31, 3:56 am


========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #24155 (gdImageRotate270 rotation problem). [ext/gd/tests/bug24155.phpt]
gdimagefill() function (Bug #19366 (fixed in bundled libgd)) [ext/gd/tests/bug27582_1.phpt]
Bug #31213 (Sideeffects caused by bug #29493) [ext/standard/tests/array/bug31213.phpt]
Sort with SORT_LOCALE_STRING [ext/standard/tests/array/locale_sort.phpt]
========================================
=============================


========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 72
Exts tested : 15
---------------------------------------------------------------------
Number of tests : 623
Tests skipped : 262 (42.1%)
Tests warned : 0 (0.0%)
Tests failed : 4 (0.6%)
Tests passed : 357 (57.3%)
---------------------------------------------------------------------
Time taken : 36 seconds
========================================
=============================


========================================
========================================

/home/root/php-4.3.11/ext/gd/tests/bug24155.phpt
========================================
========================================


---- EXPECTED OUTPUT
cc867fd65c30883463ce58d0341f0997
---- ACTUAL OUTPUT
409d70b5d493746acc2255c759d73436
---- FAILED

========================================
========================================

001- cc867fd65c30883463ce58d0341f0997
001+ 409d70b5d493746acc2255c759d73436
========================================
========================================




========================================
========================================

/home/root/php-4.3.11/ext/gd/tests/bug27582_1.phpt
========================================
========================================


---- EXPECTED OUTPUT
08287f8f5d406946009df5f04ca83dc0
---- ACTUAL OUTPUT
b6d55b399e27b895a1fee8a137bb8470
---- FAILED

========================================
========================================

001- 08287f8f5d406946009df5f04ca83dc0
001+ b6d55b399e27b895a1fee8a137bb8470
========================================
========================================




========================================
========================================

/home/root/php-4.3.11/ext/standard/tests/array/bug31213.phpt
========================================
========================================


---- EXPECTED OUTPUT
int(1)
int(1)
int(1)
int(2)
int(2)
int(2)
array(2) {
["_a"]=>
&int(2)
["_b"]=>
&int(2)
}
int(1)
int(1)
int(1)
int(2)
int(2)
int(2)
array(2) {
["_a"]=>
&int(2)
["_b"]=>
&int(2)
}
---- ACTUAL OUTPUT
int(1)
int(1)
int(1)
int(2)
int(2)
int(2)
array(2) {
["_a"]=>
&int(2)
["_b"]=>
&int(2)
}
int(1)
int(1)
int(2)
int(2)
int(2)
int(2)
array(2) {
["_a"]=>
&int(2)
["_b"]=>
&int(2)
}
---- FAILED

========================================
========================================

015- int(1)
015+ int(2)
========================================
========================================




========================================
========================================

/home/root/php-4.3.11/ext/standard/tests/array/locale_sort.phpt
========================================
========================================


---- EXPECTED OUTPUT
array(13) {
["AB"]=>
string(7) "Alberta"
["BC"]=>
string(20) "Colombie-Britannique"
["PE"]=>
string(21) "Île-du-Prince-Édouard"
["MB"]=>
string(8) "Manitoba"
["NB"]=>
string(17) "Nouveau-Brunswick"
["NS"]=>
string(15) "Nouvelle-Écosse"
["NU"]=>
string(7) "Nunavut"
["ON"]=>
string(7) "Ontario"
["QC"]=>
string(6) "Québec"
["SK"]=>
string(12) "Saskatchewan"
["NL"]=>
string(23) "Terre-Neuve-et-Labrador"
["YT"]=>
string(19) "Territoire du Yukon"
["NT"]=>
string(25) "Territoires du Nord-Ouest"
}
---- ACTUAL OUTPUT
Notice: Use of undefined constant SORT_LOCALE_STRING - assumed 'SORT_LOCALE_STRING' in /home/root/php-4.3.11/ext/standard/tests/array/locale_sort.php on line 16

Warning: asort() expects parameter 2 to be long, string given in /home/root/php-4.3.11/ext/standard/tests/array/locale_sort.php on line 16
array(13) {
["AB"]=>
string(7) "Alberta"
["BC"]=>
string(20) "Colombie-Britannique"
["MB"]=>
string(8) "Manitoba"
["NB"]=>
string(17) "Nouveau-Brunswick"
["NL"]=>
string(23) "Terre-Neuve-et-Labrador"
["NS"]=>
string(15) "Nouvelle-Écosse"
["ON"]=>
string(7) "Ontario"
["PE"]=>
string(21) "Île-du-Prince-Édouard"
["QC"]=>
string(6) "Québec"
["SK"]=>
string(12) "Saskatchewan"
["NT"]=>
string(25) "Territoires du Nord-Ouest"
["NU"]=>
string(7) "Nunavut"
["YT"]=>
string(19) "Territoire du Yukon"
}
---- FAILED

========================================
========================================

001- array(13) {
001+ Notice: Use of undefined constant SORT_LOCALE_STRING - assumed 'SORT_LOCALE_STRING' in /home/root/php-4.3.11/ext/standard/tests/array/locale_sort.php on line 16
002- ["AB"]=>
002+
003- string(7) "Alberta"
003+ Warning: asort() expects parameter 2 to be long, string given in /home/root/php-4.3.11/ext/standard/tests/array/locale_sort.php on line 16
004- ["BC"]=>
004+ array(13) {
005- string(20) "Colombie-Britannique"
005+ ["AB"]=>
006- ["PE"]=>
006+ string(7) "Alberta"
007- string(21) "Île-du-Prince-Édouard"
007+ ["BC"]=>
008- ["MB"]=>
008+ string(20) "Colombie-Britannique"
009- string(8) "Manitoba"
009+ ["MB"]=>
010- ["NB"]=>
010+ string(8) "Manitoba"
011- string(17) "Nouveau-Brunswick"
011+ ["NB"]=>
012- ["NS"]=>
012+ string(17) "Nouveau-Brunswick"
013- string(15) "Nouvelle-Écosse"
013+ ["NL"]=>
014- ["NU"]=>
014+ string(23) "Terre-Neuve-et-Labrador"
015- string(7) "Nunavut"
015+ ["NS"]=>
016- ["ON"]=>
016+ string(15) "Nouvelle-Écosse"
017- string(7) "Ontario"
017+ ["ON"]=>
018- ["QC"]=>
018+ string(7) "Ontario"
019- string(6) "Québec"
019+ ["PE"]=>
020- ["SK"]=>
020+ string(21) "Île-du-Prince-Édouard"
021- string(12) "Saskatchewan"
021+ ["QC"]=>
022- ["NL"]=>
022+ string(6) "Québec"
023- string(23) "Terre-Neuve-et-Labrador"
023+ ["SK"]=>
024- ["YT"]=>
024+ string(12) "Saskatchewan"
025- string(19) "Territoire du Yukon"
025+ ["NT"]=>
026- ["NT"]=>
026+ string(25) "Territoires du Nord-Ouest"
027- string(25) "Territoires du Nord-Ouest"
027+ ["NU"]=>
028- }
028+ string(7) "Nunavut"
029+ ["YT"]=>
030+ string(19) "Territoire du Yukon"
031+ }
========================================
========================================





========================================
========================================

BUILD ENVIRONMENT
========================================
========================================

OS:
Linux - Linux tophat.itlan.com 2.4.21-32.0.1.EL #1 Wed May 25 14:36:20 EDT 2005 i686

Automake:
automake (GNU automake) 1.6.3
Written by Tom Tromey <tromey@redhat.com>.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Autoconf:
autoconf (GNU Autoconf) 2.57
Written by David J. MacKenzie and Akim Demaille.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Libtool:
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)

Compiler:
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-52)

Bison:
bison (GNU Bison) 1.875c
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Libraries:
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00512000)
libz.so.1 => /usr/lib/libz.so.1 (0x006aa000)
libjpeg.so.62 => /usr/local/lib/libjpeg.so.62 (0x00f3f000)
libcurl.so.2 => /usr/lib/libcurl.so.2 (0x00125000)
libresolv.so.2 => /lib/libresolv.so.2 (0x007eb000)
libm.so.6 => /lib/tls/libm.so.6 (0x00c6c000)
libdl.so.2 => /lib/libdl.so.2 (0x00e65000)
libnsl.so.1 => /lib/libnsl.so.1 (0x0014d000)
libssl.so.4 => /lib/libssl.so.4 (0x0021c000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x00cc0000)
libgssapi_krb5.so.2 => /usr/kerberos/lib/libgssapi_krb5.so.2 (0x00898000)
libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3 (0x003f9000)
libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0x00ee6000)
libk5crypto.so.3 => /usr/kerberos/lib/libk5crypto.so.3 (0x0070a000)
libc.so.6 => /lib/tls/libc.so.6 (0x00250000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00a18000)


User's E-mail: webmaster at infothai dot com


========================================
========================================

PHPINFO
========================================
========================================

phpinfo()
PHP Version => 4.3.11

System => Linux tophat.itlan.com 2.4.21-32.0.1.EL #1 Wed May 25 14:36:20 EDT 2005 i686
Build Date => Aug 31 2005 14:29:27
Configure Command => './configure' '--prefix=/usr' '--with-mysql' '--with-apxs=/usr/local/apache/bin/apxs' '--with-xml' '--enable-calendar' '--with-curl' '--enable-ftp' '--enable-magic-quotes' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr
/local' '--enable-discard-path' '--with-pear' '--enable-sockets' '--enable-track-vars' '--enable-versioning' '--with-zlib'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/lib
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
Thread Safety => disabled
Registered PHP Streams => php, http, ftp, compress.zlib


This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies


________________________________________
_______________________________


Configuration

PHP Core

Directive => Local Value => Master Value
allow_call_time_pass_reference => On => On
allow_url_fopen => On => On
always_populate_raw_post_data => Off => Off
arg_separator.input => & => &
arg_separator.output => & => &
asp_tags => Off => Off
auto_append_file => no value => no value
auto_prepend_file => no value => no value
browscap => no value => no value
default_charset => no value => no value
default_mimetype => text/html => text/html
define_syslog_variables => Off => Off
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => On => On
display_startup_errors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => no value => no value
expose_php => On => On
extension_dir => /usr/lib/php/extensions/no-debug-non-zts-20020429 => /usr/lib/php/extensions/no-debug-non-zts-20020429
file_uploads => On => On
gpc_order => GPC => GPC
highlight.bg => #FFFFFF => #FFFFFF
highlight.comment => #FF8000 => #FF8000
highlight.default => #0000BB => #0000BB
highlight.html => #000000 => #000000
highlight.keyword => #007700 => #007700
highlight.string => #DD0000 => #DD0000
html_errors => Off => On
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => Off
include_path => .:/usr/lib/php => .:/usr/lib/php
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => On => On
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
max_execution_time => 0 => 30
max_input_time => -1 => -1
open_basedir => no value => no value
output_buffering => 0 => 0
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
register_argc_argv => On => On
register_globals => Off => Off
report_memleaks => On => On
safe_mode => Off => Off
safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => no value => no value
sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
serialize_precision => 100 => 100
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => Off => Off
unserialize_callback_func => no value => no value
upload_max_filesize => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
variables_order => no value => no value
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On

calendar

Calendar support => enabled

ctype

ctype functions => enabled

curl

CURL support => enabled
CURL Information => libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.1.4

ftp

FTP support => enabled

gd

GD Support => enabled
GD Version => bundled (2.0.28 compatible)
GIF Read Support => enabled
GIF Create Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled

mysql

MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 3.23.49
MYSQL_MODULE_TYPE => builtin
MYSQL_SOCKET => /var/lib/mysql/mysql.sock
MYSQL_INCLUDE =>
MYSQL_LIBS =>

Directive => Local Value => Master Value
mysql.allow_persistent => On => On
mysql.connect_timeout => 60 => 60
mysql.default_host => no value => no value
mysql.default_password => no value => no value
mysql.default_port => no value => no value
mysql.default_socket => no value => no value
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off

overload

User-Space Object Overloading Support => enabled

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 4.5 01-December-2003

posix

Revision => $Revision: 1.51.2.3 $

session

Session Support => enabled
Registered save handlers => files user

Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => On => On
session.bug_compat_warn => On => On
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => no value => no value
session.entropy_length => 0 => 0
session.gc_divisor => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /tmp => /tmp
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => Off => Off

sockets

Sockets Support => enabled

standard

Regex Library => Bundled library enabled
Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i

Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
default_socket_timeout => 60 => 60
safe_mode_allowed_env_vars => PHP_ => PHP_
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,form=,fieldse
t= => a=href,area=href,frame=src,form=,fieldse
t=
user_agent => no value => no value

tokenizer

Tokenizer Support => enabled

xml

XML Support => active
XML Namespace Support => active
EXPAT Version => 1.95.6

zlib

ZLib Support => enabled
Compiled Version => 1.2.3
Linked Version => 1.1.4

Directive => Local Value => Master Value
zlib.output_compression => Off => Off
zlib.output_compression_level => -1 => -1
zlib.output_handler => no value => no value

Additional Modules

Module Name

Environment

Variable => Value
SSH_AGENT_PID => 2055
HOSTNAME => tophat.itlan.com
TEST_PHP_SRCDIR => /home/root/php-4.3.11
DESKTOP_STARTUP_ID =>
TERM => xterm
SHELL => /bin/sh
HISTSIZE => 1000
MAKEFLAGS =>
GTK_RC_FILES => /etc/gtk/gtkrc:/root/.gtkrc-1.2-gnome2
WINDOWID => 27263049
USER => root
LS_COLORS => no=00:fi=00:di=00;34:ln=00;36:pi=40;33:s
o=00;35:bd=40;33;01:cd=40;33;01:or=01;05
;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:
*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
SCRIPT_FILENAME =>
SSH_AUTH_SOCK => /tmp/ssh-LHju1987/agent.1987
SESSION_MANAGER => local/tophat.itlan.com:/tmp/.ICE-unix/1987
USERNAME => root
MAKELEVEL => 1
MFLAGS =>
PATH => /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
MAIL => /var/spool/mail/root
_ => /home/root/php-4.3.11/sapi/cli/php
PWD => /home/root/php-4.3.11
INPUTRC => /etc/inputrc
XMODIFIERS => @im=none
LANG => en_US.UTF-8
TEST_PHP_EXECUTABLE => /home/root/php-4.3.11/sapi/cli/php
REDIRECT_STATUS =>
PATH_TRANSLATED =>
GDMSESSION => Default
SSH_ASKPASS => /usr/libexec/openssh/gnome-ssh-askpass
HOME => /root
SHLVL => 4
CONTENT_LENGTH =>
GNOME_DESKTOP_SESSION_ID => Default
BASH_ENV => /root/.bashrc
LOGNAME => root
QUERY_STRING =>
LESSOPEN => |/usr/bin/lesspipe.sh %s
CONTENT_TYPE =>
DISPLAY => :0.0
CC => gcc
REQUEST_METHOD =>
G_BROKEN_FILENAMES => 1
XAUTHORITY => /root/.Xauthority
COLORTERM => gnome-terminal

PHP Variables

Variable => Value
_SERVER["SSH_AGENT_PID"] => 2055
_SERVER["HOSTNAME"] => tophat.itlan.com
_SERVER["TEST_PHP_SRCDIR"] => /home/root/php-4.3.11
_SERVER["DESKTOP_STARTUP_ID"] =>
_SERVER["TERM"] => xterm
_SERVER["SHELL"] => /bin/sh
_SERVER["HISTSIZE"] => 1000
_SERVER["MAKEFLAGS"] =>
_SERVER["GTK_RC_FILES"] => /etc/gtk/gtkrc:/root/.gtkrc-1.2-gnome2
_SERVER["WINDOWID"] => 27263049
_SERVER["USER"] => root
_SERVER["LS_COLORS"] => no=00:fi=00:di=00;34:ln=00;36:pi=40;33:s
o=00;35:bd=40;33;01:cd=40;33;01:or=01;05
;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*
.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["SSH_AUTH_SOCK"] => /tmp/ssh-LHju1987/agent.1987
_SERVER["SESSION_MANAGER"] => local/tophat.itlan.com:/tmp/.ICE-unix/1987
_SERVER["USERNAME"] => root
_SERVER["MAKELEVEL"] => 1
_SERVER["MFLAGS"] =>
_SERVER["PATH"] => /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
_SERVER["MAIL"] => /var/spool/mail/root
_SERVER["_"] => /home/root/php-4.3.11/sapi/cli/php
_SERVER["PWD"] => /home/root/php-4.3.11
_SERVER["INPUTRC"] => /etc/inputrc
_SERVER["XMODIFIERS"] => @im=none
_SERVER["LANG"] => en_US.UTF-8
_SERVER["TEST_PHP_EXECUTABLE"] => /home/root/php-4.3.11/sapi/cli/php
_SERVER["REDIRECT_STATUS"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["GDMSESSION"] => Default
_SERVER["SSH_ASKPASS"] => /usr/libexec/openssh/gnome-ssh-askpass
_SERVER["HOME"] => /root
_SERVER["SHLVL"] => 4
_SERVER["CONTENT_LENGTH"] =>
_SERVER["GNOME_DESKTOP_SESSION_ID"] => Default
_SERVER["BASH_ENV"] => /root/.bashrc
_SERVER["LOGNAME"] => root
_SERVER["QUERY_STRING"] =>
_SERVER["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_SERVER["CONTENT_TYPE"] =>
_SERVER["DISPLAY"] => :0.0
_SERVER["CC"] => gcc
_SERVER["REQUEST_METHOD"] =>
_SERVER["G_BROKEN_FILENAMES"] => 1
_SERVER["XAUTHORITY"] => /root/.Xauthority
_SERVER["COLORTERM"] => gnome-terminal
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0
_ENV["SSH_AGENT_PID"] => 2055
_ENV["HOSTNAME"] => tophat.itlan.com
_ENV["TEST_PHP_SRCDIR"] => /home/root/php-4.3.11
_ENV["DESKTOP_STARTUP_ID"] =>
_ENV["TERM"] => xterm
_ENV["SHELL"] => /bin/sh
_ENV["HISTSIZE"] => 1000
_ENV["MAKEFLAGS"] =>
_ENV["GTK_RC_FILES"] => /etc/gtk/gtkrc:/root/.gtkrc-1.2-gnome2
_ENV["WINDOWID"] => 27263049
_ENV["USER"] => root
_ENV["LS_COLORS"] => no=00:fi=00:di=00;34:ln=00;36:pi=40;33:s
o=00;35:bd=40;33;01:cd=40;33;01:or=01;05
;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.ta
z=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
_ENV["SCRIPT_FILENAME"] =>
_ENV["SSH_AUTH_SOCK"] => /tmp/ssh-LHju1987/agent.1987
_ENV["SESSION_MANAGER"] => local/tophat.itlan.com:/tmp/.ICE-unix/1987
_ENV["USERNAME"] => root
_ENV["MAKELEVEL"] => 1
_ENV["MFLAGS"] =>
_ENV["PATH"] => /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
_ENV["MAIL"] => /var/spool/mail/root
_ENV["_"] => /home/root/php-4.3.11/sapi/cli/php
_ENV["PWD"] => /home/root/php-4.3.11
_ENV["INPUTRC"] => /etc/inputrc
_ENV["XMODIFIERS"] => @im=none
_ENV["LANG"] => en_US.UTF-8
_ENV["TEST_PHP_EXECUTABLE"] => /home/root/php-4.3.11/sapi/cli/php
_ENV["REDIRECT_STATUS"] =>
_ENV["PATH_TRANSLATED"] =>
_ENV["GDMSESSION"] => Default
_ENV["SSH_ASKPASS"] => /usr/libexec/openssh/gnome-ssh-askpass
_ENV["HOME"] => /root
_ENV["SHLVL"] => 4
_ENV["CONTENT_LENGTH"] =>
_ENV["GNOME_DESKTOP_SESSION_ID"] => Default
_ENV["BASH_ENV"] => /root/.bashrc
_ENV["LOGNAME"] => root
_ENV["QUERY_STRING"] =>
_ENV["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_ENV["CONTENT_TYPE"] =>
_ENV["DISPLAY"] => :0.0
_ENV["CC"] => gcc
_ENV["REQUEST_METHOD"] =>
_ENV["G_BROKEN_FILENAMES"] => 1
_ENV["XAUTHORITY"] => /root/.Xauthority
_ENV["COLORTERM"] => gnome-terminal

PHP License
This program is free software; you can redistribute it and/or modify
it under the terms of the PHP License as published by the PHP Group
and included in the distribution in the file: LICENSE

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any
questions about PHP licensing, please contact license@php.net.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com