X7ROOT File Manager
Current Path:
/usr/local/bin
usr
/
local
/
bin
/
📁
..
📄
crontab
(1.81 MB)
📄
ea-php71
(4.08 MB)
📄
ea-php73
(4.71 MB)
📄
ea-php74
(6.09 MB)
📄
ea-php80
(6.67 MB)
📄
ea_convert_php_ini
(39.85 KB)
📄
ea_current_to_profile
(8.31 KB)
📄
ea_install_profile
(7.1 KB)
📄
ea_sync_user_phpini_settings
(6.73 KB)
📄
instmodsh
(4.1 KB)
📄
json_xs
(6.93 KB)
📄
lsphp
(937 B)
📄
passwd
(3.47 MB)
📄
pear
(935 B)
📄
php
(933 B)
Editing: pear
#!/usr/local/cpanel/3rdparty/bin/perl # Copyright 2025 WebPros International, LLC # All rights reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited. package ea_php_cli::cli; BEGIN { delete @ENV{qw(PERL5LIB PERLLIB PERL5OPT PERL5DB PERL5SHELL PERL_DEBUG_MSTATS PERL_DESTRUCT_LEVEL)}; # Paranoid much? unshift @INC, '/var/cpanel/ea4'; # avoid slow use lib } use strict; use warnings; use ea_php_cli (); my $bin = "pear"; run(@ARGV) unless caller(); sub run { return ea_php_cli::run( $bin, @_ ); # faster than unshift @_, "php-cgi"; goto &ea_php_cli::run; ? } 1;
Upload File
Create Folder