Index: environment.xml
===================================================================
RCS file: /cvsroot/moodle/moodle/admin/environment.xml,v
retrieving revision 1.31
diff -c -r1.31 environment.xml
*** environment.xml	11 May 2008 18:57:53 -0000	1.31
--- environment.xml	25 Jun 2008 17:31:31 -0000
***************
*** 228,236 ****
            <ON_CHECK message="mbstringrecommended" />
          </FEEDBACK>
        </PHP_EXTENSION>
!       <PHP_EXTENSION name="curl" level="optional">
          <FEEDBACK>
!           <ON_CHECK message="curlrecommended" />
          </FEEDBACK>
        </PHP_EXTENSION>
        <PHP_EXTENSION name="openssl" level="optional">
--- 228,236 ----
            <ON_CHECK message="mbstringrecommended" />
          </FEEDBACK>
        </PHP_EXTENSION>
!       <PHP_EXTENSION name="curl" level="required">
          <FEEDBACK>
!           <ON_CHECK message="curlrequired" />
          </FEEDBACK>
        </PHP_EXTENSION>
        <PHP_EXTENSION name="openssl" level="optional">
Index: ../install/lang/en_utf8/installer.php
===================================================================
RCS file: /cvsroot/moodle/moodle/install/lang/en_utf8/installer.php,v
retrieving revision 1.33
diff -c -r1.33 installer.php
*** ../install/lang/en_utf8/installer.php	20 May 2008 01:18:41 -0000	1.33
--- ../install/lang/en_utf8/installer.php	25 Jun 2008 17:31:32 -0000
***************
*** 68,73 ****
--- 68,74 ----
  $string['ctyperecommended'] = 'Installing the optional ctype PHP extension is highly recommended in order to improve site performance, particularly if your site is supporting non-latin languages.';
  $string['ctyperequired'] = 'The ctype PHP extension is now required by Moodle, in order to improve site performance and to offer multilingual compatibility.';
  $string['curlrecommended'] = 'Installing the optional cURL library is highly recommended in order to enable Moodle Networking functionality.';
+ $string['curlrequired'] = 'The cURL PHP extension is now required by Moodle, in order to commnunicate with Moodle repositories.';
  $string['customcheck'] = 'Other Checks';
  $string['database'] = 'Database';
  $string['databasecreationsettings'] = 'Now you need to configure the database settings where most Moodle data
Index: ../lang/en_utf8/admin.php
===================================================================
RCS file: /cvsroot/moodle/moodle/lang/en_utf8/admin.php,v
retrieving revision 1.196
diff -c -r1.196 admin.php
*** ../lang/en_utf8/admin.php	9 Jun 2008 08:44:02 -0000	1.196
--- ../lang/en_utf8/admin.php	25 Jun 2008 17:31:33 -0000
***************
*** 263,268 ****
--- 263,269 ----
  $string['ctyperequired'] = 'The ctype PHP extension is now required by Moodle, in order to improve site performance and to offer multilingual compatibility.';
  $string['csvdelimiter'] = 'CSV delimiter';
  $string['curlrecommended'] = 'Installing the optional cURL library is highly recommended in order to enable Moodle Networking functionality.';
+ $string['curlrequired'] = 'The cURL PHP extension is now required by Moodle, in order to commnunicate with Moodle repositories.';
  $string['customcheck'] = 'Other Checks';
  $string['datarootsecuritywarning'] = 'Your site configuration might not be secure. Please make sure that your dataroot directory ($a) is not directly accessible via web.';
  $string['dbmigrate'] = 'Moodle Database Migration';
