| noreply@php.net 2004-12-07, 8:55 pm |
|
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Error message handling (with ZendOptimizer) [tests/run-test/test008.phpt]
Bug #22592 (cascading assignments to strings with curly braces broken) [tests/lang/bug22592.phpt]
Bug #24773 (unset() of integers treated as arrays causes a crash) [tests/lang/bug24773.phpt]
Bug #24783 ($key not binary safe in "foreach($arr as $key => $val)") [tests/lang/bug24783.phpt]
Bug #25547 (error_handler and array index with function call) [tests/lang/bug25547.phpt]
Bug #27731 (error_reporing() call inside @ block does not work correctly) [tests/lang/bug27731.phpt]
mhash() test [ext/mhash/tests/001.phpt]
mhash_keygen_s2k() test [ext/mhash/tests/003.phpt]
Bug #22414: passthru() does not read data correctly [ext/standard/tests/file/bug22414.phpt]
xslt_set_object function [ext/xslt/tests/xslt_set_object.phpt]
========================================
=============================
========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 64
Exts tested : 25
---------------------------------------------------------------------
Number of tests : 605
Tests skipped : 223 (36.9%)
Tests warned : 0 (0.0%)
Tests failed : 10 (1.7%)
Tests passed : 372 (61.5%)
---------------------------------------------------------------------
Time taken : 53 seconds
========================================
=============================
========================================
========================================
/usr/src/apps/php-4.3.9/tests/run-test/test008.phpt
========================================
========================================
---- EXPECTED OUTPUT
%s: %sivision by zero in %s on line %d
string(1) "1"
string(4) "2047"
string(1) "0"
string(1) "1"
string(1) "0"
string(%d) "%sivision by zer%s"
string(%d) "%sivision by zer%s"
---- ACTUAL OUTPUT
string(1) "1"
string(4) "2047"
string(1) "0"
string(1) "1"
string(1) "0"
NULL
string(16) "Division by zero"
---- FAILED
========================================
========================================
001- %s: %sivision by zero in %s on line %d
001+ string(1) "1"
002- string(1) "1"
002+ string(4) "2047"
003- string(4) "2047"
003+ string(1) "0"
004- string(1) "0"
004+ string(1) "1"
005- string(1) "1"
005+ string(1) "0"
006- string(1) "0"
006+ NULL
007- string(%d) "%sivision by zer%s"
007+ string(16) "Division by zero"
008- string(%d) "%sivision by zer%s"
========================================
========================================
========================================
========================================
/usr/src/apps/php-4.3.9/tests/lang/bug22592.phpt
========================================
========================================
---- EXPECTED OUTPUT
string(5) "* *-*"
string(7) "* *-* *"
string(7) "*4*-* *"
string(7) "*4*s* *"
string(8) "*4*s* *0"
string(8) "*-*-* *0"
string(8) "*-*s*s*0"
string(8) "4-4s4s*0"
string(9) "4-4s4s505"
string(9) "454s4s505"
string(1) "-"
string(6) "string"
int(4)
int(5)
string(1) "5"
[Illegal string offset: -1]
---- ACTUAL OUTPUT
string(5) "* *-*"
string(7) "* *-* *"
string(7) "*4*-* *"
string(7) "*4*s* *"
string(8) "*4*s* *0"
string(8) "*[0x0]*-* *0"
string(8) "*[0x0]*[0x0]*s*0"
string(8) "[0x0][0x0][0x0][0x0]4s*0"
string(9) "[0x0][0x0][0x0][0x0]4s[0x0]05"
string(9) "[0x0][0x0][0x0][0x0]4s[0x0]05"
NULL
NULL
NULL
NULL
NULL
[Illegal string offset: -1]
---- FAILED
========================================
========================================
006- string(8) "*-*-* *0"
006+ string(8) "*[0x0]*-* *0"
007- string(8) "*-*s*s*0"
007+ string(8) "*[0x0]*[0x0]*s*0"
008- string(8) "4-4s4s*0"
008+ string(8) "[0x0][0x0][0x0][0x0]4s*0"
009- string(9) "4-4s4s505"
009+ string(9) "[0x0][0x0][0x0][0x0]4s[0x0]05"
010- string(9) "454s4s505"
010+ string(9) "[0x0][0x0][0x0][0x0]4s[0x0]05"
011- string(1) "-"
011+ NULL
012- string(6) "string"
012+ NULL
013- int(4)
013+ NULL
014- int(5)
014+ NULL
015- string(1) "5"
015+ NULL
========================================
========================================
========================================
========================================
/usr/src/apps/php-4.3.9/tests/lang/bug24773.phpt
========================================
========================================
---- EXPECTED OUTPUT
Fatal error: Cannot unset string offsets in %s on line %d
---- ACTUAL OUTPUT
---- FAILED
========================================
========================================
001- Fatal error: Cannot unset string offsets in %s on line %d
001+
========================================
========================================
========================================
========================================
/usr/src/apps/php-4.3.9/tests/lang/bug24783.phpt
========================================
========================================
---- EXPECTED OUTPUT
7: foo%00bar => foo%00bar
---- ACTUAL OUTPUT
3: foo => foo%00bar
---- FAILED
========================================
========================================
001- 7: foo%00bar => foo%00bar
001+ 3: foo => foo%00bar
========================================
========================================
========================================
========================================
/usr/src/apps/php-4.3.9/tests/lang/bug25547.phpt
========================================
========================================
---- EXPECTED OUTPUT
handler(Undefined index: foo)
Array
(
[foo] => 1
)
Done
---- ACTUAL OUTPUT
handler(Undefined index: foo)
Array
(
[([0x0]o] => 1
)
Done
---- FAILED
========================================
========================================
004- [foo] => 1
004+ [([0x0]o] => 1
========================================
========================================
========================================
========================================
/usr/src/apps/php-4.3.9/tests/lang/bug27731.phpt
========================================
========================================
---- EXPECTED OUTPUT
int(2)
---- ACTUAL OUTPUT
int(2039)
---- FAILED
========================================
========================================
001- int(2)
001+ int(2039)
========================================
========================================
========================================
========================================
/usr/src/apps/php-4.3.9/ext/mhash/tests/001.phpt
========================================
========================================
---- EXPECTED OUTPUT
MHASH_MD5
ok
MHASH_SHA1
ok
MHASH_HAVAL256
ok
MHASH_HAVAL192
ok
MHASH_HAVAL224
ok
MHASH_HAVAL160
ok
MHASH_RIPEMD160
ok
MHASH_GOST
ok
MHASH_TIGER
ok
MHASH_CRC32
ok
MHASH_CRC32B
ok
---- ACTUAL OUTPUT
MHASH_MD5
ok
MHASH_SHA1
ok
MHASH_HAVAL256
ok
MHASH_HAVAL192
ok
MHASH_HAVAL224
ok
MHASH_HAVAL160
ok
MHASH_RIPEMD160
ok
MHASH_GOST
ok
MHASH_TIGER: string(24) "ý¹šyÃ:•g~ —«®‘ëà0T»\9"
MHASH_TIGER: string(24) "•:Ãyš¹ýë‘®«— ~g9\»T0à"
MHASH_CRC32
ok
MHASH_CRC32B
ok
---- FAILED
========================================
========================================
025- MHASH_TIGER
025+ MHASH_TIGER: string(24) "ý¹šyÃ:•g~ —«®‘ëà0T»\9"
026- ok
026+ MHASH_TIGER: string(24) "•:Ãyš¹ýë‘®«— ~g9\»T0à"
========================================
========================================
========================================
========================================
/usr/src/apps/php-4.3.9/ext/mhash/tests/003.phpt
========================================
========================================
---- EXPECTED OUTPUT
MHASH_MD5
ok
MHASH_SHA1
ok
MHASH_HAVAL256
ok
MHASH_HAVAL224
ok
MHASH_HAVAL192
ok
MHASH_HAVAL160
ok
MHASH_RIPEMD160
ok
MHASH_GOST
ok
MHASH_TIGER
ok
MHASH_CRC32
ok
MHASH_CRC32B
ok
---- ACTUAL OUTPUT
MHASH_MD5
ok
MHASH_SHA1
ok
MHASH_HAVAL256
ok
MHASH_HAVAL224
ok
MHASH_HAVAL192
ok
MHASH_HAVAL160
ok
MHASH_RIPEMD160
ok
MHASH_GOST
ok
MHASH_TIGER: string(200) " 67eac97b9dca0a47b1f6262f330264e4ce1c2337
60fe3255f642512fd3127929baccf1e758236b27
68a4c2c0c06e118b19e40e2f04a5f745820fb8a9
9bdbc00698702a4d3120171856c4c94bda79ba1b
4f60d509d7f8954da818a29797368dd47c1122aa
"
MHASH_TIGER: string(200) " c2f321cae5f1a5702b230392c1ad2390fd9ee966
3679a9dbc2f321cae5f1a5702b230392c1ad2390
fd9ee9663679a9dbc2f321cae5f1a5702b230392
c1ad2390fd9ee9663679a9dbc2f321cae5f1a570
2b230392c1ad2390fd9ee9663679a9dbc2f321ca
"
MHASH_CRC32
ok
MHASH_CRC32B
ok
---- FAILED
========================================
========================================
025- MHASH_TIGER
025+ MHASH_TIGER: string(200) " 67eac97b9dca0a47b1f6262f330264e4ce1c2337
60fe3255f642512fd3127929baccf1e758236b27
68a4c2c0c06e118b19e40e2f04a5f745820fb8a9
9bdbc00698702a4d3120171856c4c94bda79ba1b
4f60d509d7f8954da818a29797368dd47c1122aa
"
026- ok
026+ MHASH_TIGER: string(200) " c2f321cae5f1a5702b230392c1ad2390fd9ee966
3679a9dbc2f321cae5f1a5702b230392c1ad2390
fd9ee9663679a9dbc2f321cae5f1a5702b230392
c1ad2390fd9ee9663679a9dbc2f321cae5f1a570
2b230392c1ad2390fd9ee9663679a9dbc2f321ca
"
========================================
========================================
========================================
========================================
/usr/src/apps/php-4.3.9/ext/standard/tests/file/bug22414.phpt
========================================
========================================
---- EXPECTED OUTPUT
HELLO
Works
---- ACTUAL OUTPUT
HELLO
sh: /usr/local/php/bin/php: No such file or directory
Does not work
---- FAILED
========================================
========================================
002- Works
002+ sh: /usr/local/php/bin/php: No such file or directory
003+ Does not work
========================================
========================================
========================================
========================================
/usr/src/apps/php-4.3.9/ext/xslt/tests/xslt_set_object.phpt
========================================
========================================
---- EXPECTED OUTPUT
OK
OK
---- ACTUAL OUTPUT
Warning: Sablotron error on line 1: unknown encoding '' in /usr/src/apps/php-4.3.9/ext/xslt/tests/xslt_set_object.php on line 19
Warning: Sablotron error on line 1: XML parser error 3: no element found in /usr/src/apps/php-4.3.9/ext/xslt/tests/xslt_set_object.php on line 30
OK
OK
---- FAILED
========================================
========================================
001- OK
001+ Warning: Sablotron error on line 1: unknown encoding '' in /usr/src/apps/php-4.3.9/ext/xslt/tests/xslt_set_object.php on line 19
002- OK
002+
003+ Warning: Sablotron error on line 1: XML parser error 3: no element found in /usr/src/apps/php-4.3.9/ext/xslt/tests/xslt_set_object.php on line 30
004+ OK
005+ OK
========================================
========================================
========================================
========================================
BUILD ENVIRONMENT
========================================
========================================
OS:
Linux - Linux prod 2.4.24 #2 Fri Jan 30 15:07:26 EET 2004 i686
Automake:
automake (GNU automake) 1.4-p4
Copyright (C) 1999, 2001 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.
Written by Tom Tromey <tromey@cygnus.com>
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.110 2002/10/23 01:39:54)
Compiler:
Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/specs
gcc version 2.95.3 20010315 (release)
Bison:
GNU Bison version 1.28
Libraries:
libcrypt.so.1 => /lib/libcrypt.so.1 (0x4001b000)
libsablot.so.0 => /usr/local/lib/libsablot.so.0 (0x40049000)
libexpat.so.0 => /usr/local/lib/libexpat.so.0 (0x4016c000)
libpq.so.3 => /usr/local/lib/libpq.so.3 (0x4018e000)
libpfpro.so => /usr/local/lib/libpfpro.so (0x4019f000)
libmhash.so.2 => /usr/local/lib/libmhash.so.2 (0x4024a000)
libfreetype.so.6 => /usr/local/lib/libfreetype.so.6 (0x4026b000)
libpng12.so.0 => /usr/local/lib/libpng12.so.0 (0x402aa000)
libz.so.1 => /usr/lib/libz.so.1 (0x402d7000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x402e6000)
libgdbm.so.3 => /usr/local/lib/libgdbm.so.3 (0x40305000)
libdl.so.2 => /lib/libdl.so.2 (0x4030b000)
libbz2.so.1.0 => /lib/libbz2.so.1.0 (0x4030f000)
libresolv.so.2 => /lib/libresolv.so.2 (0x4031f000)
libm.so.6 => /lib/libm.so.6 (0x40331000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40353000)
libcurl.so.2 => /usr/local/lib/libcurl.so.2 (0x40368000)
libssl.so.0 => /usr/lib/libssl.so.0 (0x40391000)
libcrypto.so.0 => /usr/lib/libcrypto.so.0 (0x403be000)
libxml2.so.2 => /usr/local/lib/libxml2.so.2 (0x40481000)
libpthread.so.0 => /lib/libpthread.so.0 (0x4056b000)
libc.so.6 => /lib/libc.so.6 (0x40581000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
User's E-mail: vermut at kid dot lv
========================================
========================================
PHPINFO
========================================
========================================
phpinfo()
PHP Version => 4.3.9
System => Linux prod 2.4.24 #2 Fri Jan 30 15:07:26 EET 2004 i686
Build Date => Dec 7 2004 20:20:37
Configure Command => './configure' '--with-xml' '--with-mysql=/opt/mysql' '--with-pgsql' '--with-apache=/usr/src/apps/apache_1.3.29' '--with-dba' '--with-gdbm' '--enable-trans-sig' '--with-magic-quotes' '--with-dom' '--with-zlib' '--with-config-file-path
=/etc' '--enable-safe-mode' '--enable-sockets' '--enable-sysvsem' '--with-bz2' '--with-mime-magic' '--with-mhash=/usr/src/apps/mhash-0.8.2' '--enable-memory-limit' '--with-pfpro' '--with-open-ssl' '--enable-xslt' '--with-xslt-sablot' '--enable-ftp' '--wit
h-curl' '--with-curlwrappers' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-freetype-dir=/usr/local'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /www/Zend/etc/php.ini
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
Thread Safety => disabled
Registered PHP Streams => php, http, ftp, compress.bzip2, compress.zlib
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.1, Copyright (c) 2003, by Zend Technologies
with Zend Optimizer v2.1.0, Copyright (c) 1998-2003, by Zend Technologies
with Zend Debugger v3.0.1, Copyright (c) 1999-2003, by 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 => 215 => 215
expose_php => On => On
extension_dir => ./ => ./
file_uploads => On => On
gpc_order => GPC => GPC
highlight.bg => #FFFFFF => #FFFFFF
highlight.comment => #FF9900 => #FF9900
highlight.default => #0000CC => #0000CC
highlight.html => #000000 => #000000
highlight.keyword => #006600 => #006600
highlight.string => #CC0000 => #CC0000
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 => On => On
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
memory_limit => 50M => 50M
open_basedir => no value => no value
output_buffering => 0 => no value
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
register_argc_argv => On => On
register_globals => On => On
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 => me@localhost.com => me@localhost.com
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 => GPCS => GPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => Off => Off
Zend Debugger
Licensed to => Binfiks
Expires => Never
Expose Zend Debugger => allowed hosts only
Passive Mode Timeout => 20 seconds
Directive => Local Value => Master Value
zend_debugger.allow_hosts => 127.0.0.1/32,213.21.216.32/27 => 127.0.0.1/32,213.21.216.32/27
zend_debugger.connect_password => no value => no value
zend_debugger.deny_hosts => no value => no value
Zend Optimizer
Optimization Pass 1 => disabled
Optimization Pass 2 => enabled
Optimization Pass 3 => disabled
Optimization Pass 9 => disabled
Optimization Pass 10 => disabled
Zend Loader => enabled
License Path =>
bz2
BZip2 Support => Enabled
BZip2 Version => 1.0.1, 23-June-2000
ctype
ctype functions => enabled
curl
CURL support => enabled
CURL Information => libcurl/7.10.8 OpenSSL/0.9.6 zlib/1.1.4
dba
DBA support => enabled
Supported handlers => gdbm cdb cdb_make inifile flatfile
domxml
DOM/XML => enabled
DOM/XML API Version => 20020815
libxml Version => 20511
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
ftp
FTP support => enabled
gd
GD Support => enabled
GD Version => bundled (2.0.28 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
GIF Read Support => enabled
GIF Create Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled
mhash
MHASH support => Enabled
MHASH API Version => 20000324
mime_magic
mime_magic support => enabled
Directive => Local Value => Master Value
mime_magic.magicfile => /usr/share/misc/magic => /usr/share/misc/magic
mysql
MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 4.1.7
MYSQL_MODULE_TYPE => external
MYSQL_SOCKET => /tmp/mysql.sock
MYSQL_INCLUDE => -I/opt/mysql/include
MYSQL_LIBS => -L/opt/mysql/lib -lmysqlclient
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
pfpro
Verisign Payflow Pro support => enabled
libpfpro version => L306
Directive => Local Value => Master Value
pfpro.defaulthost => test-payflow.verisign.com => test-payflow.verisign.com
pfpro.defaultport => 443 => 443
pfpro.defaulttimeout => 30 => 30
pfpro.proxyaddress => no value => no value
pfpro.proxylogon => no value => no value
pfpro.proxypassword => no value => no value
pfpro.proxyport => no value => no value
pgsql
PostgreSQL Support => enabled
PostgreSQL(libpq) Version => 7.3.3
Multibyte character support => enabled
SSL support => disabled
Active Persistent Links => 0
Active Links => 0
Directive => Local Value => Master Value
pgsql.allow_persistent => On => On
pgsql.auto_reset_persistent => Off => Off
pgsql.ignore_notice => Off => Off
pgsql.log_notice => Off => Off
pgsql.max_links => Unlimited => Unlimited
pgsql.max_persistent => Unlimited => Unlimited
posix
Revision => $Revision: 1.51.2.2 $
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 => On => On
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,input=src,for
m=fakeentry => a=href,area=href,frame=src,input=src,for
m=fakeentry
user_agent => no value => no value
tokenizer
Tokenizer Support => enabled
xml
XML Support => active
XML Namespace Support => active
EXPAT Version => 1.95.6
xslt
XSLT support => enabled
Backend => Sablotron
Sablotron Version => 1.0
Sablotron Information => Cflags: -g -O2 Libs: -L/usr/local/lib -lexpat Prefix: /usr/local
zlib
ZLib Support => enabled
Compiled Version => 1.1.4
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
sysvsem
Environment
Variable => Value
PWD => /usr/src/apps/php-4.3.9
MAKEFLAGS =>
SCRIPT_FILENAME =>
LESSCHARDEF => 8bcccbcc18b95.b27.b99.b
MFLAGS =>
HOSTNAME => prod.binfiks.com
LS_OPTIONS => --color=auto -F -b -T 0
ignoreeof => 10
MANPATH => /usr/local/man:/usr/man
LESSOPEN => |lesspipe.sh %s
CC => gcc
SSH_CONNECTION => 81.198.229.67 3163 213.21.216.62 22
LESS => -M
REQUEST_METHOD =>
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=40;31
;01:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.bz2=01;31:*.rpm
=01;31:*.deb=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.mpg=01;37:*.avi=01;37:*.mov=01;37:
USER => root
MACHTYPE => i386-slackware-linux-gnu
TEST_PHP_SRCDIR => /usr/src/apps/php-4.3.9
LC_ALL => POSIX
MAIL => /var/mail/root
PATH_TRANSLATED =>
EDITOR => pico
QUERY_STRING =>
CONTENT_LENGTH =>
MAKELEVEL => 1
crt =>
SHLVL => 3
LOGNAME => root
MINICOM => -c on
REDIRECT_STATUS =>
TEST_PHP_EXECUTABLE => /usr/src/apps/php-4.3.9/sapi/cli/php
_ => /usr/src/apps/php-4.3.9/sapi/cli/php
SHELL => /bin/sh
HOSTTYPE => i386
OSTYPE => linux-gnu
TERM => xterm
HOME => /root
PATH => /usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/j2re/bin:/usr/local/j2re/lib
SSH_TTY => /dev/pts/2
CONTENT_TYPE =>
PHP Variables
Variable => Value
PHP_SELF =>
_SERVER["PWD"] => /usr/src/apps/php-4.3.9
_SERVER["MAKEFLAGS"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["LESSCHARDEF"] => 8bcccbcc18b95.b27.b99.b
_SERVER["MFLAGS"] =>
_SERVER["HOSTNAME"] => prod.binfiks.com
_SERVER["LS_OPTIONS"] => --color=auto -F -b -T 0
_SERVER["ignoreeof"] => 10
_SERVER["MANPATH"] => /usr/local/man:/usr/man
_SERVER["LESSOPEN"] => |lesspipe.sh %s
_SERVER["CC"] => gcc
_SERVER["SSH_CONNECTION"] => 81.198.229.67 3163 213.21.216.62 22
_SERVER["LESS"] => -M
_SERVER["REQUEST_METHOD"] =>
_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=40;31
;01:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.bz2=
01;31:*.rpm=01;31:*.deb=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.mpg=01;37:*.avi=01;37:*.mov=01;37:
_SERVER["USER"] => root
_SERVER["MACHTYPE"] => i386-slackware-linux-gnu
_SERVER["TEST_PHP_SRCDIR"] => /usr/src/apps/php-4.3.9
_SERVER["LC_ALL"] => POSIX
_SERVER["MAIL"] => /var/mail/root
_SERVER["PATH_TRANSLATED"] =>
_SERVER["EDITOR"] => pico
_SERVER["QUERY_STRING"] =>
_SERVER["CONTENT_LENGTH"] =>
_SERVER["MAKELEVEL"] => 1
_SERVER["crt"] =>
_SERVER["SHLVL"] => 3
_SERVER["LOGNAME"] => root
_SERVER["MINICOM"] => -c on
_SERVER["REDIRECT_STATUS"] =>
_SERVER["TEST_PHP_EXECUTABLE"] => /usr/src/apps/php-4.3.9/sapi/cli/php
_SERVER["_"] => /usr/src/apps/php-4.3.9/sapi/cli/php
_SERVER["SHELL"] => /bin/sh
_SERVER["HOSTTYPE"] => i386
_SERVER["OSTYPE"] => linux-gnu
_SERVER["TERM"] => xterm
_SERVER["HOME"] => /root
_SERVER["PATH"] => /usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/j2re/bin:/usr/local/j2re/lib
_SERVER["SSH_TTY"] => /dev/pts/2
_SERVER["CONTENT_TYPE"] =>
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["argv"] => Array
(
)
_SERVER["argc"] => 0
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.
|