Advertisement
Guest User

Untitled

a guest
Dec 30th, 2014
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. Roundcube - open source webmail softwareHow-to Wiki
  2. Roundcube Webmail Installer
  3.  
  4. Check environmentCreate configTest config
  5. Checking PHP version
  6.  
  7. Version: OK(PHP 5.4.36 detected)
  8. Checking PHP extensions
  9.  
  10. The following modules/extensions are required to run Roundcube:
  11.  
  12. PCRE: OK
  13. DOM: OK
  14. Session: OK
  15. XML: OK
  16. JSON: OK
  17. PDO: OK
  18. The next couple of extensions are optional and recommended to get the best performance:
  19.  
  20. FileInfo: NOT AVAILABLE(See http://www.php.net/manual/en/book.fileinfo.php)
  21. Libiconv: OK
  22. Multibyte: OK
  23. OpenSSL: OK
  24. Mcrypt: OK
  25. Intl: NOT AVAILABLE(See http://www.php.net/manual/en/book.intl.php)
  26. Exif: OK
  27. Checking available databases
  28.  
  29. Check which of the supported extensions are installed. At least one of them is required.
  30.  
  31. MySQL: OK
  32. PostgreSQL: NOT AVAILABLE(See http://www.php.net/manual/en/ref.pdo-pgsql.php)
  33. SQLite: OK
  34. SQLite (v2): NOT AVAILABLE(See http://www.php.net/manual/en/ref.pdo-sqlite.php)
  35. SQL Server (SQLSRV): NOT AVAILABLE(See http://www.php.net/manual/en/ref.pdo-sqlsrv.php)
  36. SQL Server (DBLIB): NOT AVAILABLE(See http://www.php.net/manual/en/ref.pdo-dblib.php)
  37. Check for required 3rd party libs
  38.  
  39. This also checks if the include path is set correctly.
  40.  
  41. PEAR: OK
  42. Net_SMTP: OK
  43. Net_IDNA2: OK
  44. Mail_mime: OK
  45. Checking php.ini/.htaccess settings
  46.  
  47. The following settings are required to run Roundcube:
  48.  
  49. file_uploads: OK
  50. session.auto_start: OK
  51. zend.ze1_compatibility_mode: OK
  52. mbstring.func_overload: OK
  53. suhosin.session.encrypt: OK
  54. magic_quotes_runtime: OK
  55. magic_quotes_sybase: OK
  56. The following settings are optional and recommended:
  57.  
  58. allow_url_fopen: OK
  59. date.timezone: OK
  60. register_globals: OK
  61.  
  62.  
  63.  
  64. Installer by the Roundcube Dev Team. Copyright © 2008-2012 – Published under the GNU Public License; Icons by famfamfam
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement