OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
php84
/
usr
/
bin
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/29/2025 12:24:49 PM
rwxr-xr-x
📄
lsphp
8.12 MB
01/16/2025 05:29:29 PM
rwxr-xr-x
📄
pear
1.44 KB
12/17/2024 06:12:51 PM
rwxr-xr-x
📄
peardev
428 bytes
12/17/2024 06:12:51 PM
rwxr-xr-x
📄
pecl
319 bytes
12/17/2024 06:12:51 PM
rwxr-xr-x
📄
phar
14.9 KB
01/16/2025 05:29:08 PM
rwxr-xr-x
📄
phar.phar
14.9 KB
01/16/2025 05:29:08 PM
rwxr-xr-x
📄
php
8.12 MB
01/16/2025 05:29:29 PM
rwxr-xr-x
📄
php-cgi
8.12 MB
01/16/2025 05:29:29 PM
rwxr-xr-x
📄
php-config
7.48 KB
01/16/2025 05:29:07 PM
rwxr-xr-x
📄
phpdbg
8.12 MB
01/16/2025 05:29:29 PM
rwxr-xr-x
📄
phpize
5.03 KB
01/16/2025 05:29:07 PM
rwxr-xr-x
Editing: pecl
Close
#!/bin/sh alt_php_dir="/opt/alt/php84" exec $alt_php_dir/usr/bin/php -C -n -q \ -d include_path=$alt_php_dir/usr/share/pear \ -d date.timezone=UTC \ -d output_buffering=1 \ -d variables_order=EGPCS \ -d safe_mode=0 \ -d register_argc_argv="On" \ $alt_php_dir/usr/share/pear/peclcmd.php "$@"