Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php56 /
usr /
share /
pear /
Delete
Unzip
Name
Size
Permission
Date
Action
.channels
[ DIR ]
drwxr-xr-x
2026-09-04 10:13
.pkgxml
[ DIR ]
drwxr-xr-x
2026-09-04 10:14
.registry
[ DIR ]
drwxr-xr-x
2026-09-04 10:14
Archive
[ DIR ]
drwxr-xr-x
2026-09-04 10:13
Auth
[ DIR ]
drwxr-xr-x
2026-09-04 10:14
Console
[ DIR ]
drwxr-xr-x
2026-09-04 10:13
File
[ DIR ]
drwxr-xr-x
2026-09-04 10:14
Mail
[ DIR ]
drwxr-xr-x
2026-09-04 10:14
Net
[ DIR ]
drwxr-xr-x
2026-09-04 10:14
OS
[ DIR ]
drwxr-xr-x
2026-09-04 10:13
PEAR
[ DIR ]
drwxr-xr-x
2026-09-04 10:13
Structures
[ DIR ]
drwxr-xr-x
2026-09-04 10:14
XML
[ DIR ]
drwxr-xr-x
2026-09-04 10:13
data
[ DIR ]
drwxr-xr-x
2026-09-04 10:14
test
[ DIR ]
drwxr-xr-x
2026-09-04 10:14
.depdb
3.8
KB
-rw-r--r--
2026-09-04 10:14
.depdblock
0
B
-rw-r--r--
2026-09-04 10:14
.filemap
18.66
KB
-rw-r--r--
2026-09-04 10:14
.lock
0
B
-rw-r--r--
2026-09-04 10:14
Mail.php
9.65
KB
-rw-r--r--
2023-03-31 14:59
PEAR.php
35.73
KB
-rw-r--r--
2026-08-18 20:42
System.php
20.21
KB
-rw-r--r--
2026-08-18 20:42
pearcmd.php
14.64
KB
-rw-r--r--
2026-08-18 20:42
peclcmd.php
1.1
KB
-rw-r--r--
2026-08-18 20:42
Save
Rename
<?php /** * PEAR, the PHP Extension and Application Repository * * Command line interface * * PHP versions 4 and 5 * * @category pear * @package PEAR * @author Stig Bakken <ssb@php.net> * @author Tomas V.V.Cox <cox@idecnet.com> * @copyright 1997-2009 The Authors * @license http://opensource.org/licenses/bsd-license.php New BSD License * @link http://pear.php.net/package/PEAR */ /** * @nodep Gtk */ //the space is needed for windows include paths with trailing backslash // http://pear.php.net/bugs/bug.php?id=19482 if ('/opt/alt/php56/usr/share/pear ' != '@'.'include_path'.'@ ') { ini_set('include_path', trim('/opt/alt/php56/usr/share/pear '). PATH_SEPARATOR . get_include_path()); $raw = false; } else { // this is a raw, uninstalled pear, either a cvs checkout, or php distro ini_set('include_path', __DIR__ . PATH_SEPARATOR . get_include_path()); $raw = true; } define('PEAR_RUNTYPE', 'pecl'); require_once 'pearcmd.php'; /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * indent-tabs-mode: nil * mode: php * End: */ // vim600:syn=php ?>