Failures report on php 4.3.0 make test.
===================================================================== 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 : 229 (51.7%) Tests failed : 9 ( 2.0%) Tests passed : 205 (46.3%) --------------------------------------------------------------------- Time taken : 926 seconds ===================================================================== ================================================================================ /usr/users/mondonovan/devel/tsunami/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) ================================================================================ ================================================================================ /usr/users/mondonovan/devel/tsunami/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) ================================================================================ ================================================================================ /usr/users/mondonovan/devel/tsunami/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 ================================================================================ ================================================================================ /usr/users/mondonovan/devel/tsunami/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) ================================================================================ ================================================================================ /usr/users/mondonovan/devel/tsunami/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) ================================================================================ ================================================================================ /usr/users/mondonovan/devel/tsunami/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) ================================================================================ ================================================================================ /usr/users/mondonovan/devel/tsunami/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" ---- FAILED ================================================================================ 003- int(8) 004- int(6) 005- int(3) ================================================================================ ================================================================================ /usr/users/mondonovan/devel/tsunami/php-4.3.0/ext/standard/tests/time/001.phpt ================================================================================ ---- EXPECTED OUTPUT Passed: 100000 Failed: 0 ---- ACTUAL OUTPUT Passed: 5383 Failed: 94617 000002: 1042803873 0.06730300 < 1042803873 0.06730300 000003: 1042803873 0.06730300 < 1042803873 0.06730300 000004: 1042803873 0.06730300 < 1042803873 0.06730300 000005: 1042803873 0.06730300 < 1042803873 0.06730300 000006: 1042803873 0.06730300 < 1042803873 0.06730300 000007: 1042803873 0.06730300 < 1042803873 0.06730300 000008: 1042803873 0.06730300 < 1042803873 0.06730300 000010: 1042803873 0.06827900 < 1042803873 0.06827900 000011: 1042803873 0.06827900 < 1042803873 0.06827900 000012: 1042803873 0.06827900 < 1042803873 0.06827900 000013: 1042803873 0.06827900 < 1042803873 0.06827900 ---- FAILED ================================================================================ 001- Passed: 100000 001+ Passed: 5383 002- Failed: 0 002+ Failed: 94617 003+ 000002: 1042803873 0.06730300 < 1042803873 0.06730300 004+ 000003: 1042803873 0.06730300 < 1042803873 0.06730300 005+ 000004: 1042803873 0.06730300 < 1042803873 0.06730300 006+ 000005: 1042803873 0.06730300 < 1042803873 0.06730300 007+ 000006: 1042803873 0.06730300 < 1042803873 0.06730300 008+ 000007: 1042803873 0.06730300 < 1042803873 0.06730300 009+ 000008: 1042803873 0.06730300 < 1042803873 0.06730300 010+ 000010: 1042803873 0.06827900 < 1042803873 0.06827900 011+ 000011: 1042803873 0.06827900 < 1042803873 0.06827900 012+ 000012: 1042803873 0.06827900 < 1042803873 0.06827900 013+ 000013: 1042803873 0.06827900 < 1042803873 0.06827900 ================================================================================ ================================================================================ /usr/users/mondonovan/devel/tsunami/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 00:19:58 2001-10-23 00:32:58 2001-10-22 20:19:58 2001-10-22 20: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 00:19:58 2001-10-23 00:32:58 2001-10-22 20:19:58 2001-10-22 20: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 00:19:58 012- 2001-10-22 23:32:58 012+ 2001-10-23 00:32:58 013- 2001-10-22 19:19:58 013+ 2001-10-22 20:19:58 014- 2001-10-22 19:06:58 014+ 2001-10-22 20:06:58 025- 2001-10-23 01:19:58 025+ 2001-10-23 00:19:58 026- 2001-10-23 01:32:58 026+ 2001-10-23 00:32:58 027- 2001-10-22 21:19:58 027+ 2001-10-22 20:19:58 028- 2001-10-22 21:06:58 028+ 2001-10-22 20:06:58 ================================================================================ ================================================================================ BUILD ENVIRONMENT ================================================================================ OS: OSF1 Automake: Autoconf: Libtool: ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52) Compiler: Compaq C V6.4-014 on Compaq Tru64 UNIX V5.1A (Rev. 1885) Compiler Driver V6.4-215 (sys) cc Driver Bison: ================================================================================ PHPINFO ================================================================================ phpinfo() PHP Version => 4.3.0 System => OSF1 swift2.att.cmg.nl V5.1 1885 alpha Build Date => Jan 17 2003 09:16:53 Configure Command => './configure' '--with-mysql' '--with-apxs2' '--with-config-path=/usr/users/mondonovan/apache2/' '--prefix=/usr/users/mondonovan/apache2/php' '--with-pear=/usr/users/mondonovan/apache2/php/pear' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /usr/users/mondonovan/apache2/php/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/users/mondonovan/apache2/php/lib/php/extensions/no-debug-non-zts-20020429 => /usr/users/mondonovan/apache2/php/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/users/mondonovan/apache2/php/pear => .:/usr/users/mondonovan/apache2/php/pear 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.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 => -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 MANPATH => /usr/users/mondonovan/apache2/man:/usr/users/mondonovan/apache2/mysql/man:/usr/users/mondonovan/devel/third_party/man:/usr/man:/usr/local/man BASH_ENV => /usr/users/mondonovan/.kshrc QUERY_STRING => RASPDEVROOT => /usr/users/mondonovan/devel/rasp I18NPATH => /usr/i18n PATH => /usr/users/mondonovan/apache2/bin:/usr/users/mondonovan/apache2/mysql/bin:/usr/users/mondonovan/devel/third_party/bin:/usr/users/mondonovan/local/osf1-5.1/bin:/usr/opt/java130/bin:/usr/users/mondonovan/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin/X11:/usr/local/bin:/usr/opt/svr4/bin:/usr/local/doxygen/bin:/opt/TWWfsw/bin:/usr/local/parasoft/bin.alpha5:.:/usr/local/qt/bin:/usr/local/openldap/bin:/usr/local/openldap/sbin:/usr/local/openldap/libexec:/usr/users/mondonovan/devel/cf/bin:/usr/users/mondonovan/devel/cf/tools/bin:/opt/ccm51/bin SCRIPT_FILENAME => MMSC_HOME => /usr/users/mondonovan/devel/mms CONTENT_TYPE => TERMEMU => color_xterm EDITOR => /usr/users/mondonovan/bin/editor.ksh LOGNAME => mondonovan REDIRECT_STATUS => MAKEFLAGS => MAIL => /usr/spool/mail/mondonovan PS1 => [swift2.att.cmg.nl:mondonovan] HOST => swift2 REQUEST_METHOD => HOME_LOCAL => /usr/users/mondonovan/local/osf1-5.1 MMSDEVROOT => /usr/users/mondonovan/devel/mms USER => mondonovan PATH_TRANSLATED => PBIDEVROOT => /usr/users/mondonovan/pbi EPBDB => /scm/db/dbs/cor_epb_src01/ CC => cc CONTENT_LENGTH => DISPLAY => 10.226.3.23:0.0 TEST_PHP_EXECUTABLE => /usr/users/mondonovan/devel/tsunami/php-4.3.0/sapi/cli/php CVSROOT => /usr/cvs SHELL => /usr/bin/ksh VIEMU => vim CFDB => /scm/db/dbs/cor_comframe_src01/ JAVA_HOME => /usr/opt/java130 CCM_HOME => /opt/ccm51 OPENLDAPDIR => /usr/local/openldap PLATFORM => OSF1 HOME => /usr/users/mondonovan MMSDB => /scm/db/dbs/cor_mms_src01/ EPBDEVROOT => /usr/users/mondonovan/devel/epb TEST_PHP_SRCDIR => /usr/users/mondonovan/devel/tsunami/php-4.3.0 TERM => xterm LD_LIBRARY_PATH => /usr/users/mondonovan/devel/third_party/lib:/usr/users/mondonovan/local/osf1-5.1/lib:/usr/local/lib:/opt/TWWfsw/gcc302/lib:/usr/local/qt/lib:/usr/users/mondonovan/devel/cf/lib XAPPLRESDIR => /usr/users/mondonovan/local/app-defaults QTDIR => /usr/local/qt PWD => /usr/users/mondonovan/devel/tsunami/php-4.3.0 OS_TYPE => OSF1 MAKEDIR => / ENV => /usr/users/mondonovan/.kshrc CFDEVROOT => /usr/users/mondonovan/devel/cf OS_VERSION => 5.1 HOME_EFF => /usr/users/mondonovan PHP Variables Variable => Value _SERVER["MANPATH"] => /usr/users/mondonovan/apache2/man:/usr/users/mondonovan/apache2/mysql/man:/usr/users/mondonovan/devel/third_party/man:/usr/man:/usr/local/man _SERVER["BASH_ENV"] => /usr/users/mondonovan/.kshrc _SERVER["QUERY_STRING"] => _SERVER["RASPDEVROOT"] => /usr/users/mondonovan/devel/rasp _SERVER["I18NPATH"] => /usr/i18n _SERVER["PATH"] => /usr/users/mondonovan/apache2/bin:/usr/users/mondonovan/apache2/mysql/bin:/usr/users/mondonovan/devel/third_party/bin:/usr/users/mondonovan/local/osf1-5.1/bin:/usr/opt/java130/bin:/usr/users/mondonovan/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin/X11:/usr/local/bin:/usr/opt/svr4/bin:/usr/local/doxygen/bin:/opt/TWWfsw/bin:/usr/local/parasoft/bin.alpha5:.:/usr/local/qt/bin:/usr/local/openldap/bin:/usr/local/openldap/sbin:/usr/local/openldap/libexec:/usr/users/mondonovan/devel/cf/bin:/usr/users/mondonovan/devel/cf/tools/bin:/opt/ccm51/bin _SERVER["SCRIPT_FILENAME"] => _SERVER["MMSC_HOME"] => /usr/users/mondonovan/devel/mms _SERVER["CONTENT_TYPE"] => _SERVER["TERMEMU"] => color_xterm _SERVER["EDITOR"] => /usr/users/mondonovan/bin/editor.ksh _SERVER["LOGNAME"] => mondonovan _SERVER["REDIRECT_STATUS"] => _SERVER["MAKEFLAGS"] => _SERVER["MAIL"] => /usr/spool/mail/mondonovan _SERVER["PS1"] => [swift2.att.cmg.nl:mondonovan] _SERVER["HOST"] => swift2 _SERVER["REQUEST_METHOD"] => _SERVER["HOME_LOCAL"] => /usr/users/mondonovan/local/osf1-5.1 _SERVER["MMSDEVROOT"] => /usr/users/mondonovan/devel/mms _SERVER["USER"] => mondonovan _SERVER["PATH_TRANSLATED"] => _SERVER["PBIDEVROOT"] => /usr/users/mondonovan/pbi _SERVER["EPBDB"] => /scm/db/dbs/cor_epb_src01/ _SERVER["CC"] => cc _SERVER["CONTENT_LENGTH"] => _SERVER["DISPLAY"] => 10.226.3.23:0.0 _SERVER["TEST_PHP_EXECUTABLE"] => /usr/users/mondonovan/devel/tsunami/php-4.3.0/sapi/cli/php _SERVER["CVSROOT"] => /usr/cvs _SERVER["SHELL"] => /usr/bin/ksh _SERVER["VIEMU"] => vim _SERVER["CFDB"] => /scm/db/dbs/cor_comframe_src01/ _SERVER["JAVA_HOME"] => /usr/opt/java130 _SERVER["CCM_HOME"] => /opt/ccm51 _SERVER["OPENLDAPDIR"] => /usr/local/openldap _SERVER["PLATFORM"] => OSF1 _SERVER["HOME"] => /usr/users/mondonovan _SERVER["MMSDB"] => /scm/db/dbs/cor_mms_src01/ _SERVER["EPBDEVROOT"] => /usr/users/mondonovan/devel/epb _SERVER["TEST_PHP_SRCDIR"] => /usr/users/mondonovan/devel/tsunami/php-4.3.0 _SERVER["TERM"] => xterm _SERVER["LD_LIBRARY_PATH"] => /usr/users/mondonovan/devel/third_party/lib:/usr/users/mondonovan/local/osf1-5.1/lib:/usr/local/lib:/opt/TWWfsw/gcc302/lib:/usr/local/qt/lib:/usr/users/mondonovan/devel/cf/lib _SERVER["XAPPLRESDIR"] => /usr/users/mondonovan/local/app-defaults _SERVER["QTDIR"] => /usr/local/qt _SERVER["PWD"] => /usr/users/mondonovan/devel/tsunami/php-4.3.0 _SERVER["OS_TYPE"] => OSF1 _SERVER["MAKEDIR"] => / _SERVER["ENV"] => /usr/users/mondonovan/.kshrc _SERVER["CFDEVROOT"] => /usr/users/mondonovan/devel/cf _SERVER["OS_VERSION"] => 5.1 _SERVER["HOME_EFF"] => /usr/users/mondonovan _SERVER["PHP_SELF"] => _SERVER["SCRIPT_NAME"] => _SERVER["DOCUMENT_ROOT"] => _SERVER["argv"] => Array ( ) _SERVER["argc"] => 0 _ENV["MANPATH"] => /usr/users/mondonovan/apache2/man:/usr/users/mondonovan/apache2/mysql/man:/usr/users/mondonovan/devel/third_party/man:/usr/man:/usr/local/man _ENV["BASH_ENV"] => /usr/users/mondonovan/.kshrc _ENV["QUERY_STRING"] => _ENV["RASPDEVROOT"] => /usr/users/mondonovan/devel/rasp _ENV["I18NPATH"] => /usr/i18n _ENV["PATH"] => /usr/users/mondonovan/apache2/bin:/usr/users/mondonovan/apache2/mysql/bin:/usr/users/mondonovan/devel/third_party/bin:/usr/users/mondonovan/local/osf1-5.1/bin:/usr/opt/java130/bin:/usr/users/mondonovan/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin/X11:/usr/local/bin:/usr/opt/svr4/bin:/usr/local/doxygen/bin:/opt/TWWfsw/bin:/usr/local/parasoft/bin.alpha5:.:/usr/local/qt/bin:/usr/local/openldap/bin:/usr/local/openldap/sbin:/usr/local/openldap/libexec:/usr/users/mondonovan/devel/cf/bin:/usr/users/mondonovan/devel/cf/tools/bin:/opt/ccm51/bin _ENV["SCRIPT_FILENAME"] => _ENV["MMSC_HOME"] => /usr/users/mondonovan/devel/mms _ENV["CONTENT_TYPE"] => _ENV["TERMEMU"] => color_xterm _ENV["EDITOR"] => /usr/users/mondonovan/bin/editor.ksh _ENV["LOGNAME"] => mondonovan _ENV["REDIRECT_STATUS"] => _ENV["MAKEFLAGS"] => _ENV["MAIL"] => /usr/spool/mail/mondonovan _ENV["PS1"] => [swift2.att.cmg.nl:mondonovan] _ENV["HOST"] => swift2 _ENV["REQUEST_METHOD"] => _ENV["HOME_LOCAL"] => /usr/users/mondonovan/local/osf1-5.1 _ENV["MMSDEVROOT"] => /usr/users/mondonovan/devel/mms _ENV["USER"] => mondonovan _ENV["PATH_TRANSLATED"] => _ENV["PBIDEVROOT"] => /usr/users/mondonovan/pbi _ENV["EPBDB"] => /scm/db/dbs/cor_epb_src01/ _ENV["CC"] => cc _ENV["CONTENT_LENGTH"] => _ENV["DISPLAY"] => 10.226.3.23:0.0 _ENV["TEST_PHP_EXECUTABLE"] => /usr/users/mondonovan/devel/tsunami/php-4.3.0/sapi/cli/php _ENV["CVSROOT"] => /usr/cvs _ENV["SHELL"] => /usr/bin/ksh _ENV["VIEMU"] => vim _ENV["CFDB"] => /scm/db/dbs/cor_comframe_src01/ _ENV["JAVA_HOME"] => /usr/opt/java130 _ENV["CCM_HOME"] => /opt/ccm51 _ENV["OPENLDAPDIR"] => /usr/local/openldap _ENV["PLATFORM"] => OSF1 _ENV["HOME"] => /usr/users/mondonovan _ENV["MMSDB"] => /scm/db/dbs/cor_mms_src01/ _ENV["EPBDEVROOT"] => /usr/users/mondonovan/devel/epb _ENV["TEST_PHP_SRCDIR"] => /usr/users/mondonovan/devel/tsunami/php-4.3.0 _ENV["TERM"] => xterm _ENV["LD_LIBRARY_PATH"] => /usr/users/mondonovan/devel/third_party/lib:/usr/users/mondonovan/local/osf1-5.1/lib:/usr/local/lib:/opt/TWWfsw/gcc302/lib:/usr/local/qt/lib:/usr/users/mondonovan/devel/cf/lib _ENV["XAPPLRESDIR"] => /usr/users/mondonovan/local/app-defaults _ENV["QTDIR"] => /usr/local/qt _ENV["PWD"] => /usr/users/mondonovan/devel/tsunami/php-4.3.0 _ENV["OS_TYPE"] => OSF1 _ENV["MAKEDIR"] => / _ENV["ENV"] => /usr/users/mondonovan/.kshrc _ENV["CFDEVROOT"] => /usr/users/mondonovan/devel/cf _ENV["OS_VERSION"] => 5.1 _ENV["HOME_EFF"] => /usr/users/mondonovan 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