| noreply@php.net 2005-01-29, 8:55 pm |
|
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Testing $argc and $argv handling (GET) [tests/basic/011.phpt]
Bug #24155 (gdImageRotate270 rotation problem). [ext/gd/tests/bug24155.phpt]
gdimagefill() function (Bug #19366 (fixed in bundled libgd)) [ext/gd/tests/bug27582_1.phpt]
Bug #24142 (round() problems) [ext/standard/tests/math/bug24142.phpt]
Bug #25694 (round() and number_format() inconsistency) [ext/standard/tests/math/bug25694.phpt]
========================================
=============================
========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 75
Exts tested : 12
---------------------------------------------------------------------
Number of tests : 611
Tests skipped : 189 (30.9%)
Tests warned : 0 (0.0%)
Tests failed : 5 (0.8%)
Tests passed : 417 (68.2%)
---------------------------------------------------------------------
Time taken : 18 seconds
========================================
=============================
========================================
========================================
/home/james/Desktop/php/tests/basic/011.phpt
========================================
========================================
---- EXPECTED OUTPUT
0: ab
1: cd
2: ef
3: 123
4: test
---- ACTUAL OUTPUT
PHP Notice: Undefined index: argc in /home/james/Desktop/php/tests/basic/011.php on line 4
PHP Notice: Undefined index: argv in /home/james/Desktop/php/tests/basic/011.php on line 5
Content-type: text/html
X-Powered-By: PHP/4.3.10
---- FAILED
========================================
========================================
001- 0: ab
001+ PHP Notice: Undefined index: argc in /home/james/Desktop/php/tests/basic/011.php on line 4
002- 1: cd
002+ PHP Notice: Undefined index: argv in /home/james/Desktop/php/tests/basic/011.php on line 5
003- 2: ef
003+ Content-type: text/html
004- 3: 123
004+ X-Powered-By: PHP/4.3.10
005- 4: test
========================================
========================================
========================================
========================================
/home/james/Desktop/php/ext/gd/tests/bug24155.phpt
========================================
========================================
---- EXPECTED OUTPUT
cc867fd65c30883463ce58d0341f0997
---- ACTUAL OUTPUT
409d70b5d493746acc2255c759d73436
---- FAILED
========================================
========================================
001- cc867fd65c30883463ce58d0341f0997
001+ 409d70b5d493746acc2255c759d73436
========================================
========================================
========================================
========================================
/home/james/Desktop/php/ext/gd/tests/bug27582_1.phpt
========================================
========================================
---- EXPECTED OUTPUT
08287f8f5d406946009df5f04ca83dc0
---- ACTUAL OUTPUT
b6d55b399e27b895a1fee8a137bb8470
---- FAILED
========================================
========================================
001- 08287f8f5d406946009df5f04ca83dc0
001+ b6d55b399e27b895a1fee8a137bb8470
========================================
========================================
========================================
========================================
/home/james/Desktop/php/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
========================================
========================================
========================================
========================================
/home/james/Desktop/php/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
========================================
========================================
========================================
========================================
BUILD ENVIRONMENT
========================================
========================================
OS:
Linux - Linux silverbanshee 2.6.10-1.741_FC3 #1 Thu Jan 13 16:38:22 EST 2005 i686
Automake:
automake (GNU automake) 1.9.2
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/i386-redhat-linux/3.4.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i3
86-redhat-linux
Thread model: posix
gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
Bison:
bison (GNU Bison) 1.875c
Written by Robert Corbett and Richard Stallman.
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Libraries:
libcrypt.so.1 => /lib/libcrypt.so.1 (0x0778e000)
libresolv.so.2 => /lib/libresolv.so.2 (0x00101000)
libm.so.6 => /lib/tls/libm.so.6 (0x006c6000)
libdl.so.2 => /lib/libdl.so.2 (0x006eb000)
libnsl.so.1 => /lib/libnsl.so.1 (0x07776000)
libc.so.6 => /lib/tls/libc.so.6 (0x0059a000)
/lib/ld-linux.so.2 (0x00581000)
User's E-mail:
========================================
========================================
PHPINFO
========================================
========================================
phpinfo()
PHP Version => 4.3.10
System => Linux silverbanshee 2.6.10-1.741_FC3 #1 Thu Jan 13 16:38:22 EST 2005 i686
Build Date => Jan 29 2005 19:32:41
Configure Command => './configure' '--with-gd' '--enable-mbstring' '--with-zlib-dir=/usr/local/lib'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib/php.ini
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
Thread Safety => disabled
Registered PHP Streams => php, http, ftp, compress.zlib
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 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 => text/html => text/html
define_syslog_variables => Off => Off
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => Off => Off
display_startup_errors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => 2047 => 2047
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 => On
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => Off
include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
log_errors => On => On
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => Off => Off
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
max_execution_time => 0 => 30
max_input_time => 60 => 60
open_basedir => no value => no value
output_buffering => 0 => 4096
output_handler => no value => no value
post_max_size => 8M => 8M
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 => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
variables_order => GPCS => GPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
ctype
ctype functions => enabled
gd
GD Support => enabled
GD Version => bundled (2.0.28 compatible)
GIF Read Support => enabled
GIF Create Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM 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
mysql
MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 3.23.49
MYSQL_MODULE_TYPE => builtin
MYSQL_SOCKET => /var/lib/mysql/mysql.sock
MYSQL_INCLUDE =>
MYSQL_LIBS =>
Directive => Local Value => Master Value
mysql.allow_persistent => On => On
mysql.connect_timeout => 60 => 60
mysql.default_host => no value => no value
mysql.default_password => no value => no value
mysql.default_port => no value => no value
mysql.default_socket => no value => no value
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off
overload
User-Space Object Overloading Support => enabled
pcre
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 4.5 01-December-2003
posix
Revision => $Revision: 1.51.2.2 $
session
Session Support => enabled
Registered save handlers => files user
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 => 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
standard
Regex Library => Bundled library enabled
Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i
Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
default_socket_timeout => 60 => 60
safe_mode_allowed_env_vars => PHP_ => PHP_
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,input=src,for
m=fakeentry => a=href,area=href,frame=src,input=src,for
m=fakeentry
user_agent => no value => no value
tokenizer
Tokenizer Support => enabled
xml
XML Support => active
XML Namespace Support => active
EXPAT Version => 1.95.6
zlib
ZLib Support => enabled
Compiled Version => 1.2.1
Linked Version => 1.2.1
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
Environment
Variable => Value
SSH_AGENT_PID => 5671
HOSTNAME => silverbanshee
TEST_PHP_SRCDIR => /home/james/Desktop/php
DESKTOP_STARTUP_ID =>
SHELL => /bin/sh
TERM => xterm
MAKEFLAGS =>
HISTSIZE => 1000
GTK_RC_FILES => /etc/gtk/gtkrc:/home/james/.gtkrc-1.2-gnome2
WINDOWID => 25165912
USER => james
LS_COLORS => no=00:fi=00:di=00;34:ln=00;36:pi=40;33:s
o=00;35:bd=40;33;01:cd=40;33;01:or=01;05
;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=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:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
SCRIPT_FILENAME =>
GNOME_KEYRING_SOCKET => /tmp/keyring-nCQwkz/socket
SSH_AUTH_SOCK => /tmp/ssh-rkNlzi5670/agent.5670
KDEDIR => /usr
SESSION_MANAGER => local/silverbanshee:/tmp/.ICE-unix/5646
MAKELEVEL => 1
MFLAGS =>
DESKTOP_SESSION => default
PATH => /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/lib/jre/bin:/home/james/bin:/usr/lib/jre/bin:/usr/lib/jre/bin
MAIL => /var/spool/mail/james
_ => /home/james/Desktop/php/sapi/cli/php
PWD => /home/james/Desktop/php
INPUTRC => /etc/inputrc
LANG => en_GB.UTF-8
TEST_PHP_EXECUTABLE => /home/james/Desktop/php/sapi/cli/php
REDIRECT_STATUS =>
PATH_TRANSLATED =>
GDMSESSION => default
SSH_ASKPASS => /usr/libexec/openssh/gnome-ssh-askpass
HOME => /root
SHLVL => 5
CONTENT_LENGTH =>
GNOME_DESKTOP_SESSION_ID => Default
LOGNAME => james
QUERY_STRING =>
DBUS_SESSION_BUS_ADDRESS => unix:abstract=/tmp/dbus-B2FakMbkSb
LESSOPEN => |/usr/bin/lesspipe.sh %s
CONTENT_TYPE =>
DISPLAY => :0.0
CC => gcc
REQUEST_METHOD =>
G_BROKEN_FILENAMES => 1
XAUTHORITY => /root/.xauthotqfQw
COLORTERM => gnome-terminal
PHP Variables
Variable => Value
_SERVER["SSH_AGENT_PID"] => 5671
_SERVER["HOSTNAME"] => silverbanshee
_SERVER["TEST_PHP_SRCDIR"] => /home/james/Desktop/php
_SERVER["DESKTOP_STARTUP_ID"] =>
_SERVER["SHELL"] => /bin/sh
_SERVER["TERM"] => xterm
_SERVER["MAKEFLAGS"] =>
_SERVER["HISTSIZE"] => 1000
_SERVER["GTK_RC_FILES"] => /etc/gtk/gtkrc:/home/james/.gtkrc-1.2-gnome2
_SERVER["WINDOWID"] => 25165912
_SERVER["USER"] => james
_SERVER["LS_COLORS"] => no=00:fi=00:di=00;34:ln=00;36:pi=40;33:s
o=00;35:bd=40;33;01:cd=40;33;01:or=01;05
;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=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:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["GNOME_KEYRING_SOCKET"] => /tmp/keyring-nCQwkz/socket
_SERVER["SSH_AUTH_SOCK"] => /tmp/ssh-rkNlzi5670/agent.5670
_SERVER["KDEDIR"] => /usr
_SERVER["SESSION_MANAGER"] => local/silverbanshee:/tmp/.ICE-unix/5646
_SERVER["MAKELEVEL"] => 1
_SERVER["MFLAGS"] =>
_SERVER["DESKTOP_SESSION"] => default
_SERVER["PATH"] => /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/lib/jre/bin:/home/james/bin:/usr/lib/jre/bin:/usr/lib/jre/bin
_SERVER["MAIL"] => /var/spool/mail/james
_SERVER["_"] => /home/james/Desktop/php/sapi/cli/php
_SERVER["PWD"] => /home/james/Desktop/php
_SERVER["INPUTRC"] => /etc/inputrc
_SERVER["LANG"] => en_GB.UTF-8
_SERVER["TEST_PHP_EXECUTABLE"] => /home/james/Desktop/php/sapi/cli/php
_SERVER["REDIRECT_STATUS"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["GDMSESSION"] => default
_SERVER["SSH_ASKPASS"] => /usr/libexec/openssh/gnome-ssh-askpass
_SERVER["HOME"] => /root
_SERVER["SHLVL"] => 5
_SERVER["CONTENT_LENGTH"] =>
_SERVER["GNOME_DESKTOP_SESSION_ID"] => Default
_SERVER["LOGNAME"] => james
_SERVER["QUERY_STRING"] =>
_SERVER["DBUS_SESSION_BUS_ADDRESS"] => unix:abstract=/tmp/dbus-B2FakMbkSb
_SERVER["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_SERVER["CONTENT_TYPE"] =>
_SERVER["DISPLAY"] => :0.0
_SERVER["CC"] => gcc
_SERVER["REQUEST_METHOD"] =>
_SERVER["G_BROKEN_FILENAMES"] => 1
_SERVER["XAUTHORITY"] => /root/.xauthotqfQw
_SERVER["COLORTERM"] => gnome-terminal
_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.
|