1.2.634. Linux Only Files¶
List of files that are only found on Linux style systems. They are making the application depend on the system.
<?php
// Really non-portable system check
$os = shell_exec("cat /proc/version");
echo "You are using $os\n";
?>
1.2.634.1. Connex PHP features¶
1.2.634.1.1. Specs¶
Short name |
Portability/LinuxOnlyFiles |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
Major |
Time To Fix |
Slow (1 hour) |
Precision |
High |
Available in |