PHP "Safe Mode" feature has been deprecated as of PHP 5.3.0 and removed as of PHP 5.4.0.
Phorge requires PHP 5.5 or newer.
Closes T15329
Differential D25174
Remove PHP Safe Mode related code aklapper on May 2 2023, 13:14. Authored by
Details
PHP "Safe Mode" feature has been deprecated as of PHP 5.3.0 and removed as of PHP 5.4.0. Phorge requires PHP 5.5 or newer. Closes T15329 Not sure. Managed to still install Phorge on PHP 8.1 after removing these lines.
Diff Detail
Event TimelineComment Actions How to enable safe_mode in PHP 5.5 or newer when Safe Mode was removed in PHP 5.4 && when Phorge requires PHP 5.5 or newer anyway according to the Phorge docs? Anyway, looking at Phorge's code now it seems to lack a check that the PHP version is 5.5 or newer. That would indeed be something to add first, before thinking of this patch. Abandoning for the time being. |