From 56de6f1b62734f6339cbcbed33ba97bcda8349b4 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 27 Mar 2008 18:52:08 +0000 Subject: [PATCH] doc tweaks: link to http://www.php.net instead of mirrors. --- includes/AjaxFunctions.php | 2 +- includes/SpecialUpload.php | 2 +- includes/api/ApiFormatYaml_spyc.php | 2 +- install-utils.inc | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/AjaxFunctions.php b/includes/AjaxFunctions.php index 6b8bd21037..d86b52969e 100644 --- a/includes/AjaxFunctions.php +++ b/includes/AjaxFunctions.php @@ -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 diff --git a/includes/SpecialUpload.php b/includes/SpecialUpload.php index 3c6d2f61e3..24e1083958 100644 --- a/includes/SpecialUpload.php +++ b/includes/SpecialUpload.php @@ -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 ) { diff --git a/includes/api/ApiFormatYaml_spyc.php b/includes/api/ApiFormatYaml_spyc.php index 72c89e4a87..a9b9c4feaf 100644 --- a/includes/api/ApiFormatYaml_spyc.php +++ b/includes/api/ApiFormatYaml_spyc.php @@ -844,7 +844,7 @@ * 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 diff --git a/install-utils.inc b/install-utils.inc index 5b632d2071..6a99ec5535 100644 --- a/install-utils.inc +++ b/install-utils.inc @@ -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 -- 2.20.1