]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Network.php
Hash the URL before using it as cache key in Util\Images::getInfoFromURLCached
[friendica.git] / src / Util / Network.php
index 27851caa873af67f65e18feeb5f60d66de8f461f..7c7269fa8f7b2f0cfcc63d08b97afee09a6d4525 100644 (file)
@@ -435,7 +435,8 @@ class Network
         *
         * @param array $parsed URL parts
         *
-        * @return string The glued URL
+        * @return string The glued URL.
+        * @deprecated since version 2021.12, use a UriInterface object like GuzzleHttp\Psr7\Uri instead
         */
        public static function unparseURL(array $parsed)
        {