doc tweaks: link to http://www.php.net instead of mirrors.
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 27 Mar 2008 18:52:08 +0000 (18:52 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 27 Mar 2008 18:52:08 +0000 (18:52 +0000)
includes/AjaxFunctions.php
includes/SpecialUpload.php
includes/api/ApiFormatYaml_spyc.php
install-utils.inc

index 6b8bd21..d86b529 100644 (file)
@@ -56,7 +56,7 @@ function js_unescape($source, $iconv_to = 'UTF-8') {
 
 /**
  * Function coverts number of utf char into that character.
- * Function taken from: http://sk2.php.net/manual/en/function.utf8-encode.php#49336
+ * Function taken from: http://www.php.net/manual/en/function.utf8-encode.php#49336
  *
  * @param $num Integer
  * @return utf8char
index 3c6d2f6..24e1083 100644 (file)
@@ -981,7 +981,7 @@ wgUploadAutoFill = {$autofill};
                }
 
                # Get the maximum file size from php.ini as $wgMaxUploadSize works for uploads from URL via CURL only
-               # See http://de.php.net/manual/en/ini.core.php#ini.upload-max-filesize for possible values of upload_max_filesize
+               # See http://www.php.net/manual/en/ini.core.php#ini.upload-max-filesize for possible values of upload_max_filesize
                $val = trim( ini_get( 'upload_max_filesize' ) );
                $last = ( substr( $val, -1 ) );
                switch( $last ) {
index 72c89e4..a9b9c4f 100644 (file)
      * An ever-so-slightly modified version of the array_kmerge() function posted
      * to php.net by mail at nospam dot iaindooley dot com on 2004-04-08.
      *
-     * http://us3.php.net/manual/en/function.array-merge.php#41394
+     * http://www.php.net/manual/en/function.array-merge.php#41394
      *
      * @access private
      * @param array $arr1
index 5b632d2..6a99ec5 100644 (file)
@@ -112,7 +112,7 @@ function dbsource( $fname, $db = false ) {
 /**
  * Get the value of session.save_path
  *
- * Per http://uk.php.net/manual/en/ref.session.php#ini.session.save-path,
+ * Per http://www.php.net/manual/en/ref.session.php#ini.session.save-path,
  * this might have some additional preceding parts which need to be
  * ditched
  *
@@ -127,7 +127,7 @@ function mw_get_session_save_path() {
 /**
  * Is dl() available to us?
  *
- * According to http://uk.php.net/manual/en/function.dl.php, dl()
+ * According to http://www.php.net/manual/en/function.dl.php, dl()
  * is *not* available when `enable_dl` is off, or under `safe_mode`
  *
  * @return bool