| noreply@php.net 2004-12-29, 8:55 pm |
|
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
dbx_query [ext/dbx/tests/005.phpt]
dbx_sort [ext/dbx/tests/007.phpt]
dbx_compare [ext/dbx/tests/008.phpt]
dbx_escape_string [ext/dbx/tests/009.phpt]
Bug #24142 (round() problems) [ext/standard/tests/math/bug24142.phpt]
Bug #25694 (round() and number_format() inconsistency) [ext/standard/tests/math/bug25694.phpt]
Bug #28325 (Problem in serialisation of circular references) [ext/standard/tests/serialize/bug28325.phpt]
========================================
=============================
========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 55
Exts tested : 33
---------------------------------------------------------------------
Number of tests : 611
Tests skipped : 135 (22.1%)
Tests warned : 0 (0.0%)
Tests failed : 7 (1.1%)
Tests passed : 469 (76.8%)
---------------------------------------------------------------------
Time taken : 471 seconds
========================================
=============================
========================================
========================================
/seagate/src/php-4.3.10/ext/dbx/tests/005.phpt
========================================
========================================
---- EXPECTED OUTPUT
1.root.empty fields.0
10.abc.field2 contains single quote.3
20.cba.field2 contains double quote.3
30.bac.field2 contains >4k text.4591
40.100.field2 contains >64k text.70051
50.20.empty fields.0
60.20.empty fields.0
changed_value
insert-query: dbx_query works ok
999999.temporary_record.0
update-query: dbx_query works ok
999999.temporary_record.11
delete-query: dbx_query works ok
column name lowercased: id.1.root
column name uppercased: ID.1.root
wrong dbx_link_object: query failure works ok
wrong sql-statement: query failure works ok
too many parameters: query failure works ok
too few parameters: query failure works ok
---- ACTUAL OUTPUT
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/005.php on line 18
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/005.php on line 26
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/005.php on line 35
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/005.php on line 44
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/005.php on line 53
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/005.php on line 57
wrong dbx_link_object: query failure works ok
wrong sql-statement: query failure works ok
too many parameters: query failure works ok
too few parameters: query failure works ok
---- FAILED
========================================
========================================
001- 1.root.empty fields.0
001+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
002- 10.abc.field2 contains single quote.3
002+ in /seagate/src/php-4.3.10/ext/dbx/tests/005.php on line 18
003- 20.cba.field2 contains double quote.3
003+
004- 30.bac.field2 contains >4k text.4591
004+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
005- 40.100.field2 contains >64k text.70051
005+ in /seagate/src/php-4.3.10/ext/dbx/tests/005.php on line 26
006- 50.20.empty fields.0
006+
007- 60.20.empty fields.0
007+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
008- changed_value
008+ in /seagate/src/php-4.3.10/ext/dbx/tests/005.php on line 35
009- insert-query: dbx_query works ok
009+
010- 999999.temporary_record.0
010+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
011- update-query: dbx_query works ok
011+ in /seagate/src/php-4.3.10/ext/dbx/tests/005.php on line 44
012- 999999.temporary_record.11
012+
013- delete-query: dbx_query works ok
013+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
014- column name lowercased: id.1.root
014+ in /seagate/src/php-4.3.10/ext/dbx/tests/005.php on line 53
015- column name uppercased: ID.1.root
015+
016- wrong dbx_link_object: query failure works ok
016+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
017- wrong sql-statement: query failure works ok
017+ in /seagate/src/php-4.3.10/ext/dbx/tests/005.php on line 57
018- too many parameters: query failure works ok
018+ wrong dbx_link_object: query failure works ok
019- too few parameters: query failure works ok
019+ wrong sql-statement: query failure works ok
020+ too many parameters: query failure works ok
021+ too few parameters: query failure works ok
========================================
========================================
========================================
========================================
/seagate/src/php-4.3.10/ext/dbx/tests/007.phpt
========================================
========================================
---- EXPECTED OUTPUT
10.abc
20.cba
30.bac
40.100
50.20
60.20
40.100
50.20
60.20
10.abc
30.bac
20.cba
wrong dbx_result_object: dbx_sort failure works ok
nonexisting compare function: dbx_sort will NOT complain
invalid compare function: dbx_sort will NOT complain
too many parameters: dbx_sort failure works ok
too few parameters: dbx_sort failure works ok
---- ACTUAL OUTPUT
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/007.php on line 20
this won't work
Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/007.php on line 27
wrong dbx_result_object: dbx_sort failure works ok
Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/007.php on line 35
Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/007.php on line 38
too many parameters: dbx_sort failure works ok
too few parameters: dbx_sort failure works ok
---- FAILED
========================================
========================================
001- 10.abc
001+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
002- 20.cba
002+ in /seagate/src/php-4.3.10/ext/dbx/tests/007.php on line 20
003- 30.bac
003+ this won't work
004- 40.100
004+
005- 50.20
005+ Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/007.php on line 27
006- 60.20
006+ wrong dbx_result_object: dbx_sort failure works ok
007- 40.100
007+
008- 50.20
008+ Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/007.php on line 35
009- 60.20
009+
010- 10.abc
010+ Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/007.php on line 38
011- 30.bac
011+ too many parameters: dbx_sort failure works ok
012- 20.cba
012+ too few parameters: dbx_sort failure works ok
013- wrong dbx_result_object: dbx_sort failure works ok
014- nonexisting compare function: dbx_sort will NOT complain
015- invalid compare function: dbx_sort will NOT complain
016- too many parameters: dbx_sort failure works ok
017- too few parameters: dbx_sort failure works ok
========================================
========================================
========================================
========================================
/seagate/src/php-4.3.10/ext/dbx/tests/008.phpt
========================================
========================================
---- EXPECTED OUTPUT
10.abc
20.cba
30.bac
40.100
50.20
60.20
40.100
50.20
60.20
10.abc
30.bac
20.cba
20.cba
30.bac
10.abc
50.20
60.20
40.100
40.100
60.20
50.20
10.abc
30.bac
20.cba
20.cba
30.bac
10.abc
60.20
50.20
40.100
40.100
50.20
60.20
10.abc
30.bac
20.cba
10.0
20.0
30.0
50.20
60.20
40.100
wrong parameters: dbx_compare failure works ok
too many parameters: dbx_compare failure works ok
too few parameters: dbx_compare failure works ok
---- ACTUAL OUTPUT
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 45
this won't work
Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 52
Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 57
Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 62
Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 67
Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 72
Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 77
wrong parameters: dbx_compare failure works ok
too many parameters: dbx_compare failure works ok
too few parameters: dbx_compare failure works ok
---- FAILED
========================================
========================================
001- 10.abc
001+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
002- 20.cba
002+ in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 45
003- 30.bac
003+ this won't work
004- 40.100
004+
005- 50.20
005+ Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 52
006- 60.20
006+
007- 40.100
007+ Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 57
008- 50.20
008+
009- 60.20
009+ Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 62
010- 10.abc
010+
011- 30.bac
011+ Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 67
012- 20.cba
012+
013- 20.cba
013+ Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 72
014- 30.bac
014+
015- 10.abc
015+ Warning: Wrong argument type for sort in /seagate/src/php-4.3.10/ext/dbx/tests/008.php on line 77
016- 50.20
016+ wrong parameters: dbx_compare failure works ok
017- 60.20
017+ too many parameters: dbx_compare failure works ok
018- 40.100
018+ too few parameters: dbx_compare failure works ok
019- 40.100
020- 60.20
021- 50.20
022- 10.abc
023- 30.bac
024- 20.cba
025- 20.cba
026- 30.bac
027- 10.abc
028- 60.20
029- 50.20
030- 40.100
031- 40.100
032- 50.20
033- 60.20
034- 10.abc
035- 30.bac
036- 20.cba
037- 10.0
038- 20.0
039- 30.0
040- 50.20
041- 60.20
042- 40.100
043- wrong parameters: dbx_compare failure works ok
044- too many parameters: dbx_compare failure works ok
045- too few parameters: dbx_compare failure works ok
========================================
========================================
========================================
========================================
/seagate/src/php-4.3.10/ext/dbx/tests/009.phpt
========================================
========================================
---- EXPECTED OUTPUT
ok: no special characters
ok: quote ' string
ok: doublequote " string
ok: backslash \ string
ok: backslash and quote \ ' string
ok: ampersand & string
wrong dbx_link_object: escape_string failure works ok
too many parameters: escape_string failure works ok
too few parameters: escape_string failure works ok
---- ACTUAL OUTPUT
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 13
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 20
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 20
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 20
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 20
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 20
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 20
Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 33
wrong dbx_link_object: escape_string failure works ok
too many parameters: escape_string failure works ok
too few parameters: escape_string failure works ok
---- FAILED
========================================
========================================
001- ok: no special characters
001+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
002- ok: quote ' string
002+ in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 13
003- ok: doublequote " string
003+
004- ok: backslash \ string
004+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
005- ok: backslash and quote \ ' string
005+ in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 20
006- ok: ampersand & string
006+
007- wrong dbx_link_object: escape_string failure works ok
007+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
008- too many parameters: escape_string failure works ok
008+ in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 20
009- too few parameters: escape_string failure works ok
009+
010+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
011+ in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 20
012+
013+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
014+ in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 20
015+
016+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
017+ in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 20
018+
019+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
020+ in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 20
021+
022+ Warning: ociexecute(): OCIStmtExecute: ORA-00942: Tabelle oder View nicht vorhanden
023+ in /seagate/src/php-4.3.10/ext/dbx/tests/009.php on line 33
024+ wrong dbx_link_object: escape_string failure works ok
025+ too many parameters: escape_string failure works ok
026+ too few parameters: escape_string failure works ok
========================================
========================================
========================================
========================================
/seagate/src/php-4.3.10/ext/standard/tests/math/bug24142.phpt
========================================
========================================
---- EXPECTED OUTPUT
round(0.005, 2) -> 0.01
round(0.015, 2) -> 0.02
round(0.025, 2) -> 0.03
round(0.035, 2) -> 0.04
round(0.045, 2) -> 0.05
round(0.055, 2) -> 0.06
round(0.065, 2) -> 0.07
round(0.075, 2) -> 0.08
round(0.085, 2) -> 0.09
---- ACTUAL OUTPUT
round(0.005, 2) -> 0.01
round(0.015, 2) -> 0.01
round(0.025, 2) -> 0.03
round(0.035, 2) -> 0.04
round(0.045, 2) -> 0.05
round(0.055, 2) -> 0.06
round(0.065, 2) -> 0.07
round(0.075, 2) -> 0.07
round(0.085, 2) -> 0.08
---- FAILED
========================================
========================================
002- round(0.015, 2) -> 0.02
002+ round(0.015, 2) -> 0.01
008- round(0.075, 2) -> 0.08
008+ round(0.075, 2) -> 0.07
009- round(0.085, 2) -> 0.09
009+ round(0.085, 2) -> 0.08
========================================
========================================
========================================
========================================
/seagate/src/php-4.3.10/ext/standard/tests/math/bug25694.phpt
========================================
========================================
---- EXPECTED OUTPUT
round 0.045 = 0.05
number format 0.045 = 0.05
round 0.055 = 0.06
number format 0.055 = 0.06
round 5.045 = 5.05
number format 5.045 = 5.05
round 5.055 = 5.06
number format 5.055 = 5.06
round 3.025 = 3.03
number format 3.025 = 3.03
round 4.025 = 4.03
number format 4.025 = 4.03
---- ACTUAL OUTPUT
round 0.045 = 0.04
number format 0.045 = 0.04
round 0.055 = 0.06
number format 0.055 = 0.06
round 5.045 = 5.04
number format 5.045 = 5.04
round 5.055 = 5.05
number format 5.055 = 5.05
round 3.025 = 3.02
number format 3.025 = 3.02
round 4.025 = 4.03
number format 4.025 = 4.03
---- FAILED
========================================
========================================
001- round 0.045 = 0.05
001+ round 0.045 = 0.04
002- number format 0.045 = 0.05
002+ number format 0.045 = 0.04
007- round 5.045 = 5.05
007+ round 5.045 = 5.04
008- number format 5.045 = 5.05
008+ number format 5.045 = 5.04
010- round 5.055 = 5.06
010+ round 5.055 = 5.05
011- number format 5.055 = 5.06
011+ number format 5.055 = 5.05
013- round 3.025 = 3.03
013+ round 3.025 = 3.02
014- number format 3.025 = 3.03
014+ number format 3.025 = 3.02
========================================
========================================
========================================
========================================
/seagate/src/php-4.3.10/ext/standard/tests/serialize/bug28325.phpt
========================================
========================================
---- EXPECTED OUTPUT
object(a)(1) {
["b"]=>
object(b)(1) {
["c"]=>
object(c)(1) {
["d"]=>
object(a)(1) {
["b"]=>
object(b)(1) {
["c"]=>
object(c)(1) {
["d"]=>
NULL
}
}
}
}
}
}
---- ACTUAL OUTPUT
object(a)(1) {
["b"]=>
object(b)(1) {
["c"]=>
object(c)(1) {
["d"]=>
object(a)(1) {
["b"]=>
object(b)(1) {
["c"]=>
object(c)(1) {
["d"]=>
*RECURSION*
}
}
}
}
}
}
---- FAILED
========================================
========================================
013- NULL
013+ *RECURSION*
========================================
========================================
========================================
========================================
BUILD ENVIRONMENT
========================================
========================================
OS:
Linux - Linux linux 2.4.27 #4 Mon Aug 9 09:26:14 CEST 2004 i686
Automake:
automake (GNU automake) 1.9.1
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 /seagate/gcc343/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: ./configure --prefix=/seagate/gcc343
Thread model: posix
gcc version 3.4.3
Bison:
GNU Bison version 1.28
Libraries:
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40022000)
libmcal.so => /usr/lib/libmcal.so (0x4004f000)
libmm.so.11 => /usr/lib/libmm.so.11 (0x40060000)
libpdf.so.2 => /usr/local/lib/libpdf.so.2 (0x40064000)
libm.so.6 => /lib/libm.so.6 (0x40148000)
libz.so.1 => /lib/libz.so.1 (0x4016b000)
libpng.so.2 => /usr/lib/libpng.so.2 (0x4017a000)
libmysqlclient.so.12 => /opt/mysql4/lib/mysql/libmysqlclient.so.12 (0x401ac000)
libmcrypt.so.4 => /usr/lib/libmcrypt.so.4 (0x401d0000)
libltdl.so.3 => /usr/lib/libltdl.so.3 (0x40214000)
libdl.so.2 => /lib/libdl.so.2 (0x4021b000)
libt1.so.5 => /opt/t1lib/lib/libt1.so.5 (0x4021f000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40275000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x402b0000)
libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40393000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x403a2000)
libdb-4.3.so => /opt/bdb43/lib/libdb-4.3.so (0x403c1000)
libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x40492000)
libresolv.so.2 => /lib/libresolv.so.2 (0x404a2000)
libnsl.so.1 => /lib/libnsl.so.1 (0x404b4000)
libcurl.so.3 => /opt/curl/lib/libcurl.so.3 (0x404ca000)
libxml2.so.2 => /opt/libxml2/lib/libxml2.so.2 (0x405c3000)
libpthread.so.0 => /lib/libpthread.so.0 (0x406d7000)
libclntsh.so.8.0 => /opt/oracle/product/8.1.7/lib/libclntsh.so.8.0 (0x406ed000)
libc.so.6 => /lib/libc.so.6 (0x40c61000)
libwtc8.so => /opt/oracle/product/8.1.7/lib/libwtc8.so (0x40d87000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
User's E-mail: s dot pfalz at teles dot de
========================================
========================================
PHPINFO
========================================
========================================
phpinfo()
PHP Version => 4.3.10
System => Linux linux 2.4.27 #4 Mon Aug 9 09:26:14 CEST 2004 i686
Build Date => Dec 29 2004 17:41:31
Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs' '--with-config-file-path=/opt/apache2/conf' '--enable-cli' '--enable-sigchild' '--disable-debug' '--enable-libgcc' '--with-openssl=/opt/openssl' '--with-zlib=/usr' '--enable-bcmath'
'--with-bz2' '--enable-calendar' '--disable-ctype' '--with-curl=/opt/curl' '--enable-dba' '--with-db4=/opt/bdb43' '--enable-dbx' '--enable-dio' '--enable-exif' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-zlib-dir=/usr'
'--with-xpm-dir=/usr' '--with-ttf=/usr' '--with-freetype-dir=/usr' '--with-t1lib=/opt/t1lib' '--enable-gd-native-ttf' '--with-gettext' '--enable-mbstring' '--enable-mbregex' '--with-mcal=/usr' '--with-mcrypt=/usr' '--without-msql' '--with-mysql=/opt/mysql
4' '--with-oci8' '--with-pdflib=/usr/local' '--with-mm=/usr' '--enable-shmop' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-dom=/opt/libxml2' '--enable-mime-magic' '--enable-track-vars' !
'--disable-trans-sid' '--with-pear=/html/pear' '--with-gnu-ld' '--with-tsrm-pthreads'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /opt/apache2/conf/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
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Optimizer v2.5.7, Copyright (c) 1998-2004, by Zend Technologies
________________________________________
_______________________________
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 => no value => no value
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 => .html => .html
docref_root => http://195.4.13.68/phpmanual/ => http://195.4.13.68/phpmanual/
enable_dl => On => On
error_append_string => no value => no value
error_log => /var/log/apache2/php_errors.log => /var/log/apache2/php_errors.log
error_prepend_string => no value => no value
error_reporting => 2039 => 2039
expose_php => On => On
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 => Off
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => Off
include_path => .:/html/Smarty:/html/pear => .:/html/Smarty:/html/pear
log_errors => On => On
log_errors_max_len => 0 => 0
magic_quotes_gpc => Off => Off
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
max_execution_time => 0 => 86400
max_input_time => 86400 => 86400
open_basedir => no value => no value
output_buffering => 0 => no value
output_handler => no value => no value
post_max_size => 256M => 256M
precision => 14 => 14
register_argc_argv => On => Off
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 => 256M => 256M
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
Zend Optimizer
Optimization Pass 1 => enabled
Optimization Pass 2 => enabled
Optimization Pass 3 => enabled
Optimization Pass 4 => enabled
Optimization Pass 9 => disabled
Zend Loader => disabled
License Path =>
bcmath
BCMath support => enabled
bz2
BZip2 Support => Enabled
BZip2 Version => 1.0.2, 30-Dec-2001
calendar
Calendar support => enabled
curl
CURL support => enabled
CURL Information => libcurl/7.12.0 OpenSSL/0.9.7d ipv6 zlib/1.1.3
dba
DBA support => enabled
Supported handlers => 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 => 20610
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
exif
EXIF Support => enabled
EXIF Version => 1.4 $Id: exif.c,v 1.118.2.29 2004/11/10 01:44:58 iliaa Exp $
Supported EXIF Version => 0220
Supported filetypes => JPEG,TIFF
ftp
FTP support => enabled
gd
GD Support => enabled
GD Version => bundled (2.0.28 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
T1Lib Support => enabled
GIF Read Support => enabled
GIF Create Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled
gettext
GetText Support => enabled
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.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
mysql
MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 4.0.21
MYSQL_MODULE_TYPE => external
MYSQL_SOCKET => /var/lib/mysql/mysql4.sock
MYSQL_INCLUDE => -I/opt/mysql4/include/mysql
MYSQL_LIBS => -L/opt/mysql4/lib/mysql -lmysqlclient
Directive => Local Value => Master Value
mysql.allow_persistent => On => On
mysql.connect_timeout => 15 => 15
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.16 $
Oracle Version => 8.1
Compile-time ORACLE_HOME => /opt/oracle/product/8.1.7
Libraries Used =>
openssl
OpenSSL support => enabled
OpenSSL Version => OpenSSL 0.9.7e 25 Oct 2004
overload
User-Space Object Overloading 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 => 5.0.2
Revision => $Revision: 1.112.2.11 $
posix
Revision => $Revision: 1.51.2.2 $
session
Session Support => enabled
Registered save handlers => files user mm
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 => 120 => 120
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 => 1000 => 1000
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /tmp => /tmp
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => Off => Off
shmop
shmop support => enabled
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 => 15 => 15
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 => PHP => PHP
sysvmsg
sysvmsg support => enabled
Revision => $Revision: 1.4.2.3 $
tokenizer
Tokenizer Support => enabled
xml
XML Support => active
XML Namespace Support => active
EXPAT Version => 1.95.6
zlib
ZLib Support => enabled
Compiled Version => 1.2.1
Linked Version => 1.1.3
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
sysvshm
Environment
Variable => Value
PWD => /seagate/src/php-4.3.10
XERCESCROOT => /seagate/src/xerces-c-src_2_5_0
ORACLE_SID => ORADEV
TMPDIR => /tmp
MAKEFLAGS =>
SCRIPT_FILENAME =>
MFLAGS =>
HOSTNAME => linux
LD_LIBRARY_PATH => /opt/oracle/product/8.1.7/lib:/opt/oracle/product/8.1.7/ctx/lib
LS_OPTIONS => -a -N --color=tty -T 0
SUSE_DOC_HOST => sgllinux.teles.de
CLASSPATH => /opt/oracle/product/8.1.7/JRE:/opt/oracle/product/8.1.7/jlib:/opt/oracle/product/8.1.7/rdbms/jlib:/opt/oracle/product/8.1.7/network/jlib
ORGANIZATION => TEUS GmbH
XERCES_INCLUDE => /usr/local/include/xercesc
CC => /seagate/gcc/bin/gcc
PERLDOC => -U
NNTPSERVER => news.cs.tu-berlin.de
REQUEST_METHOD =>
LS_COLORS => no=00:fi=00:di=01;34:ln=01:pi=40;33:so=0
1;35:bd=40;33;01:cd=40;33;01:or=40;31;01
:ex=01;31:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00
;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tbz2=00;31:*.png=01;35:*.bmp=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.pcx=01;35:*.ppm=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.wav=00;32:*.mp3=00;32:*.au=00;32:*.aiff=00;32:*.mid=00;32:*.
voc=00;32:
RC_LC_COLLATE => POSIX
MACHTYPE => i686-suse-linux
TEST_PHP_SRCDIR => /seagate/src/php-4.3.10
MAIL => /var/mail/root
PATH_TRANSLATED =>
LESS_ADVANCED_PREPROCESSOR => no
QUERY_STRING =>
CONTENT_LENGTH =>
ORACLE_BASE => /opt/oracle
HOST => linux
MAKELEVEL => 1
ORACLE_HOME => /opt/oracle/product/8.1.7
ORACLE_TERM => xterm
COLORTERM => 1
XERCES_LIB => /usr/local/lib
DISPLAY => linux:10.4
SHLVL => 3
LOGNAME => root
MINICOM => -c on
INFODIR => /usr/local/info:/usr/share/info:/usr/info
REDIRECT_STATUS =>
TEST_PHP_EXECUTABLE => /seagate/src/php-4.3.10/sapi/cli/php
_ => /seagate/src/php-4.3.10/sapi/cli/php
ORA_NLS33 => /opt/oracle/product/8.1.7/ocommon/nls/admin/data
SHELL => /bin/sh
PRINTER => lp
CPU => i686
HOSTTYPE => i386
OSTYPE => linux
no_proxy => localhost
TERM => xterm
HOME => /root
XNLSPATH => /usr/X11R6/lib/X11/nls
SSH_AUTH_SOCK => /tmp/ssh-XXgZgacs/agent.12923
NLS_LANG => GERMAN_GERMANY.WE8ISO8859P1
PATH => /seagate/gcc/bin:/opt/subversion/bin:/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/lib/java/bin:/usr/games/bin:/usr/games:/opt/gnome/bin:/opt/kde2/bin:/opt/gnome/bin:/opt/oracle/product/8.1.7/bin:/opt/m
ysql4/bin
FROM_HEADER => teles.de
SSH_TTY => /dev/pts/1
CONTENT_TYPE =>
PHP Variables
Variable => Value
_SERVER["PWD"] => /seagate/src/php-4.3.10
_SERVER["XERCESCROOT"] => /seagate/src/xerces-c-src_2_5_0
_SERVER["ORACLE_SID"] => ORADEV
_SERVER["TMPDIR"] => /tmp
_SERVER["MAKEFLAGS"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["MFLAGS"] =>
_SERVER["HOSTNAME"] => linux
_SERVER["LD_LIBRARY_PATH"] => /opt/oracle/product/8.1.7/lib:/opt/oracle/product/8.1.7/ctx/lib
_SERVER["LS_OPTIONS"] => -a -N --color=tty -T 0
_SERVER["SUSE_DOC_HOST"] => sgllinux.teles.de
_SERVER["CLASSPATH"] => /opt/oracle/product/8.1.7/JRE:/opt/oracle/product/8.1.7/jlib:/opt/oracle/product/8.1.7/rdbms/jlib:/opt/oracle/product/8.1.7/network/jlib
_SERVER["ORGANIZATION"] => TEUS GmbH
_SERVER["XERCES_INCLUDE"] => /usr/local/include/xercesc
_SERVER["CC"] => /seagate/gcc/bin/gcc
_SERVER["PERLDOC"] => -U
_SERVER["NNTPSERVER"] => news.cs.tu-berlin.de
_SERVER["REQUEST_METHOD"] =>
_SERVER["LS_COLORS"] => no=00:fi=00:di=01;34:ln=01:pi=40;33:so=0
1;35:bd=40;33;01:cd=40;33;01:or=40;31;01
:ex=01;31:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.arj=00;31:*.taz=00;
31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tbz2=00;31:*.png=01;35:*.bmp=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.pcx=01;35:*.ppm=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.wav=00;32:*.mp3=00;32:*.au=00;32:*.aiff=00;32:*.m
id=00;32:*.voc=00;32:
_SERVER["RC_LC_COLLATE"] => POSIX
_SERVER["MACHTYPE"] => i686-suse-linux
_SERVER["TEST_PHP_SRCDIR"] => /seagate/src/php-4.3.10
_SERVER["MAIL"] => /var/mail/root
_SERVER["PATH_TRANSLATED"] =>
_SERVER["LESS_ADVANCED_PREPROCESSOR"] => no
_SERVER["QUERY_STRING"] =>
_SERVER["CONTENT_LENGTH"] =>
_SERVER["ORACLE_BASE"] => /opt/oracle
_SERVER["HOST"] => linux
_SERVER["MAKELEVEL"] => 1
_SERVER["ORACLE_HOME"] => /opt/oracle/product/8.1.7
_SERVER["ORACLE_TERM"] => xterm
_SERVER["COLORTERM"] => 1
_SERVER["XERCES_LIB"] => /usr/local/lib
_SERVER["DISPLAY"] => linux:10.4
_SERVER["SHLVL"] => 3
_SERVER["LOGNAME"] => root
_SERVER["MINICOM"] => -c on
_SERVER["INFODIR"] => /usr/local/info:/usr/share/info:/usr/info
_SERVER["REDIRECT_STATUS"] =>
_SERVER["TEST_PHP_EXECUTABLE"] => /seagate/src/php-4.3.10/sapi/cli/php
_SERVER["_"] => /seagate/src/php-4.3.10/sapi/cli/php
_SERVER["ORA_NLS33"] => /opt/oracle/product/8.1.7/ocommon/nls/admin/data
_SERVER["SHELL"] => /bin/sh
_SERVER["PRINTER"] => lp
_SERVER["CPU"] => i686
_SERVER["HOSTTYPE"] => i386
_SERVER["OSTYPE"] => linux
_SERVER["no_proxy"] => localhost
_SERVER["TERM"] => xterm
_SERVER["HOME"] => /root
_SERVER["XNLSPATH"] => /usr/X11R6/lib/X11/nls
_SERVER["SSH_AUTH_SOCK"] => /tmp/ssh-XXgZgacs/agent.12923
_SERVER["NLS_LANG"] => GERMAN_GERMANY.WE8ISO8859P1
_SERVER["PATH"] => /seagate/gcc/bin:/opt/subversion/bin:/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/lib/java/bin:/usr/games/bin:/usr/games:/opt/gnome/bin:/opt/kde2/bin:/opt/gnome/bin:/opt/oracle/product/8.1.7
/bin:/opt/mysql4/bin
_SERVER["FROM_HEADER"] => teles.de
_SERVER["SSH_TTY"] => /dev/pts/1
_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.
|