summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-09-17 17:23:07 +0200
committerJ0WI <J0WI@users.noreply.github.com>2020-09-17 17:40:04 +0200
commit68ce17e59bf8bc09757f9b56fdad458679d6e988 (patch)
tree324ade0863f0680002324ccddcd8f4ae5e06f97c /apps
parentec07ca2abbc88f395b8eeedc4b2e5b679018a673 (diff)
downloadnextcloud-server-68ce17e59bf8bc09757f9b56fdad458679d6e988.tar.gz
nextcloud-server-68ce17e59bf8bc09757f9b56fdad458679d6e988.zip
Unify links to php.net
Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/lib/Command/Scan.php2
-rw-r--r--apps/files/lib/Command/ScanAppData.php2
-rw-r--r--apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php2
-rw-r--r--apps/files_sharing/lib/SharedStorage.php2
-rw-r--r--apps/settings/lib/Controller/CheckSetupController.php2
-rw-r--r--apps/settings/templates/settings/admin/server.php2
-rw-r--r--apps/user_ldap/lib/Access.php2
-rw-r--r--apps/user_ldap/lib/ILDAPWrapper.php2
-rw-r--r--apps/user_ldap/lib/LDAP.php2
9 files changed, 9 insertions, 9 deletions
diff --git a/apps/files/lib/Command/Scan.php b/apps/files/lib/Command/Scan.php
index 6ca6ba76945..94621a66cd3 100644
--- a/apps/files/lib/Command/Scan.php
+++ b/apps/files/lib/Command/Scan.php
@@ -236,7 +236,7 @@ class Scan extends Base {
/**
* Processes PHP errors as exceptions in order to be able to keep track of problems
*
- * @see https://secure.php.net/manual/en/function.set-error-handler.php
+ * @see https://www.php.net/manual/en/function.set-error-handler.php
*
* @param int $severity the level of the error raised
* @param string $message
diff --git a/apps/files/lib/Command/ScanAppData.php b/apps/files/lib/Command/ScanAppData.php
index 7b20fb011b0..cdd0df81c83 100644
--- a/apps/files/lib/Command/ScanAppData.php
+++ b/apps/files/lib/Command/ScanAppData.php
@@ -183,7 +183,7 @@ class ScanAppData extends Base {
/**
* Processes PHP errors as exceptions in order to be able to keep track of problems
*
- * @see https://secure.php.net/manual/en/function.set-error-handler.php
+ * @see https://www.php.net/manual/en/function.set-error-handler.php
*
* @param int $severity the level of the error raised
* @param string $message
diff --git a/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php b/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php
index 95ee3f489b9..5368538edca 100644
--- a/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php
+++ b/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php
@@ -119,7 +119,7 @@ class NativeShare extends AbstractShare {
* Multibyte unicode safe version of basename()
*
* @param string $path
- * @link http://php.net/manual/en/function.basename.php#121405
+ * @link https://www.php.net/manual/en/function.basename.php#121405
* @return string
*/
protected static function mb_basename($path) {
diff --git a/apps/files_sharing/lib/SharedStorage.php b/apps/files_sharing/lib/SharedStorage.php
index 901634c1e9f..7eeca69c029 100644
--- a/apps/files_sharing/lib/SharedStorage.php
+++ b/apps/files_sharing/lib/SharedStorage.php
@@ -297,7 +297,7 @@ class SharedStorage extends \OC\Files\Storage\Wrapper\Jail implements ISharedSto
}
/**
- * see http://php.net/manual/en/function.rename.php
+ * see https://www.php.net/manual/en/function.rename.php
*
* @param string $path1
* @param string $path2
diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php
index 6d237e04c1c..4862954a23b 100644
--- a/apps/settings/lib/Controller/CheckSetupController.php
+++ b/apps/settings/lib/Controller/CheckSetupController.php
@@ -277,7 +277,7 @@ class CheckSetupController extends Controller {
/**
* Whether the php version is still supported (at time of release)
- * according to: https://secure.php.net/supported-versions.php
+ * according to: https://www.php.net/supported-versions.php
*
* @return array
*/
diff --git a/apps/settings/templates/settings/admin/server.php b/apps/settings/templates/settings/admin/server.php
index c848ef5c494..58e2ed2188f 100644
--- a/apps/settings/templates/settings/admin/server.php
+++ b/apps/settings/templates/settings/admin/server.php
@@ -103,7 +103,7 @@
} else {
print_unescaped(str_replace(
['{linkstart}', '{linkend}'],
- ['<a href="http://php.net/manual/en/book.posix.php">', ' ↗</a>'],
+ ['<a href="https://www.php.net/manual/en/book.posix.php">', ' ↗</a>'],
$l->t('To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details.')
));
} ?></em>
diff --git a/apps/user_ldap/lib/Access.php b/apps/user_ldap/lib/Access.php
index 01818079802..073144475ce 100644
--- a/apps/user_ldap/lib/Access.php
+++ b/apps/user_ldap/lib/Access.php
@@ -1785,7 +1785,7 @@ class Access extends LDAPUtility {
*
* @param string $oguid the ObjectGUID in it's binary form as retrieved from AD
* @return string
- * @link http://www.php.net/manual/en/function.ldap-get-values-len.php#73198
+ * @link https://www.php.net/manual/en/function.ldap-get-values-len.php#73198
*/
private function convertObjectGUID2Str($oguid) {
$hex_guid = bin2hex($oguid);
diff --git a/apps/user_ldap/lib/ILDAPWrapper.php b/apps/user_ldap/lib/ILDAPWrapper.php
index a96c2b52c4e..6b0b221da39 100644
--- a/apps/user_ldap/lib/ILDAPWrapper.php
+++ b/apps/user_ldap/lib/ILDAPWrapper.php
@@ -100,7 +100,7 @@ interface ILDAPWrapper {
* @param string $dn
* @param int @withAttrib
* @return array|false
- * @link http://www.php.net/manual/en/function.ldap-explode-dn.php
+ * @link https://www.php.net/manual/en/function.ldap-explode-dn.php
*/
public function explodeDN($dn, $withAttrib);
diff --git a/apps/user_ldap/lib/LDAP.php b/apps/user_ldap/lib/LDAP.php
index 63b2b9adcb9..b7101e2a686 100644
--- a/apps/user_ldap/lib/LDAP.php
+++ b/apps/user_ldap/lib/LDAP.php
@@ -148,7 +148,7 @@ class LDAP implements ILDAPWrapper {
* @param string $dn
* @param int @withAttrib
* @return array|false
- * @link http://www.php.net/manual/en/function.ldap-explode-dn.php
+ * @link https://www.php.net/manual/en/function.ldap-explode-dn.php
*/
public function explodeDN($dn, $withAttrib) {
return $this->invokeLDAPMethod('explode_dn', $dn, $withAttrib);