| noreply@php.net 2004-05-06, 10:37 pm |
|
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
DBA File Creation Test [ext/dba/tests/dba001.phpt] (info: DB2 handler used)
DBA Insert/Fetch Test [ext/dba/tests/dba002.phpt] (info: DB2 handler used)
DBA Insert/Replace/Fetch Test [ext/dba/tests/dba003.phpt] (info: DB2 handler used)
DBA Multiple Insert/Fetch Test [ext/dba/tests/dba004.phpt] (info: DB2 handler used)
DBA FirstKey/NextKey Loop Test With 5 Items [ext/dba/tests/dba005.phpt] (info: DB2 handler used)
DBA FirstKey/NextKey with 2 deletes [ext/dba/tests/dba006.phpt] (info: DB2 handler used)
DBA Multiple File Creation Test [ext/dba/tests/dba007.phpt] (info: DB2 handler used)
DBA magic_quotes_runtime Test [ext/dba/tests/dba008.phpt] (info: DB2 handler used)
DBA DB2 handler test [ext/dba/tests/dba_db2.phpt]
htmlentities() test 2 (setlocale / fr_FR.ISO-8859-15) [ext/standard/tests/strings/htmlentities02.phpt]
========================================
=============================
========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 76
Exts tested : 12
---------------------------------------------------------------------
Number of tests : 443
Tests skipped : 210 (47.4%)
Tests failed : 10 ( 2.3%)
Tests passed : 223 (50.3%)
---------------------------------------------------------------------
Time taken : 30 seconds
========================================
=============================
========================================
========================================
/usr/src/apache/php-4.3.0/ext/dba/tests/dba001.phpt
========================================
========================================
---- EXPECTED OUTPUT
database handler: %s
database file created
---- ACTUAL OUTPUT
database handler: db2
---- FAILED
========================================
========================================
001- database handler: %s
001+ database handler: db2
002- database file created
========================================
========================================
========================================
========================================
/usr/src/apache/php-4.3.0/ext/dba/tests/dba002.phpt
========================================
========================================
---- EXPECTED OUTPUT
database handler: %s
This is a test insert
---- ACTUAL OUTPUT
database handler: db2
---- FAILED
========================================
========================================
001- database handler: %s
001+ database handler: db2
002- This is a test insert
========================================
========================================
========================================
========================================
/usr/src/apache/php-4.3.0/ext/dba/tests/dba003.phpt
========================================
========================================
---- EXPECTED OUTPUT
database handler: %s
This is the replacement text
---- ACTUAL OUTPUT
database handler: db2
---- FAILED
========================================
========================================
001- database handler: %s
001+ database handler: db2
002- This is the replacement text
========================================
========================================
========================================
========================================
/usr/src/apache/php-4.3.0/ext/dba/tests/dba004.phpt
========================================
========================================
---- EXPECTED OUTPUT
database handler: %s
Another Content String Content String 2
---- ACTUAL OUTPUT
database handler: db2
---- FAILED
========================================
========================================
001- database handler: %s
001+ database handler: db2
002- Another Content String Content String 2
========================================
========================================
========================================
========================================
/usr/src/apache/php-4.3.0/ext/dba/tests/dba005.phpt
========================================
========================================
---- EXPECTED OUTPUT
database handler: %s
5YYYYY
---- ACTUAL OUTPUT
database handler: db2
---- FAILED
========================================
========================================
001- database handler: %s
001+ database handler: db2
002- 5YYYYY
========================================
========================================
========================================
========================================
/usr/src/apache/php-4.3.0/ext/dba/tests/dba006.phpt
========================================
========================================
---- EXPECTED OUTPUT
database handler: %s
3NYNYY
---- ACTUAL OUTPUT
database handler: db2
---- FAILED
========================================
========================================
001- database handler: %s
001+ database handler: db2
002- 3NYNYY
========================================
========================================
========================================
========================================
/usr/src/apache/php-4.3.0/ext/dba/tests/dba007.phpt
========================================
========================================
---- EXPECTED OUTPUT
database handler: %s
database file created
database file created
database file created
array(3) {
[%d]=>
string(%d) "%sext/dba/tests/test0.dbm"
[%d]=>
string(%d) "%sext/dba/tests/test1.dbm"
[%d]=>
string(%d) "%sext/dba/tests/test2.dbm"
}
---- ACTUAL OUTPUT
database handler: db2
---- FAILED
========================================
========================================
001- database handler: %s
001+ database handler: db2
002- database file created
003- database file created
004- database file created
005- array(3) {
006- [%d]=>
007- string(%d) "%sext/dba/tests/test0.dbm"
008- [%d]=>
009- string(%d) "%sext/dba/tests/test1.dbm"
010- [%d]=>
011- string(%d) "%sext/dba/tests/test2.dbm"
012- }
========================================
========================================
========================================
========================================
/usr/src/apache/php-4.3.0/ext/dba/tests/dba008.phpt
========================================
========================================
---- EXPECTED OUTPUT
database handler: %s
string(1) """
string(2) "\""
string(2) "\""
string(1) """
---- ACTUAL OUTPUT
database handler: db2
---- FAILED
========================================
========================================
001- database handler: %s
001+ database handler: db2
002- string(1) """
003- string(2) "\""
004- string(2) "\""
005- string(1) """
========================================
========================================
========================================
========================================
/usr/src/apache/php-4.3.0/ext/dba/tests/dba_db2.phpt
========================================
========================================
---- EXPECTED OUTPUT
database handler: db2
3NYNYY
Content String 2
Content 2 replaced
Read during write: not allowed
Content 2 replaced 2nd time
The 6th value
array(3) {
["key number 6"]=>
string(13) "The 6th value"
["key2"]=>
string(27) "Content 2 replaced 2nd time"
["key5"]=>
string(23) "The last content string"
}
---- ACTUAL OUTPUT
database handler: db2
---- FAILED
========================================
========================================
002- 3NYNYY
003- Content String 2
004- Content 2 replaced
005- Read during write: not allowed
006- Content 2 replaced 2nd time
007- The 6th value
008- array(3) {
009- ["key number 6"]=>
010- string(13) "The 6th value"
011- ["key2"]=>
012- string(27) "Content 2 replaced 2nd time"
013- ["key5"]=>
014- string(23) "The last content string"
015- }
========================================
========================================
========================================
========================================
/usr/src/apache/php-4.3.0/ext/standard/tests/strings/htmlentities02.phpt
========================================
========================================
---- EXPECTED OUTPUT
string(20) "ŒœŸ"
---- ACTUAL OUTPUT
string(24) "¼½¾"
---- FAILED
========================================
========================================
001- string(20) "ŒœŸ"
001+ string(24) "¼½¾"
========================================
========================================
========================================
========================================
BUILD ENVIRONMENT
========================================
========================================
OS:
Linux
Automake:
automake (GNU automake) 1.4
Copyright (C) 1999 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 version 2.13
Libtool:
ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52)
Compiler:
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-81)
Bison:
GNU Bison version 1.28
User's E-mail: webalerts at gjusa dot com
========================================
========================================
PHPINFO
========================================
========================================
phpinfo()
PHP Version => 4.3.0
System => Linux cleveland.gjbig.com 2.4.9-34smp #1 SMP Sat Jun 1 06:15:25 EDT 2002 i686
Build Date => May 5 2004 14:03:57
Configure Command => './configure' '--with-mysql=/usr' '--with-apache=../apache_1.3.26' '--enable-track-vars' '--with-ldap=/usr' '--with-db' '--with-db2' '--with-db3' '--with-dba=shared'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
Thread Safety => disabled
Registered PHP Streams => php, http, ftp
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2002 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_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 => http://www.php.net/ => http://www.php.net/
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => no value => no value
expose_php => On => On
extension_dir => /usr/local/lib/php/extensions/no-debug-non-zts-20020429 => /usr/local/lib/php/extensions/no-debug-non-zts-20020429
file_uploads => On => On
gpc_order => GPC => GPC
highlight.bg => #FFFFFF => #FFFFFF
highlight.comment => #FF8000 => #FF8000
highlight.default => #0000BB => #0000BB
highlight.html => #000000 => #000000
highlight.keyword => #007700 => #007700
highlight.string => #DD0000 => #DD0000
html_errors => Off => On
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => Off
include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => On => On
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
max_execution_time => 0 => 30
max_input_time => -1 => -1
open_basedir => no value => no value
output_buffering => 0 => 0
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
register_argc_argv => On => On
register_globals => Off => Off
report_memleaks => On => On
safe_mode => Off => Off
safe_mode_exec_dir => 1 => 1
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
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => Off => Off
unserialize_callback_func => no value => no value
upload_max_filesize => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
variables_order => no value => no value
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
ctype
ctype functions => enabled
db
This is GDBM version 1.8.0, as of May 19, 1999.
dba
DBA support => enabled
Supported handlers => DB2 db3
ldap
LDAP Support => enabled
RCS Version => $Id: ldap.c,v 1.130 2002/11/05 14:18:20 edink Exp $
Total Links => 0/unlimited
API Version => 2004
Vendor Name => OpenLDAP
Vendor Version => 20007
mysql
MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 3.23.58
MYSQL_MODULE_TYPE => external
MYSQL_SOCKET => /var/lib/mysql/mysql.sock
MYSQL_INCLUDE => -I/usr/include/mysql
MYSQL_LIBS => -L/usr/lib -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
overload
User-Space Object Overloading Support => enabled
pcre
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 3.92 11-Sep-2002
posix
Revision => $Revision: 1.51 $
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_dividend => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /tmp => /tmp
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => Off => Off
standard
Regex Library => Bundled library enabled
Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i
Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
default_socket_timeout => 60 => 60
safe_mode_allowed_env_vars => PHP_ => PHP_
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,form=,fieldse
t= => a=href,area=href,frame=src,form=,fieldse
t=
user_agent => no value => no value
tokenizer
Tokenizer Support => enabled
xml
XML Support => active
XML Namespace Support => active
EXPAT Version => 1.95.2
Additional Modules
Module Name
Environment
Variable => Value
PWD => /usr/src/apache/php-4.3.0
MAKEFLAGS => SCRIPT_FILENAME => MFLAGS => HOSTNAME => cleveland.gjbig.com
LESSOPEN => |/usr/bin/lesspipe.sh %s
CC => gcc
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=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 => /usr/src/apache/php-4.3.0
MAIL => /var/spool/mail/root
INPUTRC => /etc/inputrc
BASH_ENV => /root/.bashrc
PATH_TRANSLATED => LANG => en_US
QUERY_STRING => CONTENT_LENGTH => MAKELEVEL => 1
SHLVL => 3
LOGNAME => root
REDIRECT_STATUS => _ => /usr/src/apache/php-4.3.0/sapi/cli/php
TEST_PHP_EXECUTABLE => /usr/src/apache/php-4.3.0/sapi/cli/php
SHELL => /bin/sh
USERNAME => root
HOSTTYPE => i386
HISTSIZE => 1000
OSTYPE => linux-gnu
TERM => xterm
HOME => /root
SSH_ASKPASS => /usr/libexec/openssh/gnome-ssh-askpass
PATH => /usr/local/sbin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin
SSH_TTY => /dev/pts/1
CONTENT_TYPE =>
PHP Variables
Variable => Value
_SERVER["PWD"] => /usr/src/apache/php-4.3.0
_SERVER["MAKEFLAGS"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["MFLAGS"] =>
_SERVER["HOSTNAME"] => cleveland.gjbig.com
_SERVER["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_SERVER["CC"] => gcc
_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=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"] => /usr/src/apache/php-4.3.0
_SERVER["MAIL"] => /var/spool/mail/root
_SERVER["INPUTRC"] => /etc/inputrc
_SERVER["BASH_ENV"] => /root/.bashrc
_SERVER["PATH_TRANSLATED"] =>
_SERVER["LANG"] => en_US
_SERVER["QUERY_STRING"] =>
_SERVER["CONTENT_LENGTH"] =>
_SERVER["MAKELEVEL"] => 1
_SERVER["SHLVL"] => 3
_SERVER["LOGNAME"] => root
_SERVER["REDIRECT_STATUS"] =>
_SERVER["_"] => /usr/src/apache/php-4.3.0/sapi/cli/php
_SERVER["TEST_PHP_EXECUTABLE"] => /usr/src/apache/php-4.3.0/sapi/cli/php
_SERVER["SHELL"] => /bin/sh
_SERVER["USERNAME"] => root
_SERVER["HOSTTYPE"] => i386
_SERVER["HISTSIZE"] => 1000
_SERVER["OSTYPE"] => linux-gnu
_SERVER["TERM"] => xterm
_SERVER["HOME"] => /root
_SERVER["SSH_ASKPASS"] => /usr/libexec/openssh/gnome-ssh-askpass
_SERVER["PATH"] => /usr/local/sbin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin
_SERVER["SSH_TTY"] => /dev/pts/1
_SERVER["CONTENT_TYPE"] =>
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["argv"] => Array
(
)
_SERVER["argc"] => 0
_ENV["PWD"] => /usr/src/apache/php-4.3.0
_ENV["MAKEFLAGS"] =>
_ENV["SCRIPT_FILENAME"] =>
_ENV["MFLAGS"] =>
_ENV["HOSTNAME"] => cleveland.gjbig.com
_ENV["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_ENV["CC"] => gcc
_ENV["REQUEST_METHOD"] =>
_ENV["LS_COLORS"] => no=00:fi=00:di=01;34:ln=01;36:pi=40;33:s
o=01;35:bd=40;33;01:cd=40;33;01:or=01;05
;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.ta
z=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:
_ENV["USER"] => root
_ENV["MACHTYPE"] => i386-redhat-linux-gnu
_ENV["TEST_PHP_SRCDIR"] => /usr/src/apache/php-4.3.0
_ENV["MAIL"] => /var/spool/mail/root
_ENV["INPUTRC"] => /etc/inputrc
_ENV["BASH_ENV"] => /root/.bashrc
_ENV["PATH_TRANSLATED"] =>
_ENV["LANG"] => en_US
_ENV["QUERY_STRING"] =>
_ENV["CONTENT_LENGTH"] =>
_ENV["MAKELEVEL"] => 1
_ENV["SHLVL"] => 3
_ENV["LOGNAME"] => root
_ENV["REDIRECT_STATUS"] =>
_ENV["_"] => /usr/src/apache/php-4.3.0/sapi/cli/php
_ENV["TEST_PHP_EXECUTABLE"] => /usr/src/apache/php-4.3.0/sapi/cli/php
_ENV["SHELL"] => /bin/sh
_ENV["USERNAME"] => root
_ENV["HOSTTYPE"] => i386
_ENV["HISTSIZE"] => 1000
_ENV["OSTYPE"] => linux-gnu
_ENV["TERM"] => xterm
_ENV["HOME"] => /root
_ENV["SSH_ASKPASS"] => /usr/libexec/openssh/gnome-ssh-askpass
_ENV["PATH"] => /usr/local/sbin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin
_ENV["SSH_TTY"] => /dev/pts/1
_ENV["CONTENT_TYPE"] =>
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.
|