For Programmers: Free Programming Magazines  


Home > Archive > PHP Questions and Answers > October 2007 > Test results for 4.4.7 [failed]









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Test results for 4.4.7 [failed]
noreply@php.net

2007-10-25, 7:00 pm


========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #35239 (Objects can lose references) [tests/lang/bug35239.phpt]
========================================
=============================


========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 76
Exts tested : 9
---------------------------------------------------------------------
Number of tests : 635
Tests skipped : 274 (43.1%)
Tests warned : 0 (0.0%)
Tests failed : 1 (0.2%)
Tests passed : 360 (56.7%)
---------------------------------------------------------------------
Time taken : 13 seconds
========================================
=============================


========================================
========================================

/usr/src/php-4.4.7/tests/lang/bug35239.phpt
========================================
========================================


---- EXPECTED OUTPUT
object(stdClass)(1) {
["x0"]=>
&object(stdClass)(3) {
["y0"]=>
string(1) "b"
["y1"]=>
&object(stdClass)(3) {
["y0"]=>
string(1) "b"
["y1"]=>
*RECURSION*
["y2"]=>
*RECURSION*
}
["y2"]=>
&object(stdClass)(3) {
["y0"]=>
string(1) "b"
["y1"]=>
*RECURSION*
["y2"]=>
*RECURSION*
}
}
}
string(2) "ok"
---- ACTUAL OUTPUT
object(stdClass)(1) {
["x0"]=>
&object(stdClass)(3) {
["y0"]=>
string(1) "b"
["y1"]=>
&object(stdClass)(3) {
["y0"]=>
string(1) "b"
["y1"]=>
*RECURSION*
["y2"]=>
*RECURSION*
}
["y2"]=>
&object(stdClass)(3) {
["y0"]=>
string(1) "b"
["y1"]=>
*RECURSION*
["y2"]=>
*RECURSION*
}
}
}
NULL
---- FAILED

========================================
========================================

026- string(2) "ok"
026+ NULL
========================================
========================================





========================================
========================================

BUILD ENVIRONMENT
========================================
========================================

OS:
Linux - Linux intranet 2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686

Automake:

Autoconf:
autoconf (GNU Autoconf) 2.60
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2006 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.111 2002/10/23 02:54:36)

Compiler:
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enabl
e-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)

Bison:

Libraries:
linux-gate.so.1 => (0xffffe000)
libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0x40021000)
libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0x4004f000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x40062000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x40088000)
libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0x4008d000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x400a3000)
/lib/ld-linux.so.2 (0x40000000)


User's E-mail:


========================================
========================================

PHPINFO
========================================
========================================

phpinfo()
PHP Version => 4.4.7

System => Linux intranet 2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686
Build Date => Oct 25 2007 19:15:03
Configure Command => './configure' '--prefix=/usr/local/php-4-4-7-cli/php-cli' '--disable-cgi'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/php-4-4-7-cli/php-cli/lib
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20050606
Debug Build => no
Zend Memory Manager => enabled
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-2004 Zend Technologies


________________________________________
_______________________________


Configuration

PHP Core

Directive => Local Value => Master Value
allow_call_time_pass_reference => On => On
allow_url_fopen => On => On
always_populate_raw_post_data => Off => Off
arg_separator.input => & => &
arg_separator.output => & => &
asp_tags => Off => Off
auto_append_file => no value => no value
auto_prepend_file => no value => no value
browscap => no value => no value
default_charset => no value => no value
default_mimetype => text/html => text/html
define_syslog_variables => Off => Off
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => On => On
display_startup_errors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => no value => no value
expose_php => On => On
extension_dir => /usr/local/php-4-4-7-cli/php-cli/lib/php/extensions/no-debug-non-zts-20020429 => /usr/local/php-4-4-7-cli/php-cli/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/php-4-4-7-cli/php-cli/lib/php => .:/usr/local/php-4-4-7-cli/php-cli/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 => /usr/local/php/bin => /usr/local/php/bin
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 => no value => no value
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On

ctype

ctype functions => enabled

mysql

MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 3.23.49
MYSQL_MODULE_TYPE => builtin
MYSQL_SOCKET => /tmp/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 => 7.0 18-Dec-2006

posix

Revision => $Revision: 1.51.2.4.2.3 $

session

Session Support => enabled
Registered save handlers => files user

Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => On => On
session.bug_compat_warn => On => On
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => no value => no value
session.entropy_length => 0 => 0
session.gc_divisor => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /tmp => /tmp
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => 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.6

Additional Modules

Module Name

Environment

Variable => Value
TEST_PHP_SRCDIR => /usr/src/php-4.4.7
SHELL => /bin/bash
TERM => xterm
MAKEFLAGS =>
SSH_CLIENT => 192.168.0.2 1934 22
SSH_TTY => /dev/pts/0
USER => root
LS_COLORS => no=00:fi=00:di=01;34:ln=01;36:pi=40;33:s
o=01;35:do=01;35:bd=40;33;01:cd=40;33;01
:or=40;31;01:su=37;41:sg=30;43:tw=30;42:
ow=34;42:st=37;44:ex=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:*.g
z=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.av
i=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:
SCRIPT_FILENAME =>
SUDO_USER => intranet
SUDO_UID => 1000
MAKELEVEL => 1
MFLAGS =>
PATH => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
MAIL => /var/mail/intranet
_ => /usr/src/php-4.4.7/sapi/cli/php
PWD => /usr/src/php-4.4.7
LANG => fr_FR.UTF-8
TEST_PHP_EXECUTABLE => /usr/src/php-4.4.7/sapi/cli/php
REDIRECT_STATUS =>
PATH_TRANSLATED =>
HISTCONTROL => ignoredups
SUDO_COMMAND => /usr/bin/make test
HOME => /home/intranet
SHLVL => 3
CONTENT_LENGTH =>
LOGNAME => root
QUERY_STRING =>
SSH_CONNECTION => 192.168.0.2 1934 192.168.0.1 22
LESSOPEN => | /usr/bin/lesspipe %s
CONTENT_TYPE =>
SUDO_GID => 1000
CC => gcc
REQUEST_METHOD =>
LESSCLOSE => /usr/bin/lesspipe %s %s

PHP Variables

Variable => Value
_SERVER["TEST_PHP_SRCDIR"] => /usr/src/php-4.4.7
_SERVER["SHELL"] => /bin/bash
_SERVER["TERM"] => xterm
_SERVER["MAKEFLAGS"] =>
_SERVER["SSH_CLIENT"] => 192.168.0.2 1934 22
_SERVER["SSH_TTY"] => /dev/pts/0
_SERVER["USER"] => root
_SERVER["LS_COLORS"] => no=00:fi=00:di=01;34:ln=01;36:pi=40;33:s
o=01;35:do=01;35:bd=40;33;01:cd=40;33;01
:or=40;31;01:su=37;41:sg=30;43:tw=30;42:
ow=34;42:st=37;44:ex=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:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg
=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["SUDO_USER"] => intranet
_SERVER["SUDO_UID"] => 1000
_SERVER["MAKELEVEL"] => 1
_SERVER["MFLAGS"] =>
_SERVER["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
_SERVER["MAIL"] => /var/mail/intranet
_SERVER["_"] => /usr/src/php-4.4.7/sapi/cli/php
_SERVER["PWD"] => /usr/src/php-4.4.7
_SERVER["LANG"] => fr_FR.UTF-8
_SERVER["TEST_PHP_EXECUTABLE"] => /usr/src/php-4.4.7/sapi/cli/php
_SERVER["REDIRECT_STATUS"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["HISTCONTROL"] => ignoredups
_SERVER["SUDO_COMMAND"] => /usr/bin/make test
_SERVER["HOME"] => /home/intranet
_SERVER["SHLVL"] => 3
_SERVER["CONTENT_LENGTH"] =>
_SERVER["LOGNAME"] => root
_SERVER["QUERY_STRING"] =>
_SERVER["SSH_CONNECTION"] => 192.168.0.2 1934 192.168.0.1 22
_SERVER["LESSOPEN"] => | /usr/bin/lesspipe %s
_SERVER["CONTENT_TYPE"] =>
_SERVER["SUDO_GID"] => 1000
_SERVER["CC"] => gcc
_SERVER["REQUEST_METHOD"] =>
_SERVER["LESSCLOSE"] => /usr/bin/lesspipe %s %s
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0
_ENV["TEST_PHP_SRCDIR"] => /usr/src/php-4.4.7
_ENV["SHELL"] => /bin/bash
_ENV["TERM"] => xterm
_ENV["MAKEFLAGS"] =>
_ENV["SSH_CLIENT"] => 192.168.0.2 1934 22
_ENV["SSH_TTY"] => /dev/pts/0
_ENV["USER"] => root
_ENV["LS_COLORS"] => no=00:fi=00:di=01;34:ln=01;36:pi=40;33:s
o=01;35:do=01;35:bd=40;33;01:cd=40;33;01
:or=40;31;01:su=37;41:sg=30;43:tw=30;42:
ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=0
1;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01
;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:
_ENV["SCRIPT_FILENAME"] =>
_ENV["SUDO_USER"] => intranet
_ENV["SUDO_UID"] => 1000
_ENV["MAKELEVEL"] => 1
_ENV["MFLAGS"] =>
_ENV["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
_ENV["MAIL"] => /var/mail/intranet
_ENV["_"] => /usr/src/php-4.4.7/sapi/cli/php
_ENV["PWD"] => /usr/src/php-4.4.7
_ENV["LANG"] => fr_FR.UTF-8
_ENV["TEST_PHP_EXECUTABLE"] => /usr/src/php-4.4.7/sapi/cli/php
_ENV["REDIRECT_STATUS"] =>
_ENV["PATH_TRANSLATED"] =>
_ENV["HISTCONTROL"] => ignoredups
_ENV["SUDO_COMMAND"] => /usr/bin/make test
_ENV["HOME"] => /home/intranet
_ENV["SHLVL"] => 3
_ENV["CONTENT_LENGTH"] =>
_ENV["LOGNAME"] => root
_ENV["QUERY_STRING"] =>
_ENV["SSH_CONNECTION"] => 192.168.0.2 1934 192.168.0.1 22
_ENV["LESSOPEN"] => | /usr/bin/lesspipe %s
_ENV["CONTENT_TYPE"] =>
_ENV["SUDO_GID"] => 1000
_ENV["CC"] => gcc
_ENV["REQUEST_METHOD"] =>
_ENV["LESSCLOSE"] => /usr/bin/lesspipe %s %s

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.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com