| noreply@php.net 2004-05-03, 3:34 pm |
|
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE) [tests/lang/bug21820.phpt]
Test pcntl wait functionality [ext/pcntl/tests/001.phpt]
PostgreSQL notice function [ext/pgsql/tests/09notice.phpt]
Bug #26463 (token_get_all() does not correctly handle semicolons after T_END_HEREDOC) [ext/tokenizer/tests/bug26463.phpt]
xslt_backend_info: examples for detection of backend features [ext/xslt/tests/xslt_backend_info.phpt]
xslt_set_object function [ext/xslt/tests/xslt_set_object.phpt]
========================================
=============================
========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 21
Exts tested : 102
---------------------------------------------------------------------
Number of tests : 594
Tests skipped : 55 ( 9.3%)
Tests warned : 0 ( 0.0%)
Tests failed : 6 ( 1.0%)
Tests passed : 533 (89.7%)
---------------------------------------------------------------------
Time taken : 3192 seconds
========================================
=============================
========================================
========================================
/root/src/php-4.3.x-dev/tests/lang/bug21820.phpt
========================================
========================================
---- EXPECTED OUTPUT
Parse error: parse error,.*expecting `?T_STRING'? or `?T_VARIABLE'? or `?T_NUM_STRING'? in .* on line .*
---- ACTUAL OUTPUT
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /root/src/php-4.3.x-dev/tests/lang/bug21820.php on line 6
---- FAILED
========================================
========================================
001- Parse error: parse error,.*expecting `?T_STRING'? or `?T_VARIABLE'? or `?T_NUM_STRING'? in .* on line .*
001+ Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /root/src/php-4.3.x-dev/tests/lang/bug21820.php on line 6
========================================
========================================
========================================
========================================
/root/src/php-4.3.x-dev/ext/pcntl/tests/001.phpt
========================================
========================================
---- EXPECTED OUTPUT
Staring wait.h tests....
Testing pcntl_wifexited and wexitstatus....
Exited With: -1
Testing pcntl_wifsignaled....
Process was terminated by signal : SIGTERM
Testing pcntl_wifstopped and pcntl_wstopsig....
Process was stoped by signal : SIGSTOP
---- ACTUAL OUTPUT
Staring wait.h tests....
Testing pcntl_wifexited and wexitstatus....
Exited With: -1
Testing pcntl_wifsignaled....
Process was terminated by signal : 9
Testing pcntl_wifstopped and pcntl_wstopsig....
Process was stoped by signal : SIGSTOP
---- FAILED
========================================
========================================
007- Process was terminated by signal : SIGTERM
007+ Process was terminated by signal : 9
========================================
========================================
========================================
========================================
/root/src/php-4.3.x-dev/ext/pgsql/tests/09notice.phpt
========================================
========================================
---- EXPECTED OUTPUT
Notice: pg_query(): %s already a transaction in progress in %s on line %d
%s already a transaction in progress
pg_last_notice() is Ok
---- ACTUAL OUTPUT
Notice: pg_query(): WARNING: there is already a transaction in progress in /root/src/php-4.3.x-dev/ext/pgsql/tests/09notice.php on line 6
Notice: pg_query(): WARNING: BeginTransactionBlock: unexpected TBLOCK_ABORT in /root/src/php-4.3.x-dev/ext/pgsql/tests/09notice.php on line 6
WARNING: BeginTransactionBlock: unexpected TBLOCK_ABORT
pg_last_notice() is Ok
---- FAILED
========================================
========================================
001- Notice: pg_query(): %s already a transaction in progress in %s on line %d
001+ Notice: pg_query(): WARNING: there is already a transaction in progress in /root/src/php-4.3.x-dev/ext/pgsql/tests/09notice.php on line 6
002- %s already a transaction in progress
002+
003- pg_last_notice() is Ok
003+ Notice: pg_query(): WARNING: BeginTransactionBlock: unexpected TBLOCK_ABORT in /root/src/php-4.3.x-dev/ext/pgsql/tests/09notice.php on line 6
004+ WARNING: BeginTransactionBlock: unexpected TBLOCK_ABORT
005+ pg_last_notice() is Ok
========================================
========================================
========================================
========================================
/root/src/php-4.3.x-dev/ext/tokenizer/tests/bug26463.phpt
========================================
========================================
---- EXPECTED OUTPUT
array(17) {
[0]=>
array(2) {
[0]=>
int(353)
[1]=>
string(6) "<?php
"
}
[1]=>
array(2) {
[0]=>
int(306)
[1]=>
string(2) "$x"
}
[2]=>
string(1) "="
[3]=>
array(2) {
[0]=>
int(357)
[1]=>
string(6) "<<<DD
"
}
[4]=>
array(2) {
[0]=>
int(304)
[1]=>
string(13) "jhdsjkfhjdsh
"
}
[5]=>
array(2) {
[0]=>
int(358)
[1]=>
string(2) "DD"
}
[6]=>
string(1) "."
[7]=>
array(2) {
[0]=>
int(312)
[1]=>
string(2) """"
}
[8]=>
string(1) ";"
[9]=>
array(2) {
[0]=>
int(356)
[1]=>
string(1) "
"
}
[10]=>
array(2) {
[0]=>
int(306)
[1]=>
string(2) "$a"
}
[11]=>
string(1) "="
[12]=>
array(2) {
[0]=>
int(357)
[1]=>
string(8) "<<<DDDD
"
}
[13]=>
array(2) {
[0]=>
int(304)
[1]=>
string(13) "jhdsjkfhjdsh
"
}
[14]=>
array(2) {
[0]=>
int(358)
[1]=>
string(4) "DDDD"
}
[15]=>
string(1) ";"
[16]=>
array(2) {
[0]=>
int(355)
[1]=>
string(2) "?>"
}
}
---- ACTUAL OUTPUT
array(17) {
[0]=>
array(2) {
[0]=>
int(354)
[1]=>
string(6) "<?php
"
}
[1]=>
array(2) {
[0]=>
int(307)
[1]=>
string(2) "$x"
}
[2]=>
string(1) "="
[3]=>
array(2) {
[0]=>
int(358)
[1]=>
string(6) "<<<DD
"
}
[4]=>
array(2) {
[0]=>
int(305)
[1]=>
string(13) "jhdsjkfhjdsh
"
}
[5]=>
array(2) {
[0]=>
int(359)
[1]=>
string(2) "DD"
}
[6]=>
string(1) "."
[7]=>
array(2) {
[0]=>
int(313)
[1]=>
string(2) """"
}
[8]=>
string(1) ";"
[9]=>
array(2) {
[0]=>
int(357)
[1]=>
string(1) "
"
}
[10]=>
array(2) {
[0]=>
int(307)
[1]=>
string(2) "$a"
}
[11]=>
string(1) "="
[12]=>
array(2) {
[0]=>
int(358)
[1]=>
string(8) "<<<DDDD
"
}
[13]=>
array(2) {
[0]=>
int(305)
[1]=>
string(13) "jhdsjkfhjdsh
"
}
[14]=>
array(2) {
[0]=>
int(359)
[1]=>
string(4) "DDDD"
}
[15]=>
string(1) ";"
[16]=>
array(2) {
[0]=>
int(356)
[1]=>
string(2) "?>"
}
}
---- FAILED
========================================
========================================
005- int(353)
005+ int(354)
013- int(306)
013+ int(307)
022- int(357)
022+ int(358)
030- int(304)
030+ int(305)
038- int(358)
038+ int(359)
047- int(312)
047+ int(313)
056- int(356)
056+ int(357)
064- int(306)
064+ int(307)
073- int(357)
073+ int(358)
081- int(304)
081+ int(305)
089- int(358)
089+ int(359)
098- int(355)
098+ int(356)
========================================
========================================
========================================
========================================
/root/src/php-4.3.x-dev/ext/xslt/tests/xslt_backend_info.phpt
========================================
========================================
---- EXPECTED OUTPUT
You (don't )?have iconv support
You (don't )?have JavaScript support
---- ACTUAL OUTPUT
Notice: Undefined index: libs in /root/src/php-4.3.x-dev/ext/xslt/tests/xslt_backend_info.php on line 15
You're configuration is missing expat, which conflicts with sanity.
---- FAILED
========================================
========================================
001- You (don't )?have iconv support
001+ Notice: Undefined index: libs in /root/src/php-4.3.x-dev/ext/xslt/tests/xslt_backend_info.php on line 15
002- You (don't )?have JavaScript support
002+ You're configuration is missing expat, which conflicts with sanity.
========================================
========================================
========================================
========================================
/root/src/php-4.3.x-dev/ext/xslt/tests/xslt_set_object.phpt
========================================
========================================
---- EXPECTED OUTPUT
OK
OK
---- ACTUAL OUTPUT
Warning: Sablotron error on line 1: unknown encoding '' in /root/src/php-4.3.x-dev/ext/xslt/tests/xslt_set_object.php on line 19
Warning: Sablotron error on line 1: XML parser error 3: no element found in /root/src/php-4.3.x-dev/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 /root/src/php-4.3.x-dev/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 /root/src/php-4.3.x-dev/ext/xslt/tests/xslt_set_object.php on line 30
004+ OK
005+ OK
========================================
========================================
========================================
========================================
BUILD ENVIRONMENT
========================================
========================================
OS:
Linux - Linux mail.the66.org 2.4.20-20.7bigmem #1 SMP Mon Aug 18 14:34:37 EDT 2003 i686
Automake:
automake (GNU automake) 1.8.3
Written by Tom Tromey <tromey@redhat.com>.
Copyright 2004 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.59
Written by David J. MacKenzie and Akim Demaille.
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.
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-redhat-linux/3.0.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib
Thread model: posix
gcc version 3.0.4 (Red Hat Linux 7.2 3.0.4-1)
Bison:
bison (GNU Bison) 1.875
Geschrieben von Robert Corbett und Richard Stallman.
Copyright © 2002 Free Software Foundation, Inc.
Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es
gibt keine Garantie; auch nicht für VERKAUFBARKEIT oder FÜR SPEZIELLE ZWECKE.
Libraries:
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40028000)
libmcal.so => /usr/local/lib/libmcal.so (0x40055000)
libssl.so.0.9.7 => /usr/local/ssl/lib/libssl.so.0.9.7 (0x40067000)
libcrypto.so.0.9.7 => /usr/local/ssl/lib/libcrypto.so.0.9.7 (0x40097000)
libyaz.so.2 => /usr/local/lib/libyaz.so.2 (0x4018e000)
libz.so.1 => /lib/libz.so.1 (0x4025f000)
libm.so.6 => /lib/i686/libm.so.6 (0x4026d000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40290000)
libzzip-0.so.10 => /usr/lib/libzzip-0.so.10 (0x402a6000)
libsablot.so.0 => /usr/local/lib/libsablot.so.0 (0x402ac000)
libjs.so => /usr/lib/libjs.so (0x4035f000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0x403c9000)
libmm.so.13 => /usr/local/lib/libmm.so.13 (0x403f2000)
libhistory.so.4 => /usr/local/lib/libhistory.so.4 (0x403f7000)
libreadline.so.4 => /usr/local/lib/libreadline.so.4 (0x403fe000)
libncurses.so.5 => /usr/local/lib/libncurses.so.5 (0x4042d000)
libpspell.so.15 => /usr/local/lib/libpspell.so.15 (0x40458000)
libaspell.so.15 => /usr/local/lib/libaspell.so.15 (0x4045a000)
libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x404de000)
libpq.so.3 => /usr/local/pgsql/lib/libpq.so.3 (0x40573000)
libpdf.so.1 => /usr/local/lib/libpdf.so.1 (0x40592000)
libtiff.so.3 => /usr/local/lib/libtiff.so.3 (0x4063f000)
libpng.so.3 => /usr/local/lib/libpng.so.3 (0x40687000)
libpanel.so.5 => /usr/local/lib/libpanel.so.5 (0x406c1000)
/usr/local/lib/libming.so => /usr/local/lib/libming.so (0x406c6000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40714000)
libgif.so.4 => /usr/local/lib/libgif.so.4 (0x4080a000)
libmhash.so.2 => /usr/local/lib/libmhash.so.2 (0x40813000)
libmcrypt.so.4 => /usr/local/lib/libmcrypt.so.4 (0x40839000)
libltdl.so.3 => /usr/local/lib/libltdl.so.3 (0x40870000)
libdl.so.2 => /lib/libdl.so.2 (0x40878000)
libldap.so.2 => /lib/libldap.so.2 (0x4087c000)
liblber.so.2 => /lib/liblber.so.2 (0x408a7000)
libpam.so.0 => /lib/libpam.so.0 (0x408b1000)
libgmp.so.3 => /usr/local/lib/libgmp.so.3 (0x408ba000)
libt1.so.5 => /usr/local/lib/libt1.so.5 (0x408e7000)
libfreetype.so.6 => /usr/local/lib/libfreetype.so.6 (0x4093c000)
libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x409ab000)
libfdftk.so => /usr/local/lib/libfdftk.so (0x409bb000)
libexslt.so.0 => /usr/lib/libexslt.so.0 (0x40a84000)
libxslt.so.1 => /usr/lib/libxslt.so.1 (0x40a95000)
libdb-4.2.so => /usr/local/db4/lib/libdb-4.2.so (0x40ac9000)
libdb.so.3 => /usr/lib/libdb.so.3 (0x40b96000)
libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x40bd2000)
libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x40bd9000)
libresolv.so.2 => /lib/libresolv.so.2 (0x40bef000)
libgssapi_krb5.so.2 => /usr/kerberos/lib/libgssapi_krb5.so.2 (0x40c02000)
libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3 (0x40c14000)
libk5crypto.so.3 => /usr/kerberos/lib/libk5crypto.so.3 (0x40c6b000)
libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0x40c7b000)
libcrack.so => /usr/local/lib/libcrack.so (0x40c7d000)
libcpdf.so => /usr/local/lib/libcpdf.so (0x40c89000)
libjpeg.so.62 => /usr/local/lib/libjpeg.so.62 (0x40cbb000)
libbz2.so.1 => /usr/lib/libbz2.so.1 (0x40cde000)
libcurl.so.2 => /usr/lib/libcurl.so.2 (0x40ced000)
libfribidi.so.0 => /usr/local/lib/libfribidi.so.0 (0x40d1b000)
libmnogosearch-3.2.so => /usr/local/mnogosearch/lib/libmnogosearch-3.2.so (0x40d25000)
libodbc.so.1 => /usr/local/unixODBC/lib/libodbc.so.1 (0x40d9e000)
libmnogocharset-3.2.so => /usr/local/mnogosearch/lib/libmnogocharset-3.2.so (0x40e08000)
libintl.so.3 => /usr/local/lib/libintl.so.3 (0x40ec1000)
libc.so.6 => /lib/i686/libc.so.6 (0x40ecb000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x41007000)
librt.so.1 => /lib/librt.so.1 (0x4101c000)
libmysqlclient.so.14 => /usr/local/mysql/lib/mysql/libmysqlclient.so.14 (0x4102e000)
libct.so.3 => /usr/local/lib/libct.so.3 (0x41115000)
libnetsnmp.so.5 => /usr/local/net-snmp/lib/libnetsnmp.so.5 (0x41151000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x411d2000)
libiconv.so.2 => /usr/local/lib/libiconv.so.2 (0x412ff000)
libtinfo.so.5 => /usr/local/lib/libtinfo.so.5 (0x413f0000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x41425000)
libgpm.so.1 => /usr/lib/libgpm.so.1 (0x4142d000)
libsasl.so.7 => /usr/lib/libsasl.so.7 (0x41433000)
libkrb4.so.2 => /usr/kerberos/lib/libkrb4.so.2 (0x4143e000)
libdes425.so.3 => /usr/kerberos/lib/libdes425.so.3 (0x41452000)
libssl.so.2 => /lib/libssl.so.2 (0x41456000)
libcrypto.so.2 => /lib/libcrypto.so.2 (0x41483000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
User's E-mail: admin at the66 dot org
========================================
========================================
PHPINFO
========================================
========================================
phpinfo()
PHP Version => 4.3.7-dev
System => Linux mail.the66.org 2.4.20-20.7bigmem #1 SMP Mon Aug 18 14:34:37 EDT 2003 i686
Build Date => Apr 30 2004 20:45:47
Configure Command => './configure' '--prefix=/usr/local/php-4.3.x-dev' '--with-config-file-path=/usr/local/php-4.3.x-dev' '--with-apxs' '--with-openssl=/usr/local/ssl' '--enable-memory-limit' '--enable-sigchild' '--enable-zend-multibyte' '--with-zlib' '-
-with-zlib-dir=/usr' '--with-db=/usr' '--enable-dba' '--with-db4=/usr/local/db4' '--with-gdbm=/usr' '--with-ndbm=/usr' '--with-cdb' '--with-inifile' '--with-flatfile' '--enable-dbase' '--with-dbplus' '--enable-dbx' '--with-mysql=/usr/local/mysql' '--with-
mysql-sock=/var/tmp/mysql.sock' '--with-pgsql=/usr/local/pgsql' '--with-sybase-ct=/usr/local' '--with-unixODBC=/usr/local/unixODBC' '--enable-bcmath' '--with-bz2=/usr' '--enable-calendar' '--with-cpdflib=/usr/local' '--with-crack=/usr/local' '--enable-cty
pe' '--with-curl=/usr' '--with-cyrus=/usr/local' '--enable-dio' '--with-dom=/usr' '--with-dom-xslt=/usr' '--with-dom-exslt=/usr' '--enable-exif' '--with-expat-dir=/usr' '--with-fdftk=/usr/local' '--with-fileinfo=/usr/local' !
'--enable-filepro' '--with-freetype-dir=/usr/local' '--with-fribidi=/usr/local' '--enable-ftp' '--with-gd' '--enable-gd-native-ttf' '--enable-gd-jis-conv' '--with-gettext=/usr/local' '--with-gmp=/usr/local' '--with-hyperwave' '--with-iconv=/usr/local' '--
with-iconv-dir=/usr/local' '--with-imap=/usr/local' '--with-imap-ssl=/usr/local/ssl' '--with-jpeg-dir=/usr/local' '--with-java=/usr/java/j2sdk1.4.2' '--with-kerberos=/usr/kerberos' '--with-ldap' '--enable-mbstring' '--enable-mbregex' '--with-libmbfl' '--w
ith-mcal=/usr/local' '--with-mcrypt=/usr/local' '--with-mhash=/usr/local' '--with-mime-magic=/usr/local/share/file/magic.mime' '--with-ming=/usr/local' '--with-mm=/usr/local' '--with-mnogosearch=/usr/local/mnogosearch' '--with-msession=/usr/local' '--with
-ncurses=/usr/local' '--enable-overload' '--enable-pcntl' '--with-pdflib=/usr/local' '--with-png-dir=/usr/local' '--with-ps=/usr/local' '--with-pspell=/usr/local' '--with-readline=/usr/local' '--with-sablot-js=/usr' '--enabl!
e-session' '--enable-shmop' '--with-snmp=/usr/local/net-snmp'!
'--with-openssl-dir=/usr/local/ssl' '--with-libxml-dir=/usr' '--enable-ucd-snmp-hack' '--enable-sockets' '--enable-stats' '--with-swf=/usr/local' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-t1lib=/usr/local' '--with-tiff-dir=/usr/loc
al' '--enable-trans-sid' '--with-ttf' '--enable-wddx' '--enable-xml' '--with-xmlrpc' '--with-xpm-dir=/usr/X11R6' '--enable-xslt' '--with-xslt-sablot=/usr' '--with-yaz=/usr/local' '--enable-yp' '--with-zip'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/php-4.3.x-dev/php.ini
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
Thread Safety => disabled
Registered PHP Streams => php, http, ftp, https, ftps, compress.bzip2, compress.zlib, cvs, cvs.diff, gopher, ogg
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with the ionCube PHP Accelerator v1.3.3r2, Copyright (c) 2001-2002, by Nick Lindridge
________________________________________
_______________________________
Configuration
PHP Core
Directive => Local Value => Master Value
allow_call_time_pass_reference => Off => Off
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 => On => On
doc_root => no value => no value
docref_ext => .html => .html
docref_root => /phpmanual/ => /phpmanual/
enable_dl => On => On
error_append_string => no value => no value
error_log => /usr/local/apache/logs/php.log => /usr/local/apache/logs/php.log
error_prepend_string => no value => no value
error_reporting => 2039 => 2039
expose_php => On => On
extension_dir => /usr/local/php-4.3.x-dev/lib/php/extensions/no-debug-non-zts-20020429 => /usr/local/php-4.3.x-dev/lib/php/extensions/no-debug-non-zts-20020429
file_uploads => On => On
gpc_order => GPC => GPC
highlight.bg => #FFFFFF => #FFFFFF
highlight.comment => #FF9900 => #FF9900
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/php/lib/php:/usr/local/php/lib/php/smarty => .:/usr/local/php/lib/php:/usr/local/php/lib/php/smarty
log_errors => On => On
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => Off => Off
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
max_execution_time => 0 => 600
max_input_time => 600 => 600
memory_limit => 128M => 128M
open_basedir => no value => no value
output_buffering => 0 => 1
output_handler => no value => no value
post_max_size => 10M => 10M
precision => 14 => 14
register_argc_argv => On => Off
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 => 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 => On => On
unserialize_callback_func => no value => no value
upload_max_filesize => 10M => 10M
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 => On => On
att_codec
att_codec => enabled
att_codec version => 1.0
uudeview version => 0.5pl20
Directive => Local Value => Master Value
att.default_encoding => Yenc encoding => Yenc encoding
bcmath
BCMath support => enabled
bz2
BZip2 Support => Enabled
BZip2 Version => 1.0.2, 30-Dec-2001
calendar
Calendar support => enabled
cpdf
CPDF Support => enabled
Version => 2.02-r1-2
crack
crack support => enabled
Directive => Local Value => Master Value
crack.default_dictionary => /usr/local/lib/pw_dict => /usr/local/lib/pw_dict
ctype
ctype functions => enabled
curl
CURL support => enabled
CURL Information => libcurl/7.11.1 OpenSSL/0.9.7c zlib/1.1.4 GSS
cvsclient
CVS Client => enabled
Wrapper => cvs://, cvs.diff://
Resource => CVS pserver Client
cyrus
Cyrus IMAP support => enabled
db
This is GDBM version 1.8.0, as of May 19, 1999.
dba
DBA support => enabled
Supported handlers => gdbm ndbm cdb cdb_make db4 inifile flatfile
dbx
dbx support => enabled
dbx version => 1.0.0
supported databases => MySQL
ODBC
PostgreSQL
Microsoft SQL Server
FrontBase
Oracle 8 (oci8)
Sybase-CT
Directive => Local Value => Master Value
dbx.colnames_case => lowercase => lowercase
dio
dio support => enabled
domxml
DOM/XML => enabled
DOM/XML API Version => 20020815
libxml Version => 20608
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
DOM/XSLT => enabled
libxslt Version => 1.1.5
libxslt compiled against libxml Version => 2.6.8
DOM/EXSLT => enabled
libexslt Version => 1.1.5
ecasound
ecasound support => enabled
exif
EXIF Support => enabled
EXIF Version => 1.4 $Id: exif.c,v 1.118.2.27 2003/12/17 09:08:37 helly Exp $
Supported EXIF Version => 0220
Supported filetypes => JPEG,TIFF
fann
fann support => enabled
fdf
FDF Support => enabled
FdfTk Version => 5.0
fileinfo
fileinfo support => enabled
freeimage
freeimage support => enabled
Version => 3.0.4
fribidi
FriBidi support => enabled
FriBidi version => 0.10.4
ftp
FTP support => enabled
gd
GD Support => enabled
GD Version => bundled (2.0.22 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
T1Lib Support => enabled
GIF Read Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled
JIS-mapped Japanese Font Support => enabled
gdchart
gdchart support => enabled
Based on gdchart version => 0.11.4dev
gettext
GetText Support => enabled
gmp
gmp support => enabled
gopher
Gopher Wrapper => enabled
html_parse
<p>HTML parser extenion</p>
<p>Version 0.1alpha (2003-05-20)</p>
<p><b>Authors:</b></p>
<p>Hartmut Holzgraefe <hartmut@php.net> (lead)</p>
hyperwave
Hyperwave Support => enabled
HG-CSP Version => 7.17
Directive => Local Value => Master Value
hyperwave.allow_persistent => 0 => 0
hyperwave.default_port => 418 => 418
ical
Libical Support => Enabled
Libical PHP Interface Version => 0.9 (Beta)
Libical Version => 0.26
iconv
iconv support => enabled
iconv implementation => libiconv
iconv library version => 1.9
Directive => Local Value => Master Value
iconv.input_encoding => ISO-8859-1 => ISO-8859-1
iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
iconv.output_encoding => ISO-8859-1 => ISO-8859-1
idn
GNU Libidn support => enabled
GNU Libidn version => 0.4.3
imagick
ImageMagick support => enabled
Magick Backend => ImageMagick
ImageMagick version => 5.5.7
PHP imagick version => 0.9.9
MaxRGB => 32 bit, 4294967295 colors
Supported image formats => 8BIM, 8BIMTEXT, 8BIMWTEXT, APP1, APP1JPEG, ART, AVI, AVS, B, BIE, BMP, BMP2, BMP3, C, CACHE, CAPTION, CMYK, CMYKA, CUR, CUT, DCM, DCX, DIB, DPS, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EXIF, FAX, FILE, FITS, FPX, FRACT
AL, FTP, G, G3, GIF, GIF87, GRADIENT, GRANITE, GRAY, H, HISTOGRAM, HTM, HTML, HTTP, ICB, ICC, ICM, ICO, ICON, IMPLICIT, IPTC, IPTCTEXT, IPTCWTEXT, JBG, JBIG, JNG, JP2, JPC, JPEG, JPG, K, LABEL, LOGO, M, M2V, MAGICK, MAP, MAT, MATTE, MIFF, MNG, MONO, MPC,
MPEG, MPG, MPR, MPRI, MSL, MTV, MVG, NETSCAPE, NULL, O, OTB, P7, PAL, PALM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PFA, PFB, PGM, PGX, PICON, PICT, PIX, PLASMA, PM, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSD, PTIF, PWP, R, RA
S, RGB, RGBA, RLA, RLE, ROSE, SCT, SFW, SGI, SHTML, STEGANO, SUN, SVG, TEXT, TGA, TIF, TIFF, TILE, TIM, TTF, TXT, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMF, WPG, X, XBM, XC, XCF, XMP, XPM, XV, XWD, Y, YUV
Supported fonts => AvantGarde-Book, AvantGarde-BookOblique, AvantGarde-Demi, AvantGarde-DemiOblique, Bookman-Demi, Bookman-DemiItalic, Bookman-Light, Bookman-LightItalic, Courier, Courier-Bold, Courier-Oblique, Courier-BoldOblique, Helvetica, Helvetica-Bo
ld, Helvetica-Oblique, Helvetica-BoldOblique, Helvetica-Narrow, Helvetica-Narrow-Oblique, Helvetica-Narrow-Bold, Helvetica-Narrow-BoldOblique, NewCenturySchlbk-Roman, NewCenturySchlbk-Italic, NewCenturySchlbk-Bold, NewCenturySchlbk-BoldItalic, Palatino-Ro
man, Palatino-Italic, Palatino-Bold, Palatino-BoldItalic, Times-Roman, Times-Bold, Times-Italic, Times-BoldItalic, Symbol
imap
IMAP c-Client Version => 2001
SSL Support => enabled
Kerberos Support => enabled
isis
OpenIsis library support (http://www.openisis.org) => enabled
Directive => Local Value => Master Value
isis.default_database => no value => no value
isis.default_dir => no value => no value
java
Directive => Local Value => Master Value
java.class.path => /usr/local/php/lib/php/php_java.jar => /usr/local/php/lib/php/php_java.jar
java.home => /usr/java/j2sdk1.4.2 => /usr/java/j2sdk1.4.2
java.library => /usr/java/j2sdk1.4.2/jre/lib/i386/libjava.so => /usr/java/j2sdk1.4.2/jre/lib/i386/libjava.so
java.library.path => /usr/local/php/lib/php/extensions/no-debug/non-zts/20020429 => /usr/local/php/lib/php/extensions/no-debug/non-zts/20020429
ldap
LDAP Support => enabled
RCS Version => $Id: ldap.c,v 1.130.2.9 2003/10/07 00:36:27 iliaa Exp $
Total Links => 0/unlimited
API Version => 2004
Vendor Name => OpenLDAP
Vendor Version => 20011
lzf
lzf support => enabled
optimized for => compression quality
mailparse
mailparse support => enabled
Extension Version => 2.0b
Revision => $Revision: 1.45 $
Directive => Local Value => Master Value
mailparse.def_charset => us-ascii => us-ascii
mbstring
Multibyte Support => enabled
Japanese support => enabled
Simplified chinese support => enabled
Traditional chinese support => enabled
Korean support => enabled
Russian support => 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.
Directive => Local Value => Master Value
mbstring.detect_order => no value => no value
mbstring.encoding_translation => Off => Off
mbstring.func_overload => 0 => 0
mbstring.http_input => pass => pass
mbstring.http_output => pass => pass
mbstring.internal_encoding => ISO-8859-1 => no value
mbstring.language => neutral => neutral
mbstring.script_encoding => no value => no value
mbstring.substitute_character => no value => no value
mcal
MCAL Support => enabled
MCAL Version => 0.6 - 20000121
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
mdbtools
<p>MDB data file access library</p>
<p>Version 0.1alpha (2004-03-25)</p>
<p><b>Authors:</b></p>
<p>Hartmut Holzgraefe <hartmut@php.net> (lead)</p>
mhash
MHASH support => Enabled
MHASH API Version => 20020524
mime_magic
mime_magic support => enabled
Directive => Local Value => Master Value
mime_magic.magicfile => /usr/local/share/file/magic.mime => /usr/local/share/file/magic.mime
ming
Ming SWF output library => enabled
Version => 0.3a
mnogosearch
mnoGoSearch Support => enabled
mnoGoSearch library version => 30217
msession
msession support => enabled
mysql
MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 4.1.2-alpha
MYSQL_MODULE_TYPE => external
MYSQL_SOCKET => /var/tmp/mysql.sock
MYSQL_INCLUDE => -I/usr/local/mysql/include/mysql
MYSQL_LIBS => -L/usr/local/mysql/lib/mysql -lmysqlclient
Directive => Local Value => Master Value
mysql.allow_persistent => On => On
mysql.connect_timeout => -1 => -1
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
ncurses
ncurses support => enabled
ncurses library version => 5.4
color support => yes
netools
netools support => enabled
lcrzo version => 4.17.0
odbc
ODBC Support => enabled
Active Persistent Links => 0
Active Links => 0
ODBC library => unixODBC
ODBC_INCLUDE => -I/usr/local/unixODBC/include
ODBC_LFLAGS => -L/usr/local/unixODBC/lib
ODBC_LIBS => -lodbc
Directive => Local Value => Master Value
odbc.allow_persistent => On => On
odbc.check_persistent => On => On
odbc.default_db => no value => no value
odbc.default_pw => <i>no value</i> => <i>no value</i>
odbc.default_user => no value => no value
odbc.defaultbinmode => return as is => return as is
odbc.defaultlrl => return up to 4096 bytes => return up to 4096 bytes
odbc.max_links => Unlimited => Unlimited
odbc.max_persistent => Unlimited => Unlimited
oggvorbis
Ogg Vorbis Wrapper => enabled
openal
OpenAL Extension => enabled
Can load WAV? => Yes
Can Stream? => Yes
openssl
OpenSSL support => enabled
OpenSSL Version => OpenSSL 0.9.7c 30 Sep 2003
overload
User-Space Object Overloading Support => enabled
panda
Panda PDF Library support => enabled
Panda object oriented API => disabled
pcntl
pcntl support => enabled
pcre
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 4.5 01-December-2003
pdf
PDF Support => enabled
PDFlib GmbH Version => 4.0.3
Revision => $Revision: 1.112.2.9 $
pgsql
PostgreSQL Support => enabled
PostgreSQL(libpq) Version => 7.5devel
Multibyte character support => enabled
SSL support => enabled
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
phpdoc
phpdoc support => enabled
PHPDoc Version => 0.0.1
posix
Revision => $Revision: 1.51.2.2 $
ps
PS Support => enabled
PSlib Version => 0.1.13
Revision => $Revision: 1.13 $
pspell
PSpell Support => enabled
radius
radius support => enabled
Revision => $Revision: 1.12 $
sasl
SASL Support => enabled
SASL API Version => 2.1.18
SASL Library Version => 2.1.18 (Cyrus SASL)
Extension Version => $Revision: 1.3 $
session
Session Support => enabled
Registered save handlers => files user mm msession
Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => Off => Off
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 => /usr/local/apache/tmp => /usr/local/apache/tmp
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => Off => Off
session pgsql
PostgreSQL Session Save Handler Support => enabled
Directive => Local Value => Master Value
session_pgsql.create_table => 1 => 1
session_pgsql.db => host=localhost dbname=php_session user=session_pgsql => host=localhost dbname=php_session user=session_pgsql
session_pgsql.disable => 1 => 1
session_pgsql.failover_mode => no value => no value
session_pgsql.gc_interval => 3600 => 3600
session_pgsql.keep_expired => no value => no value
session_pgsql.sem_file_name => /usr/local/apache/tmp/php_session_pgsql => /usr/local/apache/tmp/php_session_pgsql
session_pgsql.serializable => no value => no value
session_pgsql.short_circuit => no value => no value
session_pgsql.use_app_vars => no value => no value
session_pgsql.vacuum_interval => 21600 => 21600
shmop
shmop support => enabled
smtp
SMTP Support => Enabled
snmp
NET-SNMP Support => enabled
NET-SNMP Version => 5.0.9
soap
Soap Client => enabled
Soap Server => enabled
Directive => Local Value => Master Value
soap.wsdl_cache_dir => /tmp => /tmp
soap.wsdl_cache_enabled => 1 => 1
soap.wsdl_cache_ttl => 86400 => 86400
sockets
Sockets Support => enabled
spread
Spread Support => enabled
libspread Version => 3.17.1
sqlite
SQLite support => enabled
PECL Module version => 1.0 $Id: sqlite.c,v 1.62.2.16 2004/01/17 00:29:37 edink Exp $
SQLite Library => 2.8.11
SQLite Encoding => iso8859
Directive => Local Value => Master Value
sqlite.assoc_case => 0 => 0
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
statgrab
statgrab support => enabled
Extension version => 0.2 - $id$
stats
Statistics Support => enabled
swf
swf support => enabled
sybase_ct
Sybase_CT Support => enabled
Active Persistent Links => 0
Active Links => 0
Min server severity => 10
Min client severity => 10
Application Name => PHP 4.3.7-dev
Deadlock retry count => -1
Directive => Local Value => Master Value
sybct.allow_persistent => On => On
sybct.deadlock_retry_count => Unlimited => Unlimited
sybct.hostname => no value => no value
sybct.login_timeout => -1 => -1
sybct.max_links => Unlimited => Unlimited
sybct.max_persistent => Unlimited => Unlimited
sybct.min_client_severity => 10 => 10
sybct.min_server_severity => 10 => 10
sysvmsg
sysvmsg support => enabled
Revision => $Revision: 1.4.2.3 $
tcpwrap
tcp wrappers support => enabled
tokenizer
Tokenizer Support => enabled
uuid
uuid support => enabled
valkyrie
valkyrie support => enabled
Directive => Local Value => Master Value
valkyrie.auto_validate => Off => Off
valkyrie.config_path => no value => no value
vld
vld support => enabled
wddx
WDDX Support => enabled
WDDX Session Serializer => enabled
xdiff
xdiff support => enabled
memory limit => supported (libxdiff version >= 0.6)
xml
XML Support => active
XML Namespace Support => active
EXPAT Version => expat_1.95.7
xmlrpc
core library version => xmlrpc-epi v. 0.51
php extension version => 0.51
author => Dan Libby
homepage => http://xmlrpc-epi.sourceforge.net
open sourced by => Epinions.com
xslt
XSLT support => enabled
Backend => Sablotron
Sablotron Version => 1.0.1
Sablotron Information => Cflags: -O3 -felide-constructors -fno-exceptions -fno-rtti -march=i686 -I/usr/include/js -I/usr/include -I/usr/local/include Libs: -L/usr/local/lib -liconv -lexpat -lncurses -lreadline -ljs -export-dynamic -Wl,-rpath,/usr/local/li
b/perl5/5.8.3/i686-linux-thread-multi-64int-ld/CORE -L/usr/local/lib /usr/local/lib/perl5/5.8.3/i686-linux-thread-multi-64int-ld/auto/DynaLoader/DynaLoader.a -L/usr/local/lib/perl5/5.8.3/i686-linux-thread-multi-64int-ld/CORE -lperl -lnsl -ldl -lm -lcrypt
-lutil -lpthread -lc Prefix: /usr/local
yaz
YAZ Support => enabled
YAZ Version => 2.0.19
ZOOM => enabled
yp
YP Support => enabled
zip
Zip support => enabled
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
dbase
filepro
readline
sysvsem
sysvshm
Environment
Variable => Value
PWD => /root/src/php-4.3.x-dev
BK_USER => mysqld
MAKEFLAGS =>
ACLOCAL_FLAGS => -I/usr/share/aclocal -I/usr/share/aclocal-1.8 -I/usr/local/share/aclocal
SCRIPT_FILENAME =>
MFLAGS =>
HOSTNAME => mail.the66.org
CLASSPATH => :/usr/java
LESSOPEN => |/usr/bin/lesspipe.sh %s
CC => gcc3
REQUEST_METHOD =>
HISTCONTROL => ignorespace
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:
USER => root
MACHTYPE => i386-redhat-linux-gnu
TEST_PHP_SRCDIR => /root/src/php-4.3.x-dev
MAIL => /var/spool/mail/root
INPUTRC => /etc/inputrc
BASH_ENV => /root/.bashrc
PATH_TRANSLATED =>
LANG => de_DE@euro
QUERY_STRING =>
CONTENT_LENGTH =>
MAKELEVEL => 1
SHLVL => 4
LOGNAME => root
REDIRECT_STATUS =>
TEST_PHP_EXECUTABLE => /root/src/php-4.3.x-dev/sapi/cli/php
_ => /root/src/php-4.3.x-dev/sapi/cli/php
SHELL => /bin/sh
PKG_CONFIG_PATH => /usr/lib/pkgconfig:/usr/local/lib/pkgconfig
USERNAME => root
MC_CONTROL_FILE => /tmp/mc.22167.control
HOSTTYPE => i386
HISTSIZE => 1000
OSTYPE => linux-gnu
TERM => linux
HOME => /root
PATH => /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/java/j2sdk1.4.2/bin
CONTENT_TYPE =>
PHP Variables
Variable => Value
PHP_SELF =>
_SERVER["PWD"] => /root/src/php-4.3.x-dev
_SERVER["BK_USER"] => mysqld
_SERVER["MAKEFLAGS"] =>
_SERVER["ACLOCAL_FLAGS"] => -I/usr/share/aclocal -I/usr/share/aclocal-1.8 -I/usr/local/share/aclocal
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["MFLAGS"] =>
_SERVER["HOSTNAME"] => mail.the66.org
_SERVER["CLASSPATH"] => :/usr/java
_SERVER["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_SERVER["CC"] => gcc3
_SERVER["REQUEST_METHOD"] =>
_SERVER["HISTCONTROL"] => ignorespace
_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["USER"] => root
_SERVER["MACHTYPE"] => i386-redhat-linux-gnu
_SERVER["TEST_PHP_SRCDIR"] => /root/src/php-4.3.x-dev
_SERVER["MAIL"] => /var/spool/mail/root
_SERVER["INPUTRC"] => /etc/inputrc
_SERVER["BASH_ENV"] => /root/.bashrc
_SERVER["PATH_TRANSLATED"] =>
_SERVER["LANG"] => de_DE@euro
_SERVER["QUERY_STRING"] =>
_SERVER["CONTENT_LENGTH"] =>
_SERVER["MAKELEVEL"] => 1
_SERVER["SHLVL"] => 4
_SERVER["LOGNAME"] => root
_SERVER["REDIRECT_STATUS"] =>
_SERVER["TEST_PHP_EXECUTABLE"] => /root/src/php-4.3.x-dev/sapi/cli/php
_SERVER["_"] => /root/src/php-4.3.x-dev/sapi/cli/php
_SERVER["SHELL"] => /bin/sh
_SERVER["PKG_CONFIG_PATH"] => /usr/lib/pkgconfig:/usr/local/lib/pkgconfig
_SERVER["USERNAME"] => root
_SERVER["MC_CONTROL_FILE"] => /tmp/mc.22167.control
_SERVER["HOSTTYPE"] => i386
_SERVER["HISTSIZE"] => 1000
_SERVER["OSTYPE"] => linux-gnu
_SERVER["TERM"] => linux
_SERVER["HOME"] => /root
_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:/usr/java/j2sdk1.4.2/bin
_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.
|