Current Path: > > opt > alt > php80 > usr > bin
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
composer | File | 403 bytes | June 04 2025 10:41:14. | |
composer.phar | File | 3125568 bytes | June 04 2025 10:41:14. | |
lsphp | File | 6405376 bytes | July 09 2025 08:40:17. | |
newrelic-daemon | File | 14795768 bytes | July 10 2025 11:15:20. | |
pear | File | 1479 bytes | May 12 2025 17:42:50. | |
peardev | File | 428 bytes | May 12 2025 17:42:50. | |
pecl | File | 319 bytes | May 12 2025 17:42:50. | |
phar | File | 15388 bytes | July 09 2025 08:40:04. | |
phar.phar | File | 15388 bytes | July 09 2025 08:40:04. | |
php | File | 6401872 bytes | July 09 2025 08:40:17. | |
php-cgi | File | 6401536 bytes | July 09 2025 08:40:17. | |
php-config | File | 7432 bytes | July 09 2025 08:40:03. | |
phpdbg | File | 6404936 bytes | July 09 2025 08:40:17. | |
phpize | File | 4824 bytes | July 09 2025 08:40:03. |
#!/usr/bin/env php <?php /* * This file is part of Composer. * * (c) Nils Adermann <naderman@naderman.de> * Jordi Boggiano <j.boggiano@seld.be> * * For the full copyright and license information, please view * the license that is located at the bottom of this file. */ // Avoid APC causing random fatal errors per https://github.com/composer/composer/issues/264 if (extension_loaded('apc') && filter_var(ini_get('apc.enable_cli'), FILTER_VALIDATE_BOOLEAN) && filter_var(ini_get('apc.cache_by_default'), FILTER_VALIDATE_BOOLEAN)) { if (version_compare(phpversion('apc'), '3.0.12', '>=')) { ini_set('apc.cache_by_default', 0); } else { fwrite(STDERR, 'Warning: APC <= 3.0.12 may cause fatal errors when running composer commands.'.PHP_EOL); fwrite(STDERR, 'Update APC, or set apc.enable_cli or apc.cache_by_default to 0 in your php.ini.'.PHP_EOL); } } if (!class_exists('Phar')) { echo 'PHP\'s phar extension is missing. Composer requires it to run. Enable the extension or recompile php without --disable-phar then try again.' . PHP_EOL; exit(1); } Phar::mapPhar('composer.phar'); require 'phar://composer.phar/bin/composer'; __HALT_COMPILER(); ?> �� � composer.phar ! src/Composer/Advisory/Auditor.php�'