language/english/install.json
changeset 1144 fcb2be1428e7
parent 1020 0867b9d38c38
child 1195 449fdd113eb0
--- a/language/english/install.json	Tue Dec 01 00:27:26 2009 -0500
+++ b/language/english/install.json	Tue Dec 01 00:35:04 2009 -0500
@@ -75,12 +75,14 @@
       req_disabled: 'Disabled',
       req_writable: 'Writable',
       req_unwritable: 'Unwritable',
+      req_gmp: 'GNU Multi-Precision (GMP)',
+      req_bigint: 'Big_Int',
+      req_bcmath: 'BCMath',
       
       heading_serverenv: 'Server environment',
       heading_dbms: 'Database servers',
       heading_files: 'Writable files',
       heading_images: 'Image manipulation',
-      heading_crypto: 'Cryptographic features',
       
       req_apache: 'Apache web server',
       req_php: 'PHP version',
@@ -89,22 +91,17 @@
       req_safemode: 'Safe Mode',
       req_uploads: 'PHP file upload support',
       req_ctype: 'PHP ctype_* validation functions',
+      req_crypto: 'Arbitrary precision (cryptographic) math',
       req_config_writable: 'Configuration file: config.new.php',
       req_htaccess_writable: 'Apache rewrite rules: .htaccess.new',
       req_files_writable: 'File storage directory: files/',
       req_cache_writable: 'Cache directory: cache/',
       req_gd2: 'GD2 library',
       req_imagemagick: 'ImageMagick',
-      req_gmp: 'GMP arbitrary-precision math',
-      req_bigint: 'Big_Int arbitrary-precision math',
-      req_bcmath: 'BCMath arbitrary-precision math',
       
       req_hint_htaccess_writable: 'Only needs to be writable if you plan to use Rewritten URLs.',
       req_hint_gd2: 'Used for generating visual confirmation and resizing uploaded images',
       req_hint_imagemagick: 'Faster alternative for resizing uploaded images',
-      req_hint_gmp: 'Fastest backend for Diffie-Hellman cryptographic math',
-      req_hint_bigint: 'Relatively fast backend for Diffie-Hellman cryptographic math',
-      req_hint_bcmath: 'Allows Diffie-Hellman cryptographic math but slower',
       
       req_help_apache: 'Apache is the best server for Enano because it provides features that Enano can use, primarily support for Rewritten URLs.',
       req_help_php: 'Enano requires PHP version 5.0.0 or later, and runs best under PHP 5.2.0 or later. (You are running PHP %php_version%).',
@@ -113,9 +110,8 @@
       req_help_writable: 'Certain files need to be writable for installation and certain features to work properly. Use your FTP client\'s "CHMOD" feature to set numeric permissions on the items listed above: 666 for files, and 777 for directories. It\'s safest to CHMOD config.php to 444 once installation is complete.',
       req_help_gd2: 'Without GD, Enano has to use a visual confirmation engine that generates weaker images that are easier to break.',
       req_help_imagemagick: 'Without ImageMagick, Enano will use GD (if it is available) to scale images down. This is slightly slower.',
-      req_help_gmp: 'GMP is the fastest backend for Enano\'s cryptographic math. If you don\'t have GMP or Big_Int, logging in might be slower.',
-      req_help_bigint: 'Big_Int is a faster backend for Enano\'s cryptographic math. If you don\'t have GMP or Big_Int, logging in might be slower.',
-      req_help_bcmath: 'BCMath is a fallback backend for Enano\'s cryptographic math. If you don\'t have GMP, BCMath or Big_Int, Enano will have to use an insecure method to transmit your login information.',
+      req_help_crypto_none: 'Your server has no support for arbitrary-precision math, which is required for encrypted logon. Your username and password will not be transmitted securely until one of the following PHP extensions is installed: GMP, Big_Int, or BCMath.',
+      req_help_crypto_bcmath: 'Your server supports arbitrary-precision math, but only through PHP\'s BCMath extension which is extremely slow. Expect the process of logging in to take 6-10 seconds.',
       
       err_no_dbms_title: 'No database backends are available.',
       err_no_dbms_body: 'Enano requires at least one database backend to install. Please consult with your hosting provider to obtain help with this situation. If you are running a VPS or dedicated server, install the php-mysql or php-pgsql (on Red Hat®-based distributions) or php5-mysql or php5-pgsql (on Debian-based distributions) packages. For Windows servers, ensure that the php_mysql or php_pgsql extension is enabled in php.ini.',