OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
php71
/
usr
/
bin
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/16/2023 01:46:39 PM
rwxr-xr-x
📄
lsphp
5.28 MB
11/25/2024 02:51:23 PM
rwxr-xr-x
📄
newrelic-daemon
11.58 MB
02/22/2024 11:04:55 AM
rwxr-xr-x
📄
pear
1.44 KB
01/28/2020 05:26:33 PM
rwxr-xr-x
📄
peardev
428 bytes
01/28/2020 05:26:33 PM
rwxr-xr-x
📄
pecl
319 bytes
01/28/2020 05:26:33 PM
rwxr-xr-x
📄
phar
14.48 KB
11/25/2024 02:51:08 PM
rwxr-xr-x
📄
phar.phar
14.48 KB
11/25/2024 02:51:08 PM
rwxr-xr-x
📄
php
5.31 MB
11/25/2024 02:51:23 PM
rwxr-xr-x
📄
php-cgi
5.25 MB
11/25/2024 02:51:23 PM
rwxr-xr-x
📄
php-config
6.37 KB
01/23/2024 02:41:00 PM
rwxr-xr-x
📄
phpdbg
5.48 MB
11/25/2024 02:51:23 PM
rwxr-xr-x
📄
phpize
4.46 KB
01/23/2024 02:41:00 PM
rwxr-xr-x
Editing: pecl
Close
#!/bin/sh alt_php_dir="/opt/alt/php71" 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 "$@"