Hi Dirk,

I am all out of ideas on this one :(

There is no php-imap support available for phpGroupWare, and I don't
know why.  The grep and dpkg output suggest that it is there.

Have you tried the best bug fixing script invented - google? :)

Cheers

Dave

On Mon, 2005-01-24 at 01:07 +0100, H.-Dirk Schmitt wrote:
> Nothing changed :-(
> 
> cu,
> 
> H.-Dirk
> 
> Dave Hall wrote: 
> > On Sun, 2005-01-23 at 23:29 +0100, H.-Dirk Schmitt wrote:
> >   
> > > Hi Dave,
> > > 
> > > where can I retrieve php4-etc.tar.bz2 ?
> > >     
> > 
> > your create it - it is a backup of your current config
> > 
> >   
> > > cu,
> > > 
> > > H.-Dirk
> > > 
> > > Dave Hall wrote: 
> > >     
> > > > Hi Dirk,
> > > > 
> > > > As I thought, imap support isn't loaded :(
> > > > 
> > > > Why, I am not sure.
> > > > 
> > > > Maybe try 
> > > > 
> > > > cd /etc
> > > > tar -jcvf php4-etc.tar.bz2 php4
> > > > apt-get --purge remove php4-imap
> > > > apt-get install php4-imap
> > > > 
> > > > Dunno if that will fix it.
> > > > 
> > > > Cheers
> > > > 
> > > > Dave
> > > > 
> > > > On Sun, 2005-01-23 at 15:03 +0100, H.-Dirk Schmitt wrote:
> > > >   
> > > >       
> > > > > Hi Dave,
> > > > > 
> > > > > here is the output.
> > > > > 
> > > > > cu,
> > > > > 
> > > > > H.-Dirk Schmitt
> > > > > 
> > > > > Dave Hall wrote:
> > > > > 
> > > > >     
> > > > >         
> > > > > > Hi Dirk (and Thomas),
> > > > > > 
> > > > > > This and bug #291646 are caused by a problem with php4-imap.  The 
> > > > > > grep
> > > > > > output suggests that it is properly configured, but the output from
> > > > > > phpgw suggests it isn't.
> > > > > > 
> > > > > > I would suggest that this gets bumped to php4, as it isn't a phpgw 
> > > > > > code
> > > > > > problem.  Maybe it is an issue with the packaging - but that seems
> > > > > > unlikely as this is the only report of this problem :(
> > > > > > 
> > > > > > One thing you might try is this ...
> > > > > > 
> > > > > > create a which contains:
> > > > > > <?php
> > > > > > phpinfo();
> > > > > > ?>
> > > > > > 
> > > > > > save it as /usr/lib/phpgroupware/info.php and point your browser at
> > > > > > http://<server>/phpgroupware/info.php save the file and send it to 
> > > > > > me
> > > > > > ( or the debBTS).  Maybe it has something interesting in it.  Note, 
> > > > > > this
> > > > > > is a long shot.
> > > > > > 
> > > > > > Cheers
> > > > > > 
> > > > > > Dave
> > > > > > 
> > > > > > On Sat, 2005-01-22 at 11:59 +0100, H.-Dirk Schmitt wrote:
> > > > > >  
> > > > > > 
> > > > > >       
> > > > > >           
> > > > > > > Hi Dave,
> > > > > > > 
> > > > > > > here the result:
> > > > > > > 
> > > > > > > [EMAIL PROTECTED]:conf.d  %513 $ grep imap.so 
> > > > > > > /etc/php4/cgi/php.ini
> > > > > > > extension=imap.so
> > > > > > > 
> > > > > > > phpgroupware is configured via debconf to use apache. As I 
> > > > > > > understood
> > > > > > > the configuration in /etc/apache2/conf.d it runs as module.
> > > > > > > 
> > > > > > > Best Regards,
> > > > > > > 
> > > > > > > H.-Dirk Schmitt
> > > > > > > 
> > > > > > > Dave Hall wrote: 
> > > > > > >    
> > > > > > > 
> > > > > > >         
> > > > > > >             
> > > > > > > > Hi Dirk,
> > > > > > > > 
> > > > > > > > Are you running php as a cgi under apache2?
> > > > > > > > 
> > > > > > > > try this one for me:
> > > > > > > > 
> > > > > > > > grep imap.so /etc/php4/cgi/php.ini
> > > > > > > > 
> > > > > > > > Again add it if it isn't there, no need to reload apache as it 
> > > > > > > > is
> > > > > > > > running as a cgi.
> > > > > > > > 
> > > > > > > > Cheers
> > > > > > > > 
> > > > > > > > Dave
> > > > > > > > 
> > > > > > > > 
> > > > > > > > On Sat, 2005-01-22 at 02:08 +0100, H.-Dirk Schmitt wrote:
> > > > > > > >  
> > > > > > > >      
> > > > > > > > 
> > > > > > > >           
> > > > > > > >               
> > > > > > > > > Hi Dave,
> > > > > > > > > 
> > > > > > > > > here is the result:
> > > > > > > > > 
> > > > > > > > > [EMAIL PROTECTED]:dirk  %698 $ grep imap.so 
> > > > > > > > > /etc/php4/apache/php.ini
> > > > > > > > > extension=imap.so
> > > > > > > > > 
> > > > > > > > > cu,
> > > > > > > > > 
> > > > > > > > > H.-Dirk
> > > > > > > > > 
> > > > > > > > > Dave Hall wrote: 
> > > > > > > > >    
> > > > > > > > >        
> > > > > > > > > 
> > > > > > > > >             
> > > > > > > > >                 
> > > > > > > > > > Hi Dirk,
> > > > > > > > > > 
> > > > > > > > > > Can you try this
> > > > > > > > > > grep imap.so /etc/php4/apache/php.ini
> > > > > > > > > > 
> > > > > > > > > > It should give you ...
> > > > > > > > > > extension=imap.so
> > > > > > > > > > 
> > > > > > > > > > If not add it at around line 1070, reload apache and try 
> > > > > > > > > > again.
> > > > > > > > > > 
> > > > > > > > > > Cheers
> > > > > > > > > > 
> > > > > > > > > > Dave
> > > > > > > > > > 
> > > > > > > > > > On Sat, 2005-01-22 at 01:01 +0100, H.-Dirk Schmitt wrote:
> > > > > > > > > >  
> > > > > > > > > >      
> > > > > > > > > >          
> > > > > > > > > > 
> > > > > > > > > >               
> > > > > > > > > >                   
> > > > > > > > > > > Package: phpgroupware
> > > > > > > > > > > Version: 0.9.16.003-1
> > > > > > > > > > > Severity: important
> > > > > > > > > > > 
> > > > > > > > > > > I have configured imap authentication. The application 
> > > > > > > > > > > doesn't work.
> > > > > > > > > > > 
> > > > > > > > > > > In the apache error log I have found the following:
> > > > > > > > > > > [client 10.42.1.1] PHP Fatal error:  Call to undefined 
> > > > > > > > > > > function:
> > > > > > > > > > > imap_open() in 
> > > > > > > > > > > /usr/share/phpgroupware/phpgwapi/inc/class.auth_mail.inc.php
> > > > > > > > > > > on line 72
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > -- System Information:
> > > > > > > > > > > Debian Release: 3.1
> > > > > > > > > > >  APT prefers testing
> > > > > > > > > > >  APT policy: (990, 'testing'), (500, 'unstable')
> > > > > > > > > > > Architecture: i386 (i686)
> > > > > > > > > > > Kernel: Linux 2.6.8-1-686-smp
> > > > > > > > > > > Locale: LANG=de_DE.88591, LC_CTYPE=de_DE.88591 
> > > > > > > > > > > (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
> > > > > > > > > > > 
> > > > > > > > > > > Versions of packages phpgroupware depends on:
> > > > > > > > > > > ii  apache2-mpm-prefork [httpd] 2.0.52-3     Traditional 
> > > > > > > > > > > model for Apache2
> > > > > > > > > > > ii  debconf [debconf-2.0]       1.4.30.11    Debian 
> > > > > > > > > > > configuration management sy
> > > > > > > > > > > ii  php4                        4:4.3.10-2   server-side, 
> > > > > > > > > > > HTML-embedded scripti
> > > > > > > > > > > ii  php4-cgi                    4:4.3.10-2   server-side, 
> > > > > > > > > > > HTML-embedded scripti
> > > > > > > > > > > ii  php4-imap                   4:4.3.10-2   IMAP module 
> > > > > > > > > > > for php4
> > > > > > > > > > > ii  php4-pgsql                  3:4.3.9-1    PostgreSQL 
> > > > > > > > > > > module for php4
> > > > > > > > > > > ii  phpgroupware-admin          0.9.16.003-1 phpGroupWare 
> > > > > > > > > > > administration module
> > > > > > > > > > > ii  phpgroupware-phpgwapi       0.9.16.003-1 library of 
> > > > > > > > > > > common phpGroupWare fun
> > > > > > > > > > > ii  phpgroupware-preferences    0.9.16.003-1 phpGroupWare 
> > > > > > > > > > > preferences managemen
> > > > > > > > > > > ii  phpgroupware-setup          0.9.16.003-1 phpGroupWare 
> > > > > > > > > > > setup III module
> > > > > > > > > > > ii  wwwconfig-common            0.0.42       Debian web 
> > > > > > > > > > > auto configuration
> > > > > > > > > > > 
> > > > > > > > > > > -- debconf information:
> > > > > > > > > > >  phpgroupware/debug:
> > > > > > > > > > > * phpgroupware/db/type: PostgreSQL
> > > > > > > > > > >  phpgroupware/db/setup/skip: false
> > > > > > > > > > >  phpgroupware/db/user/password/mismatch:
> > > > > > > > > > > * phpgroupware/configuration/note:
> > > > > > > > > > >  phpgroupware/configuration/password/mismatch:
> > > > > > > > > > > * phpgroupware/db/user/name: phpgroupware
> > > > > > > > > > > * phpgroupware/postrm: false
> > > > > > > > > > >  phpgroupware/db/setup/abort:
> > > > > > > > > > >  phpgroupware/configuration/overwrite: false
> > > > > > > > > > > * phpgroupware/db/name: phpgroupware
> > > > > > > > > > > * phpgroupware/webserver: Apache
> > > > > > > > > > >  phpgroupware/header/password/mismatch:
> > > > > > > > > > > * phpgroupware/db/host: postgres.computer42.org
> > > > > > > > > > > * phpgroupware/db/admin/name: postgres
> > > > > > > > > > > 
> > > > > > > > > > >    
> > > > > > > > > > >        
> > > > > > > > > > >            
> > > > > > > > > > > 
> > > > > > > > > > >                 
> > > > > > > > > > >                     
> > > > > > > > > >                 
> > > > > > > > > >               
> > > > > > > > > >                   
> > > > > > > > > -- 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > ______________________________________________________________________
> > > > > > > > > H.-Dirk Schmitt
> > > > > > > > > Dipl. Math.
> > > > > > > > > Solution Architect  & Project Manager
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > eMail: [EMAIL PROTECTED]
> > > > > > > > > mobile: +49 177 616 8564
> > > > > > > > > office phone: +49 2641 909 532
> > > > > > > > > office fax: +49 2641 909 531
> > > > > > > > > 
> > > > > > > > > office: Telegrafenstr. 13, 53474 Bad Neuenahr
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > >    
> > > > > > > > >        
> > > > > > > > > 
> > > > > > > > >             
> > > > > > > > >                 
> > > > > > > -- 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > ______________________________________________________________________
> > > > > > > H.-Dirk Schmitt
> > > > > > > Dipl. Math.
> > > > > > > Solution Architect  & Project Manager
> > > > > > > 
> > > > > > > 
> > > > > > > eMail: [EMAIL PROTECTED]
> > > > > > > mobile: +49 177 616 8564
> > > > > > > office phone: +49 2641 909 532
> > > > > > > office fax: +49 2641 909 531
> > > > > > > 
> > > > > > > office: Telegrafenstr. 13, 53474 Bad Neuenahr
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > >    
> > > > > > > 
> > > > > > >         
> > > > > > >             
> > > > > HTML page attachment (info.html)
> > > > > PHP Logo
> > > > > PHP Version 4.3.10-2
> > > > > 
> > > > > System 
> > > > > Linux majestix 2.6.8-1-686-smp #1
> > > > > SMP Thu Nov 25 04:55:00 UTC 2004
> > > > > i686 
> > > > > Build Date 
> > > > > Dec 19 2004 03:26:27 
> > > > > Configure Command 
> > > > > '../configure' '--prefix=/usr'
> > > > > '--with-apxs2=/usr/bin/apxs2'
> > > > > '--with-regex=php'
> > > > > '--with-config-file-path=/etc/php4/apache2' '--disable-rpath' 
> > > > > '--enable-memory-limit' '--disable-debug' '--with-layout=GNU' 
> > > > > '--with-pear=/usr/share/php' '--enable-calendar' '--enable-sysvsem' 
> > > > > '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' 
> > > > > '--enable-trans-sid' '--enable-bcmath' '--with-bz2' '--enable-ctype' 
> > > > > '--with-db4' '--with-iconv' '--enable-exif' '--enable-filepro' 
> > > > > '--enable-ftp' '--with-gettext' '--enable-mbstring' 
> > > > > '--with-pcre-regex=/usr' '--enable-shmop' '--enable-sockets' 
> > > > > '--enable-wddx' '--disable-xml' '--with-expat-dir=/usr' 
> > > > > '--with-xmlrpc' '--enable-yp' '--with-zlib' '--without-pgsql' 
> > > > > '--with-kerberos=/usr' '--with-openssl=/usr' '--enable-dbx' 
> > > > > '--with-mime-magic=/usr/share/misc/file/magic.mime' 
> > > > > '--with-exec-dir=/usr/lib/php4/libexec' '--disable-static' 
> > > > > '--with-curl=shared,/usr' '--with-dom=shared,/usr' 
> > > > > '--with-dom-xslt=shared,/usr' '--with-dom-exslt=shared,/usr' 
> > > > > '--with-zlib-dir=/usr' '--with-gd=shared,/usr' 
> > > > > '--enable-gd-native-ttf' '--with-j!
 peg-!
> > > > >         
> >  dir=sha
> >   
> > > > > red,/usr' '--with-xpm-dir=shared,/usr/X11R6' 
> > > > > '--with-png-dir=shared,/usr' '--with-freetype-dir=shared,/usr' 
> > > > > '--with-imap=shared,/usr' '--with-imap-ssl' '--with-ldap=shared,/usr' 
> > > > > '--with-mcal=shared,/usr' '--with-mhash=shared,/usr' '--without-mm' 
> > > > > '--with-mysql=shared,/usr' '--with-unixODBC=shared,/usr' 
> > > > > '--with-recode=shared,/usr' '--enable-xslt=shared' 
> > > > > '--with-xslt-sablot=shared,/usr' '--with-snmp=shared,/usr' 
> > > > > '--with-sybase-ct=shared,/usr' '--with-ttf=shared,/usr' 
> > > > > '--with-t1lib=shared,/usr' 
> > > > > Server API 
> > > > > Apache 2.0 Handler 
> > > > > Virtual Directory Support 
> > > > > disabled 
> > > > > Configuration File (php.ini) Path 
> > > > > /etc/php4/apache2/php.ini 
> > > > > 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, compress.zlib 
> > > > > 
> > > > > Zend logo This program makes use of the Zend Scripting Language
> > > > > Engine:
> > > > > Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
> > > > > 
> > > > > 
> > > > > ______________________________________________________________________
> > > > > PHP Credits
> > > > > 
> > > > > ______________________________________________________________________
> > > > > 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
> > > > > Off
> > > > > 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
> > > > > /usr/lib/php4/20020429
> > > > > /usr/lib/php4/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
> > > > > On
> > > > > On
> > > > > ignore_repeated_errors
> > > > > Off
> > > > > Off
> > > > > ignore_repeated_source
> > > > > Off
> > > > > Off
> > > > > ignore_user_abort
> > > > > Off
> > > > > Off
> > > > > implicit_flush
> > > > > Off
> > > > > Off
> > > > > include_path
> > > > > .:/usr/share/php:/usr/share/pear
> > > > > .:/usr/share/php:/usr/share/pear
> > > > > log_errors
> > > > > On
> > > > > 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
> > > > > 90
> > > > > 30
> > > > > max_input_time
> > > > > 60
> > > > > 60
> > > > > memory_limit
> > > > > 20M
> > > > > 8M
> > > > > open_basedir
> > > > > no value
> > > > > no value
> > > > > output_buffering
> > > > > no value
> > > > > 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
> > > > > 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
> > > > > 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
> > > > > 5M
> > > > > 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
> > > > > On
> > > > > On
> > > > > 
> > > > > 
> > > > > apache2handler
> > > > > Apache Version 
> > > > > Apache/2.0.52 (Debian GNU/Linux)
> > > > > PHP/4.3.10-2 mod_ssl/2.0.52
> > > > > OpenSSL/0.9.7e 
> > > > > Apache API Version 
> > > > > 20020903 
> > > > > Server Administrator 
> > > > > [EMAIL PROTECTED] 
> > > > > Hostname:Port 
> > > > > www.computer42.org:0 
> > > > > User/Group 
> > > > > www-data(33)/33 
> > > > > Max Requests 
> > > > > Per Child: 0 - Keep Alive: on - Max
> > > > > Per Connection: 100 
> > > > > Timeouts 
> > > > > Connection: 300 - Keep-Alive: 15 
> > > > > Virtual Server 
> > > > > Yes 
> > > > > Server Root 
> > > > > /etc/apache2 
> > > > > Loaded Modules 
> > > > > core mod_access mod_auth
> > > > > mod_log_config mod_logio mod_env
> > > > > mod_setenvif prefork http_core
> > > > > mod_mime mod_status mod_autoindex
> > > > > mod_negotiation mod_dir mod_alias
> > > > > mod_so mod_cgi mod_cgid mod_php4
> > > > > mod_ssl mod_userdir 
> > > > > 
> > > > >        Directive
> > > > >       Local Value
> > > > >      Master Value
> > > > > engine
> > > > > 1
> > > > > 1
> > > > > last_modified
> > > > > 0
> > > > > 0
> > > > > xbithack
> > > > > 0
> > > > > 0
> > > > > 
> > > > > 
> > > > > Apache Environment
> > > > >              Variable
> > > > >                Value
> > > > > HTTP_HOST 
> > > > > majestix.computer42.org 
> > > > > HTTP_USER_AGENT 
> > > > > Mozilla/5.0 (X11; U; Linux i686;
> > > > > en-US; rv:1.7.5) Gecko/20050110
> > > > > Firefox/1.0 (Debian package 1.0
> > > > > +dfsg.1-2) 
> > > > > HTTP_ACCEPT 
> > > > > text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
> > > > >  
> > > > > HTTP_ACCEPT_LANGUAGE 
> > > > > de-de,de;q=0.8,en-us;q=0.6,en-gb;q=0.4,en;q=0.2 
> > > > > HTTP_ACCEPT_ENCODING 
> > > > > gzip,deflate 
> > > > > HTTP_ACCEPT_CHARSET 
> > > > > ISO-8859-1,utf-8;q=0.7,*;q=0.7 
> > > > > HTTP_KEEP_ALIVE 
> > > > > 300 
> > > > > HTTP_CONNECTION 
> > > > > keep-alive 
> > > > > PATH 
> > > > > /usr/local/bin:/usr/bin:/bin 
> > > > > SERVER_SIGNATURE 
> > > > > no value 
> > > > > SERVER_SOFTWARE 
> > > > > Apache/2.0.52 (Debian GNU/Linux)
> > > > > PHP/4.3.10-2 mod_ssl/2.0.52
> > > > > OpenSSL/0.9.7e 
> > > > > SERVER_NAME 
> > > > > majestix.computer42.org 
> > > > > SERVER_ADDR 
> > > > > 10.42.1.10 
> > > > > SERVER_PORT 
> > > > > 80 
> > > > > REMOTE_ADDR 
> > > > > 10.42.1.5 
> > > > > DOCUMENT_ROOT 
> > > > > /computer42/www/extern 
> > > > > SERVER_ADMIN 
> > > > > [EMAIL PROTECTED] 
> > > > > SCRIPT_FILENAME 
> > > > > /usr/share/phpgroupware/info.php 
> > > > > REMOTE_PORT 
> > > > > 33310 
> > > > > GATEWAY_INTERFACE 
> > > > > CGI/1.1 
> > > > > SERVER_PROTOCOL 
> > > > > HTTP/1.1 
> > > > > REQUEST_METHOD 
> > > > > GET 
> > > > > QUERY_STRING 
> > > > > no value 
> > > > > REQUEST_URI 
> > > > > /phpgroupware/info.php 
> > > > > SCRIPT_NAME 
> > > > > /phpgroupware/info.php 
> > > > > 
> > > > > 
> > > > > HTTP Headers Information
> > > > >        HTTP Request Headers
> > > > > HTTP Request 
> > > > > GET /phpgroupware/info.php
> > > > > HTTP/1.1 
> > > > > Host 
> > > > > majestix.computer42.org 
> > > > > User-Agent 
> > > > > Mozilla/5.0 (X11; U; Linux i686;
> > > > > en-US; rv:1.7.5) Gecko/20050110
> > > > > Firefox/1.0 (Debian package 1.0
> > > > > +dfsg.1-2) 
> > > > > Accept 
> > > > > text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
> > > > >  
> > > > > Accept-Language 
> > > > > de-de,de;q=0.8,en-us;q=0.6,en-gb;q=0.4,en;q=0.2 
> > > > > Accept-Encoding 
> > > > > gzip,deflate 
> > > > > Accept-Charset 
> > > > > ISO-8859-1,utf-8;q=0.7,*;q=0.7 
> > > > > Keep-Alive 
> > > > > 300 
> > > > > Connection 
> > > > > keep-alive 
> > > > >        HTTP Response Headers
> > > > > X-Powered-By 
> > > > > PHP/4.3.10-2 
> > > > > Keep-Alive 
> > > > > timeout=15, max=100 
> > > > > Connection 
> > > > > Keep-Alive 
> > > > > Transfer-Encoding 
> > > > > chunked 
> > > > > Content-Type 
> > > > > text/html 
> > > > > 
> > > > > 
> > > > > bcmath
> > > > > BCMath support 
> > > > > enabled 
> > > > > 
> > > > > 
> > > > > bz2
> > > > > BZip2 Support 
> > > > > Enabled 
> > > > > BZip2 Version 
> > > > > 1.0.2, 30-Dec-2001 
> > > > > 
> > > > > 
> > > > > calendar
> > > > > Calendar support 
> > > > > enabled 
> > > > > 
> > > > > 
> > > > > ctype
> > > > > ctype functions 
> > > > > enabled 
> > > > > 
> > > > > 
> > > > > dba
> > > > > DBA support 
> > > > > enabled 
> > > > > Supported handlers 
> > > > > cdb cdb_make db4 inifile flatfile 
> > > > > 
> > > > > 
> > > > > dbx
> > > > > dbx support 
> > > > > enabled 
> > > > > dbx version 
> > > > > 1.0.0 
> > > > > supported databases 
> > > > > MySQL ODBC PostgreSQL Microsoft SQL
> > > > > Server FrontBase Oracle 8 (oci8)
> > > > > Sybase-CT 
> > > > > 
> > > > >        Directive
> > > > >       Local Value
> > > > >      Master Value
> > > > > dbx.colnames_case
> > > > > unchanged
> > > > > unchanged
> > > > > 
> > > > > 
> > > > > exif
> > > > > EXIF Support 
> > > > > enabled 
> > > > > EXIF Version 
> > > > > 1.4 $Id: exif.c,v 1.118.2.29
> > > > > 2004/11/10 01:44:58 iliaa Exp $ 
> > > > > Supported EXIF Version 
> > > > > 0220 
> > > > > Supported filetypes 
> > > > > JPEG,TIFF 
> > > > > 
> > > > > 
> > > > > ftp
> > > > > FTP support 
> > > > > enabled 
> > > > > 
> > > > > 
> > > > > gettext
> > > > > GetText Support 
> > > > > enabled 
> > > > > 
> > > > > 
> > > > > iconv
> > > > > iconv support 
> > > > > enabled 
> > > > > iconv implementation 
> > > > > glibc 
> > > > > iconv library version 
> > > > > 2.3.2 
> > > > > 
> > > > >        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
> > > > > 
> > > > > 
> > > > > 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
> > > > > 
> > > > > 
> > > > > mcrypt
> > > > >           mcrypt support
> > > > >               enabled
> > > > > version 
> > > > >     
> > > > >         
> > > > > > = 2.4.x 
> > > > > >       
> > > > > >           
> > > > > Supported ciphers 
> > > > > cast-128 gost rijndael-128 twofish
> > > > > arcfour cast-256 loki97
> > > > > rijndael-192 saferplus wake
> > > > > blowfish-compat des rijndael-256
> > > > > serpent xtea blowfish enigma rc2
> > > > > tripledes 
> > > > > Supported modes 
> > > > > cbc cfb ctr ecb ncfb nofb ofb
> > > > > stream 
> > > > > 
> > > > >        Directive
> > > > >       Local Value
> > > > >      Master Value
> > > > > mcrypt.algorithms_dir
> > > > > no value
> > > > > no value
> > > > > mcrypt.modes_dir
> > > > > no value
> > > > > no value
> > > > > 
> > > > > 
> > > > > mime_magic
> > > > >         mime_magic support
> > > > >               enabled
> > > > > 
> > > > >        Directive
> > > > >       Local Value
> > > > >      Master Value
> > > > > mime_magic.magicfile
> > > > > /usr/share/misc/file/magic.mime
> > > > > /usr/share/misc/file/magic.mime
> > > > > 
> > > > > 
> > > > > openssl
> > > > > OpenSSL support 
> > > > > enabled 
> > > > > OpenSSL Version 
> > > > > OpenSSL 0.9.7e 25 Oct 2004 
> > > > > 
> > > > > 
> > > > > overload
> > > > > User-Space Object Overloading
> > > > > Support 
> > > > > enabled 
> > > > > 
> > > > > 
> > > > > pcre
> > > > > PCRE (Perl Compatible Regular
> > > > > Expressions) Support 
> > > > > enabled 
> > > > > PCRE Library Version 
> > > > > 4.5 01-December-2003 
> > > > > 
> > > > > 
> > > > > pgsql
> > > > >         PostgreSQL Support
> > > > >               enabled
> > > > > PostgreSQL(libpq) Version 
> > > > > 7.4.6 
> > > > > Multibyte character support 
> > > > > enabled 
> > > > > SSL support 
> > > > > enabled 
> > > > > Active Persistent Links 
> > > > > 0 
> > > > > Active Links 
> > > > > 0 
> > > > > 
> > > > >        Directive
> > > > >       Local Value
> > > > >      Master Value
> > > > > pgsql.allow_persistent
> > > > > On
> > > > > On
> > > > > pgsql.auto_reset_persistent
> > > > > Off
> > > > > Off
> > > > > pgsql.ignore_notice
> > > > > Off
> > > > > Off
> > > > > pgsql.log_notice
> > > > > Off
> > > > > Off
> > > > > pgsql.max_links
> > > > > Unlimited
> > > > > Unlimited
> > > > > pgsql.max_persistent
> > > > > Unlimited
> > > > > Unlimited
> > > > > 
> > > > > 
> > > > > 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
> > > > > 0
> > > > > 0
> > > > > session.name
> > > > > PHPSESSID
> > > > > PHPSESSID
> > > > > session.referer_check
> > > > > no value
> > > > > no value
> > > > > session.save_handler
> > > > > files
> > > > > files
> > > > > session.save_path
> > > > > /var/lib/phpgroupware/sessions
> > > > > /var/lib/php4
> > > > > session.serialize_handler
> > > > > php
> > > > > php
> > > > > session.use_cookies
> > > > > On
> > > > > On
> > > > > session.use_only_cookies
> > > > > Off
> > > > > Off
> > > > > session.use_trans_sid
> > > > > Off
> > > > > Off
> > > > > 
> > > > > 
> > > > > shmop
> > > > > shmop support 
> > > > > enabled 
> > > > > 
> > > > > 
> > > > > sockets
> > > > > Sockets Support 
> > > > > enabled 
> > > > > 
> > > > > 
> > > > > 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,input=src,form=,fieldset=
> > > > > a=href,area=href,frame=src,input=src,form=,fieldset=
> > > > > user_agent
> > > > > no value
> > > > > no value
> > > > > 
> > > > > 
> > > > > sysvmsg
> > > > >           sysvmsg support
> > > > >               enabled
> > > > > Revision 
> > > > > $Revision: 1.4.2.3 $ 
> > > > > 
> > > > > 
> > > > > tokenizer
> > > > > Tokenizer Support 
> > > > > enabled 
> > > > > 
> > > > > 
> > > > > wddx
> > > > >            WDDX Support
> > > > >               enabled
> > > > > WDDX Session Serializer 
> > > > > enabled 
> > > > > 
> > > > > 
> > > > > xml
> > > > > XML Support 
> > > > > active 
> > > > > XML Namespace Support 
> > > > > active 
> > > > > EXPAT Version 
> > > > > expat_1.95.8 
> > > > > 
> > > > > 
> > > > > xmlrpc
> > > > > core library version 
> > > > > xmlrpc-epi v. 0.51 
> > > > > php extension version 
> > > > > 0.51 
> > > > > author 
> > > > > Dan Libby 
> > > > > homepage 
> > > > > http://xmlrpc-epi.sourceforge.net 
> > > > > open sourced by 
> > > > > Epinions.com 
> > > > > 
> > > > > 
> > > > > yp
> > > > > YP Support 
> > > > > enabled 
> > > > > 
> > > > > 
> > > > > zlib
> > > > > ZLib Support 
> > > > > enabled 
> > > > > Compiled Version 
> > > > > 1.2.2 
> > > > > Linked Version 
> > > > > 1.2.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
> > > > > filepro
> > > > > sysvsem
> > > > > sysvshm
> > > > > 
> > > > > 
> > > > > Environment
> > > > >              Variable
> > > > >                Value
> > > > > PATH 
> > > > > /usr/local/bin:/usr/bin:/bin 
> > > > > PWD 
> > > > > /etc/apache2/sites-enabled 
> > > > > LANG 
> > > > > C 
> > > > > SHLVL 
> > > > > 1 
> > > > > _ 
> > > > > /usr/sbin/apache2 
> > > > > 
> > > > > 
> > > > > PHP Variables
> > > > >              Variable
> > > > >                Value
> > > > > _SERVER["HTTP_HOST"]
> > > > > majestix.computer42.org
> > > > > _SERVER["HTTP_USER_AGENT"]
> > > > > Mozilla/5.0 (X11; U; Linux i686;
> > > > > en-US; rv:1.7.5) Gecko/20050110
> > > > > Firefox/1.0 (Debian package 1.0
> > > > > +dfsg.1-2)
> > > > > _SERVER["HTTP_ACCEPT"]
> > > > > text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
> > > > > _SERVER["HTTP_ACCEPT_LANGUAGE"]
> > > > > de-de,de;q=0.8,en-us;q=0.6,en-gb;q=0.4,en;q=0.2
> > > > > _SERVER["HTTP_ACCEPT_ENCODING"]
> > > > > gzip,deflate
> > > > > _SERVER["HTTP_ACCEPT_CHARSET"]
> > > > > ISO-8859-1,utf-8;q=0.7,*;q=0.7
> > > > > _SERVER["HTTP_KEEP_ALIVE"]
> > > > > 300
> > > > > _SERVER["HTTP_CONNECTION"]
> > > > > keep-alive
> > > > > _SERVER["PATH"]
> > > > > /usr/local/bin:/usr/bin:/bin
> > > > > _SERVER["SERVER_SIGNATURE"]
> > > > > no value
> > > > > _SERVER["SERVER_SOFTWARE"]
> > > > > Apache/2.0.52 (Debian GNU/Linux)
> > > > > PHP/4.3.10-2 mod_ssl/2.0.52
> > > > > OpenSSL/0.9.7e
> > > > > _SERVER["SERVER_NAME"]
> > > > > majestix.computer42.org
> > > > > _SERVER["SERVER_ADDR"]
> > > > > 10.42.1.10
> > > > > _SERVER["SERVER_PORT"]
> > > > > 80
> > > > > _SERVER["REMOTE_ADDR"]
> > > > > 10.42.1.5
> > > > > _SERVER["DOCUMENT_ROOT"]
> > > > > /computer42/www/extern
> > > > > _SERVER["SERVER_ADMIN"]
> > > > > [EMAIL PROTECTED]
> > > > > _SERVER["SCRIPT_FILENAME"]
> > > > > /usr/share/phpgroupware/info.php
> > > > > _SERVER["REMOTE_PORT"]
> > > > > 33310
> > > > > _SERVER["GATEWAY_INTERFACE"]
> > > > > CGI/1.1
> > > > > _SERVER["SERVER_PROTOCOL"]
> > > > > HTTP/1.1
> > > > > _SERVER["REQUEST_METHOD"]
> > > > > GET
> > > > > _SERVER["QUERY_STRING"]
> > > > > no value
> > > > > _SERVER["REQUEST_URI"]
> > > > > /phpgroupware/info.php
> > > > > _SERVER["SCRIPT_NAME"]
> > > > > /phpgroupware/info.php
> > > > > _SERVER["PHP_SELF"]
> > > > > /phpgroupware/info.php
> > > > > _SERVER["PATH_TRANSLATED"]
> > > > > /usr/share/phpgroupware/info.php
> > > > > _SERVER["argv"]
> > > > > Array
> > > > > (
> > > > > )
> > > > > _SERVER["argc"]
> > > > > 0
> > > > > _ENV["PATH"]
> > > > > /usr/local/bin:/usr/bin:/bin
> > > > > _ENV["PWD"]
> > > > > /etc/apache2/sites-enabled
> > > > > _ENV["LANG"]
> > > > > C
> > > > > _ENV["SHLVL"]
> > > > > 1
> > > > > _ENV["_"]
> > > > > /usr/sbin/apache2
> > > > > 
> > > > > 
> > > > > 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]
> > > > > 




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to