| noreply@php.net 2005-11-16, 9:55 pm |
|
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
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 : 206 (33.1%)
Tests warned : 0 (0.0%)
Tests failed : 2 (0.3%)
Tests passed : 415 (66.6%)
---------------------------------------------------------------------
Time taken : 37 seconds
========================================
=============================
========================================
========================================
/home/digiseat/install/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/digiseat/install/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/digiseat/install/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/digiseat/install/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/digiseat/install/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/digiseat/install/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 adminwebl 2.4.21-9.EL #1 Thu Jan 8 17:24:12 EST 2004 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:
/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs ¤«¤é spec ¤òÆÉ¤ß¹þ¤ßÃæ
¥³¥ó¥Õ¥£¥°¥ª¥×¥·¥ç¥ó: ../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
¥¹¥ì¥Ã¥É¥â¥Ç¥ë: posix
gcc ¥Ð¡¼¥¸¥ç¥ó 3.2.3 20030502 (Red Hat Linux 3.2.3-42)
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:
/etc/libcwait.so => /etc/libcwait.so (0xb75e7000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0xb75ba000)
libmhash.so.2 => /usr/local/lib/libmhash.so.2 (0xb7588000)
libmcrypt.so.4 => /usr/local/lib/libmcrypt.so.4 (0xb7557000)
libltdl.so.3 => /usr/lib/libltdl.so.3 (0xb7550000)
libdl.so.2 => /lib/libdl.so.2 (0xb754d000)
libresolv.so.2 => /lib/libresolv.so.2 (0xb753a000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7518000)
libnsl.so.1 => /lib/libnsl.so.1 (0xb7503000)
libcurl.so.3 => /usr/local/lib/libcurl.so.3 (0xb7407000)
libz.so.1 => /usr/lib/libz.so.1 (0xb73f9000)
libclntsh.so.9.0 => /opt/oracle/product/9.2.0/lib/libclntsh.so.9.0 (0xb6aec000)
libc.so.6 => /lib/tls/libc.so.6 (0xb69b3000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb75eb000)
libwtc9.so => /opt/oracle/product/9.2.0/lib/libwtc9.so (0xb69b0000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb69a0000)
User's E-mail:
========================================
========================================
PHPINFO
========================================
========================================
phpinfo()
PHP Version => 4.3.11
System => Linux adminwebl 2.4.21-9.EL #1 Thu Jan 8 17:24:12 EST 2004 i686
Build Date => Nov 17 2005 11:20:42
Configure Command => './configure' '--with-apache=../apache_1.3.33/' '--with-mcrypt=/usr/local/lib' '--with-mhash=/usr/local/lib' '--with-oracle=/opt/oracle/product/9.2.0' '--with-oci8=/opt/oracle/product/9.2.0' '--enable-mbregex' '--enable-mbstring' '--
enable-magic-quotes' '--with-curl' '--with-curlwrappers'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib/php.ini
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
Thread Safety => disabled
Registered PHP Streams => php, http, ftp
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
patch applied to fix following problems:
- mbstring encoding detection
- $GLOBALS overried
- XSS on phpinfo()
- exif_read_data infinite loop
________________________________________
_______________________________
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 => x-euc-jp => x-euc-jp
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 => Off => Off
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 => /var/log/php_error.log => /var/log/php_error.log
error_prepend_string => no value => no value
error_reporting => 2039 => 2039
expose_php => Off => Off
extension_dir => ./ => ./
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/local/lib/php => .:/usr/local/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 => 60 => 60
open_basedir => no value => no value
output_buffering => 0 => no value
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 12 => 12
register_argc_argv => On => On
register_globals => Off => Off
report_memleaks => On => On
safe_mode => Off => Off
safe_mode_exec_dir => no value => no value
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 => EGPCS => EGPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
ctype
ctype functions => enabled
curl
CURL support => enabled
CURL Information => libcurl/7.13.0 OpenSSL/0.9.7e zlib/1.1.4
mbstring
Multibyte Support => enabled
Japanese support => enabled
Simplified chinese support => enabled
Traditional chinese support => enabled
Korean support => enabled
Russian support => enabled
HTTP input encoding translation => enabled
Multibyte (japanese) regex support => enabled
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
[notice] a patch for libmbfl is backported to fix behavior of encoding detector (<a href="http://cvs.php.net/diff.php/php-src/ext/mbstring/libmbfl/mbfl/mbfilter.c?r1=1.1.2.6&r2=
1.1.2.7&ty=u">applied patch could be found here</a> ).
Directive => Local Value => Master Value
mbstring.detect_order => auto => auto
mbstring.encoding_translation => On => On
mbstring.func_overload => 0 => 0
mbstring.http_input => auto => auto
mbstring.http_output => EUC-JP => EUC-JP
mbstring.internal_encoding => EUC-JP => EUC-JP
mbstring.language => Japanese => Japanese
mbstring.substitute_character => no value => no value
mcrypt
mcrypt support => enabled
version => >= 2.4.x
Supported ciphers => cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
Directive => Local Value => Master Value
mcrypt.algorithms_dir => no value => no value
mcrypt.modes_dir => no value => no value
mhash
MHASH support => Enabled
MHASH API Version => 20020524
mysql
MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 3.23.49
MYSQL_MODULE_TYPE => builtin
MYSQL_SOCKET => /tmp/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
oci8
OCI8 Support => enabled
Revision => $Revision: 1.183.2.17 $
Oracle Version => 9.2
Compile-time ORACLE_HOME => /opt/oracle/product/9.2.0
Libraries Used =>
oracle
Oracle Support => enabled
Oracle Version => 9.0
Compile-time ORACLE_HOME => /opt/oracle/product/9.2.0
Libraries Used =>
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 => tc1 => tc1
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
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,input=src,for
m=,fieldset= => a=href,area=href,frame=src,input=src,for
m=,fieldset=
user_agent => no value => no value
tokenizer
Tokenizer Support => enabled
xml
XML Support => active
XML Namespace Support => active
EXPAT Version => 1.95.6
Additional Modules
Module Name
Environment
Variable => Value
HOSTNAME => adminwebl
TEST_PHP_SRCDIR => /home/digiseat/install/php-4.3.11
TERM => vt100
SHELL => /bin/sh
JLESSCHARSET => japanese
HISTSIZE => 1000
MAKEFLAGS =>
SSH_CLIENT => 172.23.3.162 52882 22
NLS_LANG => JAPANESE_JAPAN.JA16SJIS
ORACLE_DOC => /opt/oracle/product/9.2.0/doc
QTDIR => /usr/lib/qt-3.1
SSH_TTY => /dev/pts/1
ORACLE_OWNER => oracle
USER => digiseat
LS_COLORS => no=00:fi=00:di=01;34:ln=01;36:pi=40;33:s
o=01;35:bd=40;33;01:cd=40;33;01:or=01;05
;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:
*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:
LD_LIBRARY_PATH => /opt/oracle/product/9.2.0/lib::/lib:/usr/lib:/usr/local/lib:/opt/oracle/product/9.2.0/lib
SCRIPT_FILENAME =>
ORACLE_BASE => /opt/oracle
MAKELEVEL => 1
MFLAGS =>
PATH => /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/opt/oracle/product/9.2.0/bin:/home/digiseat/bin:/usr/java/j2sdk1.4.2_08/bin:/opt/oracle/product/9.2.0/bin
TNS_ADMIN => /opt/oracle/product/9.2.0/network/admin
MAIL => /var/spool/mail/digiseat
_ => /home/digiseat/install/php-4.3.11/sapi/cli/php
PWD => /home/digiseat/install/php-4.3.11
INPUTRC => /etc/inputrc
JAVA_HOME => /usr/java/j2sdk1.4.2_08
LANG => ja_JP.eucJP
TEST_PHP_EXECUTABLE => /home/digiseat/install/php-4.3.11/sapi/cli/php
REDIRECT_STATUS =>
ORACLE_TERM => vt100
PATH_TRANSLATED =>
HOME => /home/digiseat
SHLVL => 3
CONTENT_LENGTH =>
LOGNAME => digiseat
QUERY_STRING =>
SSH_CONNECTION => 172.23.3.162 52882 172.23.3.161 22
RESIN_HOME => /usr/local/resin
LESSOPEN => |/usr/bin/lesspipe.sh %s
CONTENT_TYPE =>
ORA_NLS33 => /opt/oracle/product/9.2.0/ocommon/nls/admin/data
CC => gcc
ORACLE_HOME => /opt/oracle/product/9.2.0
REQUEST_METHOD =>
G_BROKEN_FILENAMES => 1
PHP Variables
Variable => Value
_SERVER["HOSTNAME"] => adminwebl
_SERVER["TEST_PHP_SRCDIR"] => /home/digiseat/install/php-4.3.11
_SERVER["TERM"] => vt100
_SERVER["SHELL"] => /bin/sh
_SERVER["JLESSCHARSET"] => japanese
_SERVER["HISTSIZE"] => 1000
_SERVER["MAKEFLAGS"] =>
_SERVER["SSH_CLIENT"] => 172.23.3.162 52882 22
_SERVER["NLS_LANG"] => JAPANESE_JAPAN.JA16SJIS
_SERVER["ORACLE_DOC"] => /opt/oracle/product/9.2.0/doc
_SERVER["QTDIR"] => /usr/lib/qt-3.1
_SERVER["SSH_TTY"] => /dev/pts/1
_SERVER["ORACLE_OWNER"] => oracle
_SERVER["USER"] => digiseat
_SERVER["LS_COLORS"] => no=00:fi=00:di=01;34:ln=01;36:pi=40;33:s
o=01;35:bd=40;33;01:cd=40;33;01:or=01;05
;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*
.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:
_SERVER["LD_LIBRARY_PATH"] => /opt/oracle/product/9.2.0/lib::/lib:/usr/lib:/usr/local/lib:/opt/oracle/product/9.2.0/lib
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["ORACLE_BASE"] => /opt/oracle
_SERVER["MAKELEVEL"] => 1
_SERVER["MFLAGS"] =>
_SERVER["PATH"] => /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/opt/oracle/product/9.2.0/bin:/home/digiseat/bin:/usr/java/j2sdk1.4.2_08/bin:/opt/oracle/product/9.2.0/bin
_SERVER["TNS_ADMIN"] => /opt/oracle/product/9.2.0/network/admin
_SERVER["MAIL"] => /var/spool/mail/digiseat
_SERVER["_"] => /home/digiseat/install/php-4.3.11/sapi/cli/php
_SERVER["PWD"] => /home/digiseat/install/php-4.3.11
_SERVER["INPUTRC"] => /etc/inputrc
_SERVER["JAVA_HOME"] => /usr/java/j2sdk1.4.2_08
_SERVER["LANG"] => ja_JP.eucJP
_SERVER["TEST_PHP_EXECUTABLE"] => /home/digiseat/install/php-4.3.11/sapi/cli/php
_SERVER["REDIRECT_STATUS"] =>
_SERVER["ORACLE_TERM"] => vt100
_SERVER["PATH_TRANSLATED"] =>
_SERVER["HOME"] => /home/digiseat
_SERVER["SHLVL"] => 3
_SERVER["CONTENT_LENGTH"] =>
_SERVER["LOGNAME"] => digiseat
_SERVER["QUERY_STRING"] =>
_SERVER["SSH_CONNECTION"] => 172.23.3.162 52882 172.23.3.161 22
_SERVER["RESIN_HOME"] => /usr/local/resin
_SERVER["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_SERVER["CONTENT_TYPE"] =>
_SERVER["ORA_NLS33"] => /opt/oracle/product/9.2.0/ocommon/nls/admin/data
_SERVER["CC"] => gcc
_SERVER["ORACLE_HOME"] => /opt/oracle/product/9.2.0
_SERVER["REQUEST_METHOD"] =>
_SERVER["G_BROKEN_FILENAMES"] => 1
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["argv"] => Array
(
)
_SERVER["argc"] => 0
_ENV["HOSTNAME"] => adminwebl
_ENV["TEST_PHP_SRCDIR"] => /home/digiseat/install/php-4.3.11
_ENV["TERM"] => vt100
_ENV["SHELL"] => /bin/sh
_ENV["JLESSCHARSET"] => japanese
_ENV["HISTSIZE"] => 1000
_ENV["MAKEFLAGS"] =>
_ENV["SSH_CLIENT"] => 172.23.3.162 52882 22
_ENV["NLS_LANG"] => JAPANESE_JAPAN.JA16SJIS
_ENV["ORACLE_DOC"] => /opt/oracle/product/9.2.0/doc
_ENV["QTDIR"] => /usr/lib/qt-3.1
_ENV["SSH_TTY"] => /dev/pts/1
_ENV["ORACLE_OWNER"] => oracle
_ENV["USER"] => digiseat
_ENV["LS_COLORS"] => no=00:fi=00:di=01;34:ln=01;36:pi=40;33:s
o=01;35:bd=40;33;01:cd=40;33;01:or=01;05
;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.ta
z=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:
_ENV["LD_LIBRARY_PATH"] => /opt/oracle/product/9.2.0/lib::/lib:/usr/lib:/usr/local/lib:/opt/oracle/product/9.2.0/lib
_ENV["SCRIPT_FILENAME"] =>
_ENV["ORACLE_BASE"] => /opt/oracle
_ENV["MAKELEVEL"] => 1
_ENV["MFLAGS"] =>
_ENV["PATH"] => /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/opt/oracle/product/9.2.0/bin:/home/digiseat/bin:/usr/java/j2sdk1.4.2_08/bin:/opt/oracle/product/9.2.0/bin
_ENV["TNS_ADMIN"] => /opt/oracle/product/9.2.0/network/admin
_ENV["MAIL"] => /var/spool/mail/digiseat
_ENV["_"] => /home/digiseat/install/php-4.3.11/sapi/cli/php
_ENV["PWD"] => /home/digiseat/install/php-4.3.11
_ENV["INPUTRC"] => /etc/inputrc
_ENV["JAVA_HOME"] => /usr/java/j2sdk1.4.2_08
_ENV["LANG"] => ja_JP.eucJP
_ENV["TEST_PHP_EXECUTABLE"] => /home/digiseat/install/php-4.3.11/sapi/cli/php
_ENV["REDIRECT_STATUS"] =>
_ENV["ORACLE_TERM"] => vt100
_ENV["PATH_TRANSLATED"] =>
_ENV["HOME"] => /home/digiseat
_ENV["SHLVL"] => 3
_ENV["CONTENT_LENGTH"] =>
_ENV["LOGNAME"] => digiseat
_ENV["QUERY_STRING"] =>
_ENV["SSH_CONNECTION"] => 172.23.3.162 52882 172.23.3.161 22
_ENV["RESIN_HOME"] => /usr/local/resin
_ENV["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_ENV["CONTENT_TYPE"] =>
_ENV["ORA_NLS33"] => /opt/oracle/product/9.2.0/ocommon/nls/admin/data
_ENV["CC"] => gcc
_ENV["ORACLE_HOME"] => /opt/oracle/product/9.2.0
_ENV["REQUEST_METHOD"] =>
_ENV["G_BROKEN_FILENAMES"] => 1
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.
|