HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/cpanel/ea-php73/root/usr/bin/pecl
#!/bin/sh

# C6 and PHP73 need newer auto(conf|header) so we need to set our own
export PHP_AUTOCONF=/opt/rh/autotools-latest/root/usr/bin/autoconf
export PHP_AUTOHEADER=/opt/rh/autotools-latest/root/usr/bin/autoheader
#!/bin/sh

exec /opt/cpanel/ea-php73/root/usr/bin/php -C \
    -d include_path=/usr/share/pear \
    -d date.timezone=UTC \
    -d output_buffering=1 \
    -d variables_order=EGPCS \
    -d safe_mode=0 \
    -d register_argc_argv="On" \
    /opt/cpanel/ea-php73/root/usr/share/pear/peclcmd.php "$@"