| .. | |||||
| lsphp | |||||
| pear | |||||
| peardev | |||||
| pecl | |||||
| php | |||||
| php-cgi | |||||
| php-config | |||||
| phpize |
#!/bin/sh
exec /opt/cpanel/ea-php52/root/usr/bin/php -C \
-d include_path=/opt/cpanel/ea-php52/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" \
/opt/cpanel/ea-php52/root/usr/share/pear/peclcmd.php "$@"
| .. | |||||
| lsphp | |||||
| pear | |||||
| peardev | |||||
| pecl | |||||
| php | |||||
| php-cgi | |||||
| php-config | |||||
| phpize |