Horde Version
Horde Applications
PHP Version
- View phpinfo() screen
- View loaded extensions
- PHP Version: 5.2.12-pl0-gentoo
- PHP Major Version: 5.2
- PHP Minor Version: 12
- PHP Subminor Version: pl0-gentoo
- PHP Version Classification: release
- You are running a supported version of PHP.
PHP Module Capabilities
- Ctype Support: Yes
- DOM XML Support: Yes
- FTP Support: Yes
- GD Support: Yes
- Gettext Support: Yes
- GeoIP Support (via PECL extension): No
Horde can optionally use the GeoIP extension to provide faster country name lookups.
- Iconv Support: Yes
- GNU Iconv Support: Yes
- IMAP Support: Yes
- Imagick Library: No
Horde can make use of the Imagick Library, if it is installed on your system. It is highly recommended to use either ImageMagick's convert utility or the Imagick php library for faster results.
- JSON Support: No
Horde can optionally use the JSON extension to provide faster Javascript generation for rich GUI applications.
- LDAP Support: Yes
- LZF Compression Support: No
If the lzf PECL module is available, Horde can compress some cached data in your session to make your session size smaller.
- Mbstring Support: Yes
- PCRE Support: Yes
- PCRE UTF-8 Support: Yes
- Mcrypt Support: Yes
- memcached Support (memcache): No
The memcache PECL module is only needed if you are using a memcached server for caching or sessions. See horde/docs/INSTALL for information on how to install PECL/PHP extensions.
- MIME Magic Support (fileinfo): No
The fileinfo PECL module or the mime_magic PHP extension (see below) will most likely provide faster MIME Magic lookups than the built-in Horde PHP magic code. See horde/docs/INSTALL for information on how to install PECL/PHP extensions.
- MIME Magic Support (mime_magic): No
The fileinfo PECL module (see above) or the mime_magic PHP extension will most likely provide faster MIME Magic lookups than the built-in Horde PHP magic code. See horde/docs/INSTALL for information on how to install PECL/PHP extensions.
- MySQL Support: Yes
- OpenSSL Support: Yes
- PostgreSQL Support: No
The PostgreSQL extension is only required if you want to use a PostgreSQL database server for data storage.
- Session Support: Yes
- XML Support: Yes
- Zlib Support: Yes
Miscellaneous PHP Settings
- magic_quotes_runtime disabled: Yes
- memory_limit value: 30M
If PHP's internal memory limit is not set high enough Horde will not be able to handle large data items (e.g. large mail attachments in IMP). You should set the value of memory_limit in php.ini to a sufficiently high value - at least 64M is recommended.
- safe_mode disabled: Yes
- session.use_trans_sid disabled: Yes
- session.auto_start disabled: Yes
- zlib.output_compression disabled: Yes
- zend_accelerator.compress_all disabled: Yes
File Uploads
- file_uploads enabled: Yes
- upload_max_filesize: 3M
- post_max_size: 3M
This value should be several times the expect largest upload size (notwithstanding any upload limits present in an application). Any upload that exceeds this size will cause any state information sent along with the uploaded data to be lost. This is a PHP limitation and can not be worked around.
Required Horde Configuration Files
- config/conf.php: Yes
- config/mime_drivers.php: Yes
- config/nls.php: Yes
- config/prefs.php: Yes
- config/registry.php: Yes
PHP Sessions
- Session counter: 1
- To unregister the session: click here
PEAR
- PEAR Search Path (PHP's include_path): /srv/toplinetec.com.br/webmail2/horde/lib:.:/usr/share/php5:/usr/share/php
- PEAR: Yes
- Recent PEAR: Yes
- Mail: Yes
- Mail_Mime: Yes
- Mail_mimeDecode: Yes
- Log: Yes
- DB: Yes
- MDB2: Yes
- Net_Socket: Yes
- Date: Yes
- Auth_SASL: No
Horde will work without the Auth_SASL class, but if you use Access Control Lists in IMP you should be aware that without this class passwords will be sent to the IMAP server in plain text when retrieving ACLs.
- HTTP_Request: Yes
- HTTP_WebDAV_Server: No
The HTTP_WebDAV_Server is required, if you want to use the WebDAV interface of Horde, e.g. to access calendars or tasklists with external clients.
- Net_SMTP: Yes
- Services_Weather: Yes
- Cache: Yes
- XML_Serializer: Yes
- Net_DNS: No
Net_DNS can speed up hostname lookups against broken DNS servers.