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
F3927095: D25808.1746373879.diff
Sat, May 3, 15:51
F3702276: D25808.1745621909.diff
Thu, Apr 24, 22:58
F3701895: D25808.1745609676.diff
Thu, Apr 24, 19:34
F3701744: D25808.1745605664.diff
Thu, Apr 24, 18:27
F3681695: D25808.1745560004.diff
Thu, Apr 24, 05:46
F3675558: D25808.1745516392.diff
Wed, Apr 23, 17:39
F3552858: D25808.1744909778.diff
Wed, Apr 16, 17:09
F3488372: D25808.1744780452.diff
Tue, Apr 15, 05:14

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