php-pear/peardev.sh
Troy Dawson 7a4c1feb87 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/php-pear#3d17f9f491b7975e8e7bb56390c243fef1dfe796
2020-10-20 07:33:10 -07:00

14 lines
363 B
Bash

#!/bin/sh
exec /usr/bin/php -C -q \
-d memory_limit="-1" \
-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" \
-d open_basedir="" \
-d auto_prepend_file="" \
-d auto_append_file="" \
/usr/share/pear/pearcmd.php "$@"