php-pear/pecl.sh
Remi Collet 9fcc47fadb - add explicit requires on all needed extensions (phpci)
- fix pecl launcher (need ini to be parsed for some
  extenstions going to be build as shared, mainly simplexml)
- add fix for new unpack format (php 5.5)
2012-12-11 16:58:22 +01:00

10 lines
251 B
Bash

#!/bin/sh
exec /usr/bin/php -C -q \
-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" \
/usr/share/pear/peclcmd.php "$@"