===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- Bug #21131: fopen($filename, "a+") has broken position [ext/standard/tests/file/bug21131.phpt] Simple math tests [ext/standard/tests/math/abs.phpt] log() tests [ext/standard/tests/math/log.phpt] Various pow() tests [ext/standard/tests/math/pow.phpt] Simple math tests [ext/standard/tests/math/round.phpt] Test strcspn() behavior [ext/standard/tests/strings/strcspn.phpt] Test strspn() behavior [ext/standard/tests/strings/strspn.phpt] microtime() function [ext/standard/tests/time/001.phpt] strtotime() function [ext/standard/tests/time/002.phpt] =====================================================================
===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 79 Exts tested : 9 --------------------------------------------------------------------- Number of tests : 443 Tests skipped : 232 (52.4%) Tests failed : 9 ( 2.0%) Tests passed : 202 (45.6%) --------------------------------------------------------------------- Time taken : 32 seconds ===================================================================== ================================================================================ /cencos/fuse/TGZ/php-4.3.0/ext/standard/tests/file/bug21131.phpt ================================================================================ ---- EXPECTED OUTPUT int(6) int(0) foobar ---- ACTUAL OUTPUT int(0) int(0) foobar ---- FAILED ================================================================================ 001- int(6) 001+ int(0) ================================================================================ ================================================================================ /cencos/fuse/TGZ/php-4.3.0/ext/standard/tests/math/abs.phpt ================================================================================ ---- EXPECTED OUTPUT 1,1,0,0 OK ---- ACTUAL OUTPUT 1,1,1,1 Assert failed: -LONG_MIN+1 === abs(LONG_MIN-1) Left: int(-9223372036854775807) Right: int(9223372036854775807) Assert failed: -LONG_MIN === abs(LONG_MIN) Left: int(-9223372036854775808) Right: float(9.2233720368548E+18) ---- FAILED ================================================================================ 001- 1,1,0,0 001+ 1,1,1,1 002- OK 002+ 003+ Assert failed: 004+ -LONG_MIN+1 === abs(LONG_MIN-1) 005+ Left: int(-9223372036854775807) 006+ Right: int(9223372036854775807) 007+ 008+ Assert failed: 009+ -LONG_MIN === abs(LONG_MIN) 010+ Left: int(-9223372036854775808) 011+ Right: float(9.2233720368548E+18) ================================================================================ ================================================================================ /cencos/fuse/TGZ/php-4.3.0/ext/standard/tests/math/log.phpt ================================================================================ ---- EXPECTED OUTPUT On failure, please mail result to [EMAIL PROTECTED] 200 50 50 50 50 50 50 50 50 50 ---- ACTUAL OUTPUT On failure, please mail result to [EMAIL PROTECTED] 200 ---- FAILED ================================================================================ 003- 50 004- 50 005- 50 006- 50 007- 50 008- 50 009- 50 010- 50 011- 50 ================================================================================ ================================================================================ /cencos/fuse/TGZ/php-4.3.0/ext/standard/tests/math/pow.phpt ================================================================================ ---- EXPECTED OUTPUT 1,1,0,0 On failure, please mail result to [EMAIL PROTECTED] OK ---- ACTUAL OUTPUT 1,1,1,1 On failure, please mail result to [EMAIL PROTECTED] Assert failed: TRUE === is_infinite(pow(0,-2)) Left: bool(true) Right: bool(false) Assert failed: TRUE === is_infinite(pow(0,-1)) Left: bool(true) Right: bool(false) Assert failed: TRUE === is_infinite(pow(0,-2.0)) Left: bool(true) Right: bool(false) Assert failed: TRUE === is_infinite(pow(0,-1.0)) Left: bool(true) Right: bool(false) Assert failed: TRUE === is_infinite(pow(0.0,-2.0)) Left: bool(true) Right: bool(false) Assert failed: TRUE === is_infinite(pow(0.0,-1.0)) Left: bool(true) Right: bool(false) Assert failed: TRUE === is_infinite(pow( 0.0,-2)) Left: bool(true) Right: bool(false) Assert failed: TRUE === is_infinite(pow( 0.0,-1)) Left: bool(true) Right: bool(false) Assert failed: LONG_MAX-1 === pow(LONG_MAX-1,1) Left: int(9223372036854775806) Right: int(-9223372036854775808) Assert failed: LONG_MIN+1 === pow(LONG_MIN+1,1) Left: int(-9223372036854775807) Right: int(-9223372036854775808) Assert failed: LONG_MAX === pow(LONG_MAX,1) Left: int(9223372036854775807) Right: int(-9223372036854775808) ---- FAILED ================================================================================ 001- 1,1,0,0 001+ 1,1,1,1 003- OK 003+ 004+ Assert failed: 005+ TRUE === is_infinite(pow(0,-2)) 006+ Left: bool(true) 007+ Right: bool(false) 008+ 009+ Assert failed: 010+ TRUE === is_infinite(pow(0,-1)) 011+ Left: bool(true) 012+ Right: bool(false) 013+ 014+ Assert failed: 015+ TRUE === is_infinite(pow(0,-2.0)) 016+ Left: bool(true) 017+ Right: bool(false) 018+ 019+ Assert failed: 020+ TRUE === is_infinite(pow(0,-1.0)) 021+ Left: bool(true) 022+ Right: bool(false) 023+ 024+ Assert failed: 025+ TRUE === is_infinite(pow(0.0,-2.0)) 026+ Left: bool(true) 027+ Right: bool(false) 028+ 029+ Assert failed: 030+ TRUE === is_infinite(pow(0.0,-1.0)) 031+ Left: bool(true) 032+ Right: bool(false) 033+ 034+ Assert failed: 035+ TRUE === is_infinite(pow( 0.0,-2)) 036+ Left: bool(true) 037+ Right: bool(false) 038+ 039+ Assert failed: 040+ TRUE === is_infinite(pow( 0.0,-1)) 041+ Left: bool(true) 042+ Right: bool(false) 043+ 044+ Assert failed: 045+ LONG_MAX-1 === pow(LONG_MAX-1,1) 046+ Left: int(9223372036854775806) 047+ Right: int(-9223372036854775808) 048+ 049+ Assert failed: 050+ LONG_MIN+1 === pow(LONG_MIN+1,1) 051+ Left: int(-9223372036854775807) 052+ Right: int(-9223372036854775808) 053+ 054+ Assert failed: 055+ LONG_MAX === pow(LONG_MAX,1) 056+ Left: int(9223372036854775807) 057+ Right: int(-9223372036854775808) ================================================================================ ================================================================================ /cencos/fuse/TGZ/php-4.3.0/ext/standard/tests/math/round.phpt ================================================================================ ---- EXPECTED OUTPUT 1,1,0,0 OK ---- ACTUAL OUTPUT 1,1,1,1 Assert failed: LONG_MIN-1 ~== round(LONG_MIN - 0.6) Left: int(9223372036854775807) Right: float(-9.2233720368548E+18) Assert failed: LONG_MIN-1 ~== floor(LONG_MIN - 0.5) Left: int(9223372036854775807) Right: float(-9.2233720368548E+18) Assert failed: LONG_MAX+1 ~== ceil(LONG_MAX + 0.5) Left: int(-9223372036854775808) Right: float(9.2233720368548E+18) Assert failed: LONG_MAX+1 ~== round(LONG_MAX + 0.6) Left: int(-9223372036854775808) Right: float(9.2233720368548E+18) ---- FAILED ================================================================================ 001- 1,1,0,0 001+ 1,1,1,1 002- OK 002+ 003+ Assert failed: 004+ LONG_MIN-1 ~== round(LONG_MIN - 0.6) 005+ Left: int(9223372036854775807) 006+ Right: float(-9.2233720368548E+18) 007+ 008+ Assert failed: 009+ LONG_MIN-1 ~== floor(LONG_MIN - 0.5) 010+ Left: int(9223372036854775807) 011+ Right: float(-9.2233720368548E+18) 012+ 013+ Assert failed: 014+ LONG_MAX+1 ~== ceil(LONG_MAX + 0.5) 015+ Left: int(-9223372036854775808) 016+ Right: float(9.2233720368548E+18) 017+ 018+ Assert failed: 019+ LONG_MAX+1 ~== round(LONG_MAX + 0.6) 020+ Left: int(-9223372036854775808) 021+ Right: float(9.2233720368548E+18) ================================================================================ ================================================================================ /cencos/fuse/TGZ/php-4.3.0/ext/standard/tests/strings/strcspn.phpt ================================================================================ ---- EXPECTED OUTPUT string(25) "22222222aaaa bbb1111 cccc" string(4) "1234" int(0) int(7) int(6) ---- ACTUAL OUTPUT string(25) "22222222aaaa bbb1111 cccc" string(4) "1234" int(0) int(0) int(0) ---- FAILED ================================================================================ 004- int(7) 004+ int(0) 005- int(6) 005+ int(0) ================================================================================ ================================================================================ /cencos/fuse/TGZ/php-4.3.0/ext/standard/tests/strings/strspn.phpt ================================================================================ ---- EXPECTED OUTPUT string(25) "22222222aaaa bbb1111 cccc" string(4) "1234" int(8) int(6) int(3) ---- ACTUAL OUTPUT string(25) "22222222aaaa bbb1111 cccc" string(4) "1234" int(25) int(23) int(3) ---- FAILED ================================================================================ 003- int(8) 003+ int(25) 004- int(6) 004+ int(23) ================================================================================ ================================================================================ /cencos/fuse/TGZ/php-4.3.0/ext/standard/tests/time/001.phpt ================================================================================ ---- EXPECTED OUTPUT Passed: 100000 Failed: 0 ---- ACTUAL OUTPUT Passed: 1979 Failed: 98021 000002: 1045062236 0.26857000 < 1045062236 0.26857000 000003: 1045062236 0.26857000 < 1045062236 0.26857000 000004: 1045062236 0.26857000 < 1045062236 0.26857000 000005: 1045062236 0.26857000 < 1045062236 0.26857000 000006: 1045062236 0.26857000 < 1045062236 0.26857000 000007: 1045062236 0.26857000 < 1045062236 0.26857000 000008: 1045062236 0.26857000 < 1045062236 0.26857000 000009: 1045062236 0.26857000 < 1045062236 0.26857000 000010: 1045062236 0.26857000 < 1045062236 0.26857000 000011: 1045062236 0.26857000 < 1045062236 0.26857000 000012: 1045062236 0.26857000 < 1045062236 0.26857000 ---- FAILED ================================================================================ 001- Passed: 100000 001+ Passed: 1979 002- Failed: 0 002+ Failed: 98021 003+ 000002: 1045062236 0.26857000 < 1045062236 0.26857000 004+ 000003: 1045062236 0.26857000 < 1045062236 0.26857000 005+ 000004: 1045062236 0.26857000 < 1045062236 0.26857000 006+ 000005: 1045062236 0.26857000 < 1045062236 0.26857000 007+ 000006: 1045062236 0.26857000 < 1045062236 0.26857000 008+ 000007: 1045062236 0.26857000 < 1045062236 0.26857000 009+ 000008: 1045062236 0.26857000 < 1045062236 0.26857000 010+ 000009: 1045062236 0.26857000 < 1045062236 0.26857000 011+ 000010: 1045062236 0.26857000 < 1045062236 0.26857000 012+ 000011: 1045062236 0.26857000 < 1045062236 0.26857000 013+ 000012: 1045062236 0.26857000 < 1045062236 0.26857000 ================================================================================ ================================================================================ /cencos/fuse/TGZ/php-4.3.0/ext/standard/tests/time/002.phpt ================================================================================ ---- EXPECTED OUTPUT 1999-10-13 00:00:00 1999-10-13 00:00:00 2000-01-19 00:00:00 2000-01-19 00:00:00 2001-12-21 00:00:00 2001-12-21 00:00:00 2001-12-21 12:16:00 2001-12-21 12:16:00 1969-12-31 23:59:59 2001-10-22 21:19:58 2001-10-22 23:19:58 2001-10-22 23:32:58 2001-10-22 19:19:58 2001-10-22 19:06:58 1999-10-13 00:00:00 1999-10-13 00:00:00 2000-01-19 00:00:00 2000-01-19 00:00:00 2001-12-21 00:00:00 2001-12-21 00:00:00 2001-12-21 12:16:00 2001-12-21 12:16:00 1970-01-01 00:59:59 2001-10-22 21:19:58 2001-10-23 01:19:58 2001-10-23 01:32:58 2001-10-22 21:19:58 2001-10-22 21:06:58 ---- ACTUAL OUTPUT 1999-10-13 00:00:00 1999-10-13 00:00:00 2000-01-19 00:00:00 2000-01-19 00:00:00 2001-12-21 00:00:00 2001-12-21 00:00:00 2001-12-21 12:16:00 2001-12-21 12:16:00 1970-01-01 00:59:59 2001-10-22 21:19:58 2001-10-23 01:19:58 2001-10-23 01:32:58 2001-10-22 21:19:58 2001-10-22 21:06:58 1999-10-13 00:00:00 1999-10-13 00:00:00 2000-01-19 00:00:00 2000-01-19 00:00:00 2001-12-21 00:00:00 2001-12-21 00:00:00 2001-12-21 12:16:00 2001-12-21 12:16:00 1970-01-01 00:59:59 2001-10-22 21:19:58 2001-10-23 01:19:58 2001-10-23 01:32:58 2001-10-22 21:19:58 2001-10-22 21:06:58 ---- FAILED ================================================================================ 009- 1969-12-31 23:59:59 009+ 1970-01-01 00:59:59 011- 2001-10-22 23:19:58 011+ 2001-10-23 01:19:58 012- 2001-10-22 23:32:58 012+ 2001-10-23 01:32:58 013- 2001-10-22 19:19:58 013+ 2001-10-22 21:19:58 014- 2001-10-22 19:06:58 014+ 2001-10-22 21:06:58 ================================================================================ ================================================================================ BUILD ENVIRONMENT ================================================================================ OS: OSF1 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 <[EMAIL PROTECTED]> Autoconf: Autoconf version Libtool: ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52) Compiler: Compaq C V6.3-025 on Compaq Tru64 UNIX V5.1 (Rev. 732) Compiler Driver V6.3-026 (sys) cc Driver Bison: GNU Bison version 1.25 ================================================================================ PHPINFO ================================================================================ phpinfo() PHP Version => 4.3.0 System => OSF1 virmos.astrsp-mrs.fr V5.1 732 alpha Build Date => Feb 12 2003 15:48:32 Configure Command => './configure' '--prefix=/cencos/fuse/php-4.3.0' '--with-mysql=/cencos/fuse/mysql-3.23.43' '--with-apxs2=/cencos/fuse/apache-2.0.44/bin/apxs' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /cencos/fuse/php-4.3.0/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 => /cencos/fuse/php-4.3.0/lib/php/extensions/no-debug-non-zts-20020429 => /cencos/fuse/php-4.3.0/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 => .:/cencos/fuse/php-4.3.0/lib/php => .:/cencos/fuse/php-4.3.0/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 mysql MySQL Support => enabled Active Persistent Links => 0 Active Links => 0 Client API version => 3.23.43 MYSQL_MODULE_TYPE => external MYSQL_SOCKET => /tmp/mysql.sock MYSQL_INCLUDE => -I/cencos/fuse/mysql-3.23.43/include/mysql MYSQL_LIBS => -L/cencos/fuse/mysql-3.23.43/lib/mysql -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=,fieldset= => a=href,area=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.2 Additional Modules Module Name Environment Variable => Value CPP => cpp QUERY_STRING => VISUAL => emacs PATH => /opt/apps/Tru64/bin:/sbin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/bin/X11:/usr/tcb/bin:/usr/local/bin SCRIPT_FILENAME => CONTENT_TYPE => CERN => . LOGNAME => meunier REDIRECT_STATUS => MAKEFLAGS => PS1 => virmos{root}# REQUEST_METHOD => USER => root PATH_TRANSLATED => LDFLAGS => -L/opt/apps/Tru64/lib CC => /usr/bin/cc CONTENT_LENGTH => CXX => /usr/bin/cxx DISPLAY => lasa49:0 MAKELEVEL => 1 TEST_PHP_EXECUTABLE => /cencos/fuse/TGZ/php-4.3.0/sapi/cli/php SHELL => /bin/ksh CPPFLAGS => -I/opt/apps/Tru64/include -I/cencos/fuse/TGZ/php-4.3.0/TSRM GS_LIB => /opt/apps/Tru64/lib/ghostscript/6.0/lib:/opt/apps/Tru64/lib/ghostscript/fonts HOME => / TEST_PHP_SRCDIR => /cencos/fuse/TGZ/php-4.3.0 TERM => dtterm LD_LIBRARY_PATH => /opt/apps/Tru64/lib:/opt/apps/Tru64/lib/perl5/5.6.1:/opt/apps/Tru64/teTeX/lib:/usr/shlib:/var/shlib CFLAGS => -std1 -g3 -prefer-pic MFLAGS => PWD => /cencos/fuse/TGZ/php-4.3.0 GS_FONTPATH => /opt/apps/Tru64/lib/ghostscript/fonts CCFLAGS => -std1 -g3 PHP Variables Variable => Value _SERVER["CPP"] => cpp _SERVER["QUERY_STRING"] => _SERVER["VISUAL"] => emacs _SERVER["PATH"] => /opt/apps/Tru64/bin:/sbin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/bin/X11:/usr/tcb/bin:/usr/local/bin _SERVER["SCRIPT_FILENAME"] => _SERVER["CONTENT_TYPE"] => _SERVER["CERN"] => . _SERVER["LOGNAME"] => meunier _SERVER["REDIRECT_STATUS"] => _SERVER["MAKEFLAGS"] => _SERVER["PS1"] => virmos{root}# _SERVER["REQUEST_METHOD"] => _SERVER["USER"] => root _SERVER["PATH_TRANSLATED"] => _SERVER["LDFLAGS"] => -L/opt/apps/Tru64/lib _SERVER["CC"] => /usr/bin/cc _SERVER["CONTENT_LENGTH"] => _SERVER["CXX"] => /usr/bin/cxx _SERVER["DISPLAY"] => lasa49:0 _SERVER["MAKELEVEL"] => 1 _SERVER["TEST_PHP_EXECUTABLE"] => /cencos/fuse/TGZ/php-4.3.0/sapi/cli/php _SERVER["SHELL"] => /bin/ksh _SERVER["CPPFLAGS"] => -I/opt/apps/Tru64/include -I/cencos/fuse/TGZ/php-4.3.0/TSRM _SERVER["GS_LIB"] => /opt/apps/Tru64/lib/ghostscript/6.0/lib:/opt/apps/Tru64/lib/ghostscript/fonts _SERVER["HOME"] => / _SERVER["TEST_PHP_SRCDIR"] => /cencos/fuse/TGZ/php-4.3.0 _SERVER["TERM"] => dtterm _SERVER["LD_LIBRARY_PATH"] => /opt/apps/Tru64/lib:/opt/apps/Tru64/lib/perl5/5.6.1:/opt/apps/Tru64/teTeX/lib:/usr/shlib:/var/shlib _SERVER["CFLAGS"] => -std1 -g3 -prefer-pic _SERVER["MFLAGS"] => _SERVER["PWD"] => /cencos/fuse/TGZ/php-4.3.0 _SERVER["GS_FONTPATH"] => /opt/apps/Tru64/lib/ghostscript/fonts _SERVER["CCFLAGS"] => -std1 -g3 _SERVER["PHP_SELF"] => _SERVER["SCRIPT_NAME"] => _SERVER["DOCUMENT_ROOT"] => _SERVER["argv"] => Array ( ) _SERVER["argc"] => 0 _ENV["CPP"] => cpp _ENV["QUERY_STRING"] => _ENV["VISUAL"] => emacs _ENV["PATH"] => /opt/apps/Tru64/bin:/sbin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/bin/X11:/usr/tcb/bin:/usr/local/bin _ENV["SCRIPT_FILENAME"] => _ENV["CONTENT_TYPE"] => _ENV["CERN"] => . _ENV["LOGNAME"] => meunier _ENV["REDIRECT_STATUS"] => _ENV["MAKEFLAGS"] => _ENV["PS1"] => virmos{root}# _ENV["REQUEST_METHOD"] => _ENV["USER"] => root _ENV["PATH_TRANSLATED"] => _ENV["LDFLAGS"] => -L/opt/apps/Tru64/lib _ENV["CC"] => /usr/bin/cc _ENV["CONTENT_LENGTH"] => _ENV["CXX"] => /usr/bin/cxx _ENV["DISPLAY"] => lasa49:0 _ENV["MAKELEVEL"] => 1 _ENV["TEST_PHP_EXECUTABLE"] => /cencos/fuse/TGZ/php-4.3.0/sapi/cli/php _ENV["SHELL"] => /bin/ksh _ENV["CPPFLAGS"] => -I/opt/apps/Tru64/include -I/cencos/fuse/TGZ/php-4.3.0/TSRM _ENV["GS_LIB"] => /opt/apps/Tru64/lib/ghostscript/6.0/lib:/opt/apps/Tru64/lib/ghostscript/fonts _ENV["HOME"] => / _ENV["TEST_PHP_SRCDIR"] => /cencos/fuse/TGZ/php-4.3.0 _ENV["TERM"] => dtterm _ENV["LD_LIBRARY_PATH"] => /opt/apps/Tru64/lib:/opt/apps/Tru64/lib/perl5/5.6.1:/opt/apps/Tru64/teTeX/lib:/usr/shlib:/var/shlib _ENV["CFLAGS"] => -std1 -g3 -prefer-pic _ENV["MFLAGS"] => _ENV["PWD"] => /cencos/fuse/TGZ/php-4.3.0 _ENV["GS_FONTPATH"] => /opt/apps/Tru64/lib/ghostscript/fonts _ENV["CCFLAGS"] => -std1 -g3 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 [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php