golden hour
/opt/remi/php74/root/usr/bin
⬆️ Go Up
Upload
File/Folder
Size
Actions
lsphp
8.08 MB
Del
OK
pear
393 B
Del
OK
peardev
420 B
Del
OK
pecl
308 B
Del
OK
phar
14.55 KB
Del
OK
phar.phar
14.55 KB
Del
OK
php
8.08 MB
Del
OK
php-cgi
8.07 MB
Del
OK
phpize
4.75 KB
Del
OK
Edit: pear
#!/bin/sh exec /opt/remi/php74/root/usr/bin/php -C \ -d include_path=/opt/remi/php74/root/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="" \ /opt/remi/php74/root/usr/share/pear/pearcmd.php "$@"
Save