Changeset 58682 for trunk/src/wp-includes/http.php
- Timestamp:
- 07/06/2024 02:52:05 PM (17 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r58388 r58682 700 700 * across PHP versions. 701 701 * 702 * PHP 5.4.7 expanded parse_url()'s ability to handle non-absolute URLs, including 703 * schemeless and relative URLs with "://" in the path. This function works around 704 * those limitations providing a standard output on PHP 5.2~5.4+. 705 * 706 * Secondly, across various PHP versions, schemeless URLs containing a ":" in the query 707 * are being handled inconsistently. This function works around those differences as well. 702 * Across various PHP versions, schemeless URLs containing a ":" in the query 703 * are being handled inconsistently. This function works around those differences. 708 704 * 709 705 * @since 4.4.0
Note: See TracChangeset
for help on using the changeset viewer.