Page MenuHomePhorge

Remove an outdated PHP 5.3 check in utils
ClosedPublic

Authored by aklapper on Aug 26 2024, 12:04.
Tags
None
Referenced Files
F3387809: D25808.1744441337.diff
Fri, Apr 11, 07:02
F3369894: D25808.1744216808.diff
Tue, Apr 8, 16:40
F3366994: D25808.1744190902.diff
Tue, Apr 8, 09:28
F3338039: D25808.1743597982.diff
Tue, Apr 1, 12:46
F3334336: D25808.1743548383.diff
Mon, Mar 31, 22:59
F3331043: D25808.1743499992.diff
Mon, Mar 31, 09:33
F3328643: D25808.1743459495.diff
Sun, Mar 30, 22:18
F3310579: D25808.1743195794.diff
Thu, Mar 27, 21:03

Details

Summary

parse_ini_string() has been available since PHP 5.3.0: https://www.php.net/manual/en/function.parse-ini-string.php

INI_SCANNER_RAW was introduced in PHP 5.3.0 (and received several bug fixes on the way to PHP 5.4.10): https://www.php.net/ChangeLog-5.php

Phorge requires PHP 7.2 nowadays; before rP7d8c84a7bdc8fb43674341b97c36c9d8ae1d894a Phorge already required PHP 5.5.

Thus remove this outdated check.

Test Plan

Read the docs.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable