OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
php53
/
usr
/
bin
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/16/2023 01:46:47 PM
rwxr-xr-x
📄
lsphp
4.27 MB
11/08/2024 03:29:48 PM
rwxr-xr-x
📄
pear
1.5 KB
12/12/2019 03:06:32 PM
rwxr-xr-x
📄
peardev
429 bytes
12/12/2019 03:06:32 PM
rwxr-xr-x
📄
pecl
319 bytes
12/12/2019 03:06:32 PM
rwxr-xr-x
📄
phar
14.49 KB
11/08/2024 03:29:39 PM
rwxr-xr-x
📄
phar.phar
14.49 KB
11/08/2024 03:29:39 PM
rwxr-xr-x
📄
php
4.25 MB
11/08/2024 03:29:48 PM
rwxr-xr-x
📄
php-cgi
4.26 MB
11/08/2024 03:29:48 PM
rwxr-xr-x
📄
php-config
5.61 KB
01/23/2024 01:46:57 PM
rwxr-xr-x
📄
phpize
4.42 KB
01/23/2024 01:46:57 PM
rwxr-xr-x
Editing: peardev
Close
#!/bin/sh alt_php_dir="/opt/alt/php53" exec $alt_php_dir/usr/bin/php -C -q \ -d memory_limit="-1" \ -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" \ -d open_basedir="" \ -d auto_prepend_file="" \ -d auto_append_file="" \ $alt_php_dir/usr/share/pear/pearcmd.php "$@"