ok. that's a lot of output. I've put it at the end, separated by markers.
--------------- Chris Hoogendyk - O__ ---- Systems Administrator c/ /'_ --- Biology & Geology Departments (*) \(*) -- 140 Morrill Science Center ~~~~~~~~~~ - University of Massachusetts, Amherst <[EMAIL PROTECTED]> --------------- Erdös 4 Tomas Kuliavas wrote: > could you show phpinfo() output from all three servers? > > maybe server B is not chrooted and servers A and C are chrooted. > > >> Thank you for your reply. >> >> >> The question boils down to: why is SM on server B reporting time >> correctly in EST, while SM on A and C drop out to GMT? The configuration of >> B and C would seem to be nearly identical, while A is odd server out >> with different versions of php and SM. None of them are on php 5.1.x yet. >> Server A is on php 5.0.2. >> >> >> I know that there are preferences individual users can set to fix this. >> But, since I have one server that seems to be doing it correctly, I'd >> like to know why and then fix the others. I have hundreds of users, and >> getting them all to "fix their settings" can be a bit of a problem. >> >> I've been looking at the php configurations. If I do `php -i | less`, I >> find that all three servers have the same group of settings for TZ: >> >> TZ => US/Eastern >> _SERVER["TZ"] => US/Eastern >> _ENV["TZ"] => US/Eastern >> >> >> >> I haven't been able to find any differences that I can point to as >> possibly causing 2 servers to report GMT while the other 1 reports EST. >> >> >> >> --------------- >> >> >> Chris Hoogendyk >> >> >> - >> O__ ---- Systems Administrator >> c/ /'_ --- Biology & Geology Departments (*) \(*) -- 140 Morrill Science >> Center >> ~~~~~~~~~~ - University of Massachusetts, Amherst >> >> >> <[EMAIL PROTECTED]> >> >> >> --------------- >> >> >> Erdös 4 >> >> >> >> >> >> Tomas Kuliavas wrote: >> >> >>>> I found a few things related to this on google, in the SM >>>> documentation, and on the archives for the list, but nothing that >>>> answered the question. >>>> >>>> I have 3 servers that are very similar. Each is a Sun E250 running >>>> Solaris 9. Call them A, B, & C, configured last August, November and >>>> this January respectively. A has php 5.0.2 and squirrelmail 1.4.4. It >>>> has moderate useage and doesn't use php for other things. B has php >>>> 4.4.2 and >>>> squirrelmail 1.4.6. It has very light usage of mail, but heavier usage >>>> of the web and uses php extensively. C has php 4.4.2 and squirrelmail >>>> 1.4.6 >>>> also. It has heavy useage of mail, and moderate useage of the web with >>>> light use of php for the web. >>>> >>>> I personally built all 3 servers, secured them, configured ntp and >>>> all applications. `date` on all 3 reports the time and date correctly. >>>> >>>> >>>> Squirrelmail on A and C reports time as GMT. In the mail headers it >>>> puts a line that reports GMT. The subsequent line from sendmail >>>> reports the time in EST. On the Web page, left panel, Squirrelmail >>>> reports the time as GMT but does not indicate that it is GMT -- it's >>>> simply 5 hours later than one would expect. >>>> >>>> >>> Switch to international time format in folder prefs and see reported >>> time zone. >>> >>> >>> >>>> Squirrelmail on B reports time as EST. >>>> >>>> >>>> >>>> I recently updated php and Squirrelmail on B and C and followed >>>> identical procedures on both. >>>> >>>> I did not update A, because the php 5.1.2 configure script failed. >>>> Separate issue, but explains the difference in versions. >>>> >>>> >>>> >>>> If I go to my personal options on the web connection and specify a >>>> time zone of America/New_York, I get the correct display of time for >>>> myself. However, this does not fix the problem for all my users. I >>>> also cannot say if this is a new problem or an old problem. Nobody >>>> reported it until this week. I also looked at some pref files in >>>> smdata on all 3 and didn't see any specifications of time zones. >>>> >>>> >>> Then SquirrelMail is running in default time zone and PHP functions >>> fail to report your server's time zone correctly. >>> >>> >>> >>>> Seems like there must be some sort of global configuration somewhere >>>> that controls this. But, I couldn't find it. I even poked around in >>>> Squirrelmail's code a bit, but I'm not a php programmer. >>>> >>>> >>>> >>> SquirrelMail does not have global time zone configuration option. It >>> uses your server's time zone by default. If you use PHP 5.1.x - date >>> functions are rewritten and SquirrelMail does not support >>> date_default_timezone_set() function yet. >>> >>> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > -- > squirrelmail-users mailing list > Posting Guidelines: > http://www.squirrelmail.org/wiki/MailingListPostingGuidelines > List Address: squirrelmail-users@lists.sourceforge.net > List Archives: > http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > ---------------------------------- Server A ----------------------------------- eclogite:/usr/local/httpd/share/smdata:root# /usr/local/php/bin/php -i phpinfo() PHP Version => 5.0.2 System => SunOS eclogite 5.9 Generic_118558-10 sun4u Build Date => Jun 10 2005 16:58:23 Configure Command => './configure' '--prefix=/usr/local/php' '--with-mysql=/usr/local/mysql' '--with-openssl=/usr/local/ssl' '--with-imap=/usr/local/src/imap/imap-2004d' '--with-apxs2=/usr/local/apache2/bin/apxs' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /usr/local/php/lib/php.ini PHP API => 20031224 PHP Extension => 20040412 Zend Extension => 220040412 Debug Build => no Thread Safety => disabled IPv6 Support => enabled Registered PHP Streams => php, file, http, ftp, https, ftps Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls This program makes use of the Zend Scripting Language Engine: Zend Engine v2.0.2, 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_globals_jit => On => On 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 => 2039 => 2039 expose_php => On => On extension_dir => ./ => ./ file_uploads => On => On 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/lib/php => .:/usr/local/php/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 mail.force_extra_parameters => no value => no value max_execution_time => 0 => 30 max_input_time => 60 => 60 open_basedir => no value => no value output_buffering => 0 => no value output_handler => no value => no value post_max_size => 8M => 8M precision => 12 => 12 register_argc_argv => On => On register_globals => Off => Off register_long_arrays => On => On report_memleaks => On => On report_zend_debug => Off => Off 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/lib/sendmail -t -i => /usr/lib/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 => EGPCS => EGPCS xmlrpc_error_number => 0 => 0 xmlrpc_errors => Off => Off y2k_compliance => Off => Off zend.ze1_compatibility_mode => Off => Off ctype ctype functions => enabled dom DOM/XML => enabled DOM/XML API Version => 20031129 libxml Version => 2.6.16 HTML Support => enabled XPath Support => enabled XPointer Support => enabled Schema Support => enabled RelaxNG Support => enabled iconv iconv support => enabled iconv implementation => unknown iconv library version => unknown Directive => Local Value => Master Value iconv.input_encoding => ISO-8859-1 => ISO-8859-1 iconv.internal_encoding => ISO-8859-1 => ISO-8859-1 iconv.output_encoding => ISO-8859-1 => ISO-8859-1 imap IMAP c-Client Version => 2000 libxml libXML support => active libXML Version => 2.6.16 libXML streams => enabled mysql MySQL Support => enabled Active Persistent Links => 0 Active Links => 0 Client API version => 4.0.21 MYSQL_MODULE_TYPE => external MYSQL_SOCKET => /tmp/mysql.sock MYSQL_INCLUDE => -I/usr/local/mysql/include/mysql MYSQL_LIBS => -L/usr/local/mysql/lib/mysql -lmysqlclient 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 openssl OpenSSL support => enabled OpenSSL Version => OpenSSL 0.9.7g 11 Apr 2005 pcre PCRE (Perl Compatible Regular Expressions) Support => enabled PCRE Library Version => 4.5 01-December-2003 posix Revision => $Revision: 1.60 $ session Session Support => enabled Registered save handlers => files user sqlite Registered serializer handlers => php php_binary 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.hash_bits_per_character => 4 => 4 session.hash_function => 0 => 0 session.name => PHPSESSID => PHPSESSID session.referer_check => no value => no value session.save_handler => files => files session.save_path => no value => no value session.serialize_handler => php => php session.use_cookies => On => On session.use_only_cookies => Off => Off session.use_trans_sid => 0 => 0 SimpleXML Simplexml support => enabled Revision => $Revision: 1.139.2.4 $ Schema support => enabled SPL SPL support => enabled Interfaces => RecursiveIterator, SeekableIterator Classes => ArrayObject, ArrayIterator, CachingIterator, CachingRecursiveIterator, DirectoryIterator, FilterIterator, LimitIterator, ParentIterator, RecursiveDirectoryIterator, RecursiveIteratorIterator, SimpleXMLIterator SQLite SQLite support => enabled PECL Module version => 2.0-dev $Id: sqlite.c,v 1.146.2.2 2004/08/02 22:43:42 iliaa Exp $ SQLite Library => 2.8.14 SQLite Encoding => iso8859 Directive => Local Value => Master Value sqlite.assoc_case => 0 => 0 standard Regex Library => Bundled library enabled Dynamic Library Support => enabled Path to sendmail => /usr/lib/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 date.default_latitude => 31.7667 => 31.7667 date.default_longitude => 35.2333 => 35.2333 date.sunrise_zenith => 90.83 => 90.83 date.sunset_zenith => 90.83 => 90.83 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,form=,fieldset= => a=href,area=href,frame=src,input=src,form=,fieldset= user_agent => no value => no value tokenizer Tokenizer Support => enabled xml XML Support => active XML Namespace Support => active libxml2 Version => 2.6.16 Additional Modules Module Name Environment Variable => Value _ => /usr/local/php/bin/php MANPATH => /usr/share/man:/usr/sfw/share/man:/usr/local/man HZ => PATH => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/ucb:/usr/ccs/bin LOGNAME => root MAIL => /var/mail/root PS1 => eclogite:${PWD}:root# LD_INCLUDE_PATH => /usr/include:/usr/local/include LDFLAGS => -L/usr/local/lib -R/usr/local/lib CC => gcc SHELL => /bin/ksh CPPFLAGS => -I/usr/local/include HOME => / TERM => vt100 LD_LIBRARY_PATH => /usr/local/lib:/usr/lib:/usr/sfw/lib CFLAGS => -L/usr/local/lib -R/usr/local/lib PWD => /usr/local/httpd/share/smdata TZ => US/Eastern ENV => /.kshrc PHP Variables Variable => Value _SERVER["_"] => /usr/local/php/bin/php _SERVER["MANPATH"] => /usr/share/man:/usr/sfw/share/man:/usr/local/man _SERVER["HZ"] => _SERVER["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/ucb:/usr/ccs/bin _SERVER["LOGNAME"] => root _SERVER["MAIL"] => /var/mail/root _SERVER["PS1"] => eclogite:${PWD}:root# _SERVER["LD_INCLUDE_PATH"] => /usr/include:/usr/local/include _SERVER["LDFLAGS"] => -L/usr/local/lib -R/usr/local/lib _SERVER["CC"] => gcc _SERVER["SHELL"] => /bin/ksh _SERVER["CPPFLAGS"] => -I/usr/local/include _SERVER["HOME"] => / _SERVER["TERM"] => vt100 _SERVER["LD_LIBRARY_PATH"] => /usr/local/lib:/usr/lib:/usr/sfw/lib _SERVER["CFLAGS"] => -L/usr/local/lib -R/usr/local/lib _SERVER["PWD"] => /usr/local/httpd/share/smdata _SERVER["TZ"] => US/Eastern _SERVER["ENV"] => /.kshrc _SERVER["PHP_SELF"] => _SERVER["SCRIPT_NAME"] => _SERVER["SCRIPT_FILENAME"] => _SERVER["PATH_TRANSLATED"] => _SERVER["DOCUMENT_ROOT"] => _SERVER["argv"] => Array ( ) _SERVER["argc"] => 0 _ENV["_"] => /usr/local/php/bin/php _ENV["MANPATH"] => /usr/share/man:/usr/sfw/share/man:/usr/local/man _ENV["HZ"] => _ENV["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/ucb:/usr/ccs/bin _ENV["LOGNAME"] => root _ENV["MAIL"] => /var/mail/root _ENV["PS1"] => eclogite:${PWD}:root# _ENV["LD_INCLUDE_PATH"] => /usr/include:/usr/local/include _ENV["LDFLAGS"] => -L/usr/local/lib -R/usr/local/lib _ENV["CC"] => gcc _ENV["SHELL"] => /bin/ksh _ENV["CPPFLAGS"] => -I/usr/local/include _ENV["HOME"] => / _ENV["TERM"] => vt100 _ENV["LD_LIBRARY_PATH"] => /usr/local/lib:/usr/lib:/usr/sfw/lib _ENV["CFLAGS"] => -L/usr/local/lib -R/usr/local/lib _ENV["PWD"] => /usr/local/httpd/share/smdata _ENV["TZ"] => US/Eastern _ENV["ENV"] => /.kshrc 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] ----------------------------------- Server B ------------------------------------- snapper:/usr/local/apache/share/squirrel/smdata:root# php -i phpinfo() PHP Version => 4.4.2 System => SunOS snapper 5.9 Generic_118558-11 sun4u Build Date => Jan 18 2006 14:00:57 Configure Command => './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/usr/local/mysql' '--disable-cgi' '--with-zlib-dir=/usr/local/lib' '--with-jpeg-dir=/usr/local/lib' '--with-gd' '--with-freetype-dir=/usr/local/lib' '--with-imap=/usr/local/src/imap/imap-2004g' '--with-imap-ssl=/usr/local/ssl' '--with-msql=/usr/local/msql3' '--with-png-dir=/usr/local/lib' '--enable-mbstring' 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 => 20050606 Debug Build => no Zend Memory Manager => enabled 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 => 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 => /usr/local/apache/logs/php_error_log => /usr/local/apache/logs/php_error_log error_prepend_string => no value => no value error_reporting => 2039 => 2039 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/apache/share/include:/usr/local/lib/php => .:/usr/local/apache/share/include:/usr/local/lib/php log_errors => On => On 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 => 300 max_input_time => -1 => -1 open_basedir => no value => no value output_buffering => 0 => no value output_handler => no value => no value post_max_size => 8M => 8M precision => 14 => 14 register_argc_argv => On => On register_globals => On => On 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 => [EMAIL PROTECTED] => [EMAIL PROTECTED] sendmail_path => /usr/lib/sendmail -t -i => /usr/lib/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 => 4M => 4M upload_tmp_dir => no value => no value user_dir => no value => no value variables_order => EGPCS => EGPCS xmlrpc_error_number => 0 => 0 xmlrpc_errors => Off => Off y2k_compliance => Off => Off ctype ctype functions => enabled gd GD Support => enabled GD Version => bundled (2.0.28 compatible) FreeType Support => enabled FreeType Linkage => with freetype GIF Read Support => enabled GIF Create Support => enabled JPG Support => enabled PNG Support => enabled WBMP Support => enabled XBM Support => enabled imap IMAP c-Client Version => 2004 SSL 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 msql MSQL Support => enabled Allow Persistent Links => no Persistent Links => 0/unlimited Total Links => 0/unlimited mysql MySQL Support => enabled Active Persistent Links => 0 Active Links => 0 Client API version => 5.0.15 MYSQL_MODULE_TYPE => external MYSQL_SOCKET => /tmp/mysql.sock MYSQL_INCLUDE => -I/usr/local/mysql/include MYSQL_LIBS => -L/usr/local/mysql/lib -lmysqlclient 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 => 6.2 01-Aug-2005 posix Revision => $Revision: 1.51.2.4.2.1 $ 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 => 5440 => 5440 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 => On => On standard Regex Library => Bundled library enabled Dynamic Library Support => enabled Path to sendmail => /usr/lib/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,form=fakeentry => a=href,area=href,frame=src,input=src,form=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.3 Linked Version => 1.1.4 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 _ => /usr/local/bin/php MANPATH => /usr/share/man:/usr/sfw/share/man:/usr/local/man HZ => PATH => /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/ucb:/usr/ccs/bin:/usr/local/samba/bin LOGNAME => root MAIL => /var/mail/root PS1 => snapper:${PWD}:root# LD_INCLUDE_PATH => /usr/include:/usr/local/include SHELL => /bin/ksh HOME => / TERM => vt100 LD_LIBRARY_PATH => /usr/lib:/usr/local/lib PWD => /usr/local/apache/share/squirrel/smdata TZ => US/Eastern ENV => /.kshrc PHP Variables Variable => Value PHP_SELF => _SERVER["_"] => /usr/local/bin/php _SERVER["MANPATH"] => /usr/share/man:/usr/sfw/share/man:/usr/local/man _SERVER["HZ"] => _SERVER["PATH"] => /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/ucb:/usr/ccs/bin:/usr/local/samba/bin _SERVER["LOGNAME"] => root _SERVER["MAIL"] => /var/mail/root _SERVER["PS1"] => snapper:${PWD}:root# _SERVER["LD_INCLUDE_PATH"] => /usr/include:/usr/local/include _SERVER["SHELL"] => /bin/ksh _SERVER["HOME"] => / _SERVER["TERM"] => vt100 _SERVER["LD_LIBRARY_PATH"] => /usr/lib:/usr/local/lib _SERVER["PWD"] => /usr/local/apache/share/squirrel/smdata _SERVER["TZ"] => US/Eastern _SERVER["ENV"] => /.kshrc _SERVER["PHP_SELF"] => _SERVER["SCRIPT_NAME"] => _SERVER["SCRIPT_FILENAME"] => _SERVER["PATH_TRANSLATED"] => _SERVER["DOCUMENT_ROOT"] => _SERVER["argv"] => Array ( ) _SERVER["argc"] => 0 _ENV["_"] => /usr/local/bin/php _ENV["MANPATH"] => /usr/share/man:/usr/sfw/share/man:/usr/local/man _ENV["HZ"] => _ENV["PATH"] => /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/ucb:/usr/ccs/bin:/usr/local/samba/bin _ENV["LOGNAME"] => root _ENV["MAIL"] => /var/mail/root _ENV["PS1"] => snapper:${PWD}:root# _ENV["LD_INCLUDE_PATH"] => /usr/include:/usr/local/include _ENV["SHELL"] => /bin/ksh _ENV["HOME"] => / _ENV["TERM"] => vt100 _ENV["LD_LIBRARY_PATH"] => /usr/lib:/usr/local/lib _ENV["PWD"] => /usr/local/apache/share/squirrel/smdata _ENV["TZ"] => US/Eastern _ENV["ENV"] => /.kshrc 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] ------------------------------------ Server C ------------------------------------------- marlin:/u1/local/httpd/data/smdata:root# php -i phpinfo() PHP Version => 4.4.2 System => SunOS marlin 5.9 Generic_118558-17 sun4u Build Date => Feb 23 2006 13:24:53 Configure Command => './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/usr/local/mysql' '--disable-cgi' '--with-zlib-dir=/usr/local/lib' '--with-jpeg-dir=/usr/local/lib' '--with-gd' '--with-freetype-dir=/usr/local/lib' '--with-imap=/usr/local/src/imap/imap-2004g' '--with-imap-ssl=/usr/local/ssl' '--with-msql=/usr/local/msql3' '--with-png-dir=/usr/local/lib' '--enable-mbstring' '--with-openssl=/usr/local/ssl' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /usr/local/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, https, ftps, 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 => 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/lib/php/extensions/no-debug-non-zts-20020429 => /usr/local/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/lib/php => .:/usr/local/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/lib/sendmail -t -i => /usr/lib/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 gd GD Support => enabled GD Version => bundled (2.0.28 compatible) FreeType Support => enabled FreeType Linkage => with freetype GIF Read Support => enabled GIF Create Support => enabled JPG Support => enabled PNG Support => enabled WBMP Support => enabled XBM Support => enabled imap IMAP c-Client Version => 2004 SSL 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 msql MSQL Support => enabled Allow Persistent Links => yes Persistent Links => 0/unlimited Total Links => 0/unlimited mysql MySQL Support => enabled Active Persistent Links => 0 Active Links => 0 Client API version => 5.0.15 MYSQL_MODULE_TYPE => external MYSQL_SOCKET => /tmp/mysql.sock MYSQL_INCLUDE => -I/usr/local/mysql/include MYSQL_LIBS => -L/usr/local/mysql/lib -lmysqlclient 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 openssl OpenSSL support => enabled OpenSSL Version => OpenSSL 0.9.7g 11 Apr 2005 overload User-Space Object Overloading Support => enabled pcre PCRE (Perl Compatible Regular Expressions) Support => enabled PCRE Library Version => 6.2 01-Aug-2005 posix Revision => $Revision: 1.51.2.4.2.1 $ 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/lib/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.6 zlib ZLib Support => enabled Compiled Version => 1.2.3 Linked Version => 1.2.3 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 _ => /usr/local/bin/php MANPATH => /usr/share/man:/usr/sfw/share/man:/usr/local/man HZ => PATH => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/ucb:/usr/ccs/bin LOGNAME => root MAIL => /usr/mail/root PS1 => marlin:${PWD}:${LOGNAME}# LDFLAGS => -L/usr/local/lib -R/usr/local/lib CC => gcc SHELL => /bin/ksh CPPFLAGS => -I/usr/local/include HOME => /tubor TERM => vt100 LD_LIBRARY_PATH => /usr/local/lib:/usr/lib:/usr/sfw/lib CFLAGS => -L/usr/local/lib -R/usr/local/lib PWD => /u1/local/httpd/data/smdata TZ => US/Eastern ENV => /tubor/.kshrc PHP Variables Variable => Value _SERVER["_"] => /usr/local/bin/php _SERVER["MANPATH"] => /usr/share/man:/usr/sfw/share/man:/usr/local/man _SERVER["HZ"] => _SERVER["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/ucb:/usr/ccs/bin _SERVER["LOGNAME"] => root _SERVER["MAIL"] => /usr/mail/root _SERVER["PS1"] => marlin:${PWD}:${LOGNAME}# _SERVER["LDFLAGS"] => -L/usr/local/lib -R/usr/local/lib _SERVER["CC"] => gcc _SERVER["SHELL"] => /bin/ksh _SERVER["CPPFLAGS"] => -I/usr/local/include _SERVER["HOME"] => /tubor _SERVER["TERM"] => vt100 _SERVER["LD_LIBRARY_PATH"] => /usr/local/lib:/usr/lib:/usr/sfw/lib _SERVER["CFLAGS"] => -L/usr/local/lib -R/usr/local/lib _SERVER["PWD"] => /u1/local/httpd/data/smdata _SERVER["TZ"] => US/Eastern _SERVER["ENV"] => /tubor/.kshrc _SERVER["PHP_SELF"] => _SERVER["SCRIPT_NAME"] => _SERVER["SCRIPT_FILENAME"] => _SERVER["PATH_TRANSLATED"] => _SERVER["DOCUMENT_ROOT"] => _SERVER["argv"] => Array ( ) _SERVER["argc"] => 0 _ENV["_"] => /usr/local/bin/php _ENV["MANPATH"] => /usr/share/man:/usr/sfw/share/man:/usr/local/man _ENV["HZ"] => _ENV["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/ucb:/usr/ccs/bin _ENV["LOGNAME"] => root _ENV["MAIL"] => /usr/mail/root _ENV["PS1"] => marlin:${PWD}:${LOGNAME}# _ENV["LDFLAGS"] => -L/usr/local/lib -R/usr/local/lib _ENV["CC"] => gcc _ENV["SHELL"] => /bin/ksh _ENV["CPPFLAGS"] => -I/usr/local/include _ENV["HOME"] => /tubor _ENV["TERM"] => vt100 _ENV["LD_LIBRARY_PATH"] => /usr/local/lib:/usr/lib:/usr/sfw/lib _ENV["CFLAGS"] => -L/usr/local/lib -R/usr/local/lib _ENV["PWD"] => /u1/local/httpd/data/smdata _ENV["TZ"] => US/Eastern _ENV["ENV"] => /tubor/.kshrc 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] ------------------------------------- End of Output --------------------------------------- ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users