Code Comments
Programming Forum and web based access to our favorite programming groups.======================================== ============================= FAILED TEST SUMMARY --------------------------------------------------------------------- Bug #22414: passthru() does not read data correctly [ext/standard/tests/file /bug22414.phpt] Bug #24142 (round() problems) [ext/standard/tests/math/bug24142.phpt] Bug #25694 (round() and number_format() inconsistency) [ext/standard/tests/m ath/bug25694.phpt] xslt_set_object function [ext/xslt/tests/xslt_set_object.phpt] ======================================== ============================= ======================================== ============================= TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 68 Exts tested : 19 --------------------------------------------------------------------- Number of tests : 596 Tests skipped : 239 (40.1%) Tests warned : 0 ( 0.0%) Tests failed : 4 ( 0.7%) Tests passed : 353 (59.2%) --------------------------------------------------------------------- Time taken : 109 seconds ======================================== ============================= ======================================== ==================================== ==== /root/php/php-4.3.8/ext/standard/tests/file/bug22414.phpt ======================================== ==================================== ==== ---- EXPECTED OUTPUT HELLO Works ---- ACTUAL OUTPUT HELLO sh: /usr/local/php/bin/php: No such file or directory Does not work ---- FAILED ======================================== ==================================== ==== 002- Works 002+ sh: /usr/local/php/bin/php: No such file or directory 003+ Does not work ======================================== ==================================== ==== ======================================== ==================================== ==== /root/php/php-4.3.8/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 ======================================== ==================================== ==== ======================================== ==================================== ==== /root/php/php-4.3.8/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 ======================================== ==================================== ==== ======================================== ==================================== ==== /root/php/php-4.3.8/ext/xslt/tests/xslt_set_object.phpt ======================================== ==================================== ==== ---- EXPECTED OUTPUT OK OK ---- ACTUAL OUTPUT Warning: Sablotron error on line 1: XML parser error 3: no element found in /root/php/php-4.3.8/ext/xslt/tests/xslt_set_object.php on line 19 Warning: Sablotron error on line 1: XML parser error 3: no element found in /root/php/php-4.3.8/ext/xslt/tests/xslt_set_object.php on line 30 OK OK ---- FAILED ======================================== ==================================== ==== 001- OK 001+ Warning: Sablotron error on line 1: XML parser error 3: no element foun d in /root/php/php-4.3.8/ext/xslt/tests/xslt_set_object.php on line 19 002- OK 002+ 003+ Warning: Sablotron error on line 1: XML parser error 3: no element foun d in /root/php/php-4.3.8/ext/xslt/tests/xslt_set_object.php on line 30 004+ OK 005+ OK ======================================== ==================================== ==== ======================================== ==================================== ==== BUILD ENVIRONMENT ======================================== ==================================== ==== OS: Linux - Linux fax 2.6.8-1-386 #1 Mon Sep 13 23:29:55 EDT 2004 i686 Automake: Autoconf: 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/i486-linux/3.4.2/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pasca l,objc,ada,treelang --prefix=/usr --libexecdir=/usr/lib --with-gxx-include-d ir=/usr/include/c++/3.4 --enable-shared --with-system-zlib --enable-nls --wi thout-included-gettext --pr ogram-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --en able-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-ja va-awt=gtk --disable-werror i486-linux Thread model: posix gcc version 3.4.2 (Debian 3.4.2-2) Bison: Libraries: libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0x4001d000) libsablot.so.0 => /usr/lib/libsablot.so.0 (0x40049000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x40119000) libexpat.so.1 => /usr/lib/libexpat.so.1 (0x401ea000) libpanel.so.5 => /usr/lib/libpanel.so.5 (0x4020a000) libncurses.so.5 => /lib/libncurses.so.5 (0x4020e000) libldap.so.2 => /usr/lib/libldap.so.2 (0x4024d000) liblber.so.2 => /usr/lib/liblber.so.2 (0x40281000) libpng12.so.0 => /usr/lib/libpng12.so.0 (0x4028f000) libz.so.1 => /usr/lib/libz.so.1 (0x402b3000) libm.so.6 => /lib/tls/libm.so.6 (0x402c5000) libxslt.so.1 => /usr/lib/libxslt.so.1 (0x402e8000) libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0x4031a000) libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0x4034b000) libdl.so.2 => /lib/tls/libdl.so.2 (0x40449000) libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x4044c000) libresolv.so.2 => /lib/tls/libresolv.so.2 (0x4045c000) libnsl.so.1 => /lib/tls/libnsl.so.1 (0x4046e000) libcurl.so.3 => /usr/lib/libcurl.so.3 (0x40483000) libidn.so.11 => /usr/lib/libidn.so.11 (0x404b3000) libxml2.so.2 => /usr/lib/libxml2.so.2 (0x404e4000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0x405df000) libc.so.6 => /lib/tls/libc.so.6 (0x405ee000) libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40729000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x407e3000) libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x407ec000) libgnutls.so.11 => /usr/lib/libgnutls.so.11 (0x40802000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) libtasn1.so.2 => /usr/lib/libtasn1.so.2 (0x40868000) libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0x40878000) libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x408c5000) User's E-mail: vittoriusly at yahoo dot it ======================================== ==================================== ==== PHPINFO ======================================== ==================================== ==== phpinfo() PHP Version => 4.3.8 System => Linux fax 2.6.8-1-386 #1 Mon Sep 13 23:29:55 EDT 2004 i686 Build Date => Sep 23 2004 12:06:59 Configure Command => './configure' '--prefix=/usr/local/php4' '--with-apxs2 =/usr/local/apache2/bin/apxs' '--enable-safe-mode' '--enable-ftp' '--enable- xslt' '--with-openssl' '--with-zlib' '--with-bz2' '--with-curl' '--with-dba' '--with-dio' '--with-dom-x slt' '--with-gd' '--with-ldap' '--with-ncurses' '--with-dom' '--with-xslt-sa blot=/usr' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /usr/local/php4/lib 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, compr ess.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 => 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/php4/lib/php/extensions/no-debug-non-zts-2002042 9 => /usr/local/php4/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/php4/lib/php => .:/usr/local/php4/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 => On => On 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 bz2 BZip2 Support => Enabled BZip2 Version => 1.0.2, 30-Dec-2001 ctype ctype functions => enabled curl CURL support => enabled CURL Information => libcurl/7.12.1 OpenSSL/0.9.7d zlib/1.2.1.2 libidn/0.5.2 domxml DOM/XML => enabled DOM/XML API Version => 20020815 libxml Version => 20611 HTML Support => enabled XPath Support => enabled XPointer Support => enabled DOM/XSLT => enabled libxslt Version => 1.1.8 libxslt compiled against libxml Version => 2.6.11 ftp FTP support => enabled gd GD Support => enabled GD Version => bundled (2.0.23 compatible) GIF Read Support => enabled PNG Support => enabled WBMP Support => enabled XBM Support => enabled ldap LDAP Support => enabled RCS Version => $Id: ldap.c,v 1.130.2.10 2004/06/01 21:05:33 iliaa Exp $ Total Links => 0/unlimited API Version => 2004 Vendor Name => OpenLDAP Vendor Version => 20130 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 ncurses ncurses support => enabled ncurses library version => 5.4 color support => yes openssl OpenSSL support => enabled OpenSSL Version => OpenSSL 0.9.7d 17 Mar 2004 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 => 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,ar ea=href,frame=src,form=,fieldset= user_agent => no value => no value tokenizer Tokenizer Support => enabled xml XML Support => active XML Namespace Support => active EXPAT Version => 1.95.6 xslt XSLT support => enabled Backend => Sablotron Sablotron Version => 1.0 Sablotron Information => Cflags: -lstdc++ -O2 -D_REENTRANT Libs: -L/usr/lib -lexpat Prefix: /usr zlib ZLib Support => enabled Compiled Version => 1.2.1.2 Linked Version => 1.2.1.2 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 TEST_PHP_SRCDIR => /root/php/php-4.3.8 SHELL => /bin/sh TERM => xterm MAKEFLAGS => SSH_CLIENT => ::ffff:10.0.1.110 1214 22 SSH_TTY => /dev/pts/1 USER => root SCRIPT_FILENAME => MAKELEVEL => 1 MFLAGS => PATH => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bi n/X11 MAIL => /var/mail/root _ => /root/php/php-4.3.8/sapi/cli/php PWD => /root/php/php-4.3.8 LANG => it_IT@euro TEST_PHP_EXECUTABLE => /root/php/php-4.3.8/sapi/cli/php REDIRECT_STATUS => PATH_TRANSLATED => HOME => /root SHLVL => 3 CONTENT_LENGTH => LANGUAGE => it_IT LOGNAME => root QUERY_STRING => SSH_CONNECTION => ::ffff:10.0.1.110 1214 ::ffff:10.0.1.101 22 CONTENT_TYPE => CC => gcc REQUEST_METHOD => PHP Variables Variable => Value _SERVER["TEST_PHP_SRCDIR"] => /root/php/php-4.3.8 _SERVER["SHELL"] => /bin/sh _SERVER["TERM"] => xterm _SERVER["MAKEFLAGS"] => _SERVER["SSH_CLIENT"] => ::ffff:10.0.1.110 1214 22 _SERVER["SSH_TTY"] => /dev/pts/1 _SERVER["USER"] => root _SERVER["SCRIPT_FILENAME"] => _SERVER["MAKELEVEL"] => 1 _SERVER["MFLAGS"] => _SERVER["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/ bin:/usr/bin/X11 _SERVER["MAIL"] => /var/mail/root _SERVER["_"] => /root/php/php-4.3.8/sapi/cli/php _SERVER["PWD"] => /root/php/php-4.3.8 _SERVER["LANG"] => it_IT@euro _SERVER["TEST_PHP_EXECUTABLE"] => /root/php/php-4.3.8/sapi/cli/php _SERVER["REDIRECT_STATUS"] => _SERVER["PATH_TRANSLATED"] => _SERVER["HOME"] => /root _SERVER["SHLVL"] => 3 _SERVER["CONTENT_LENGTH"] => _SERVER["LANGUAGE"] => it_IT _SERVER["LOGNAME"] => root _SERVER["QUERY_STRING"] => _SERVER["SSH_CONNECTION"] => ::ffff:10.0.1.110 1214 ::ffff:10.0.1.101 22 _SERVER["CONTENT_TYPE"] => _SERVER["CC"] => gcc _SERVER["REQUEST_METHOD"] => _SERVER["PHP_SELF"] => _SERVER["SCRIPT_NAME"] => _SERVER["DOCUMENT_ROOT"] => _SERVER["argv"] => Array ( ) _SERVER["argc"] => 0 _ENV["TEST_PHP_SRCDIR"] => /root/php/php-4.3.8 _ENV["SHELL"] => /bin/sh _ENV["TERM"] => xterm _ENV["MAKEFLAGS"] => _ENV["SSH_CLIENT"] => ::ffff:10.0.1.110 1214 22 _ENV["SSH_TTY"] => /dev/pts/1 _ENV["USER"] => root _ENV["SCRIPT_FILENAME"] => _ENV["MAKELEVEL"] => 1 _ENV["MFLAGS"] => _ENV["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin :/usr/bin/X11 _ENV["MAIL"] => /var/mail/root _ENV["_"] => /root/php/php-4.3.8/sapi/cli/php _ENV["PWD"] => /root/php/php-4.3.8 _ENV["LANG"] => it_IT@euro _ENV["TEST_PHP_EXECUTABLE"] => /root/php/php-4.3.8/sapi/cli/php _ENV["REDIRECT_STATUS"] => _ENV["PATH_TRANSLATED"] => _ENV["HOME"] => /root _ENV["SHLVL"] => 3 _ENV["CONTENT_LENGTH"] => _ENV["LANGUAGE"] => it_IT _ENV["LOGNAME"] => root _ENV["QUERY_STRING"] => _ENV["SSH_CONNECTION"] => ::ffff:10.0.1.110 1214 ::ffff:10.0.1.101 22 _ENV["CONTENT_TYPE"] => _ENV["CC"] => gcc _ENV["REQUEST_METHOD"] => 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.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.