updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / phoronix-test-suite-git / phoronix-test-suite-git.install
blob29ce604c9e70c7ac3a57139eb20f3068c2d1f74e
1 post_install() {
2 cat <<EOF
3 >>> To complete the installation, you must edit /etc/php/php.ini
4 >>> 1. Add / to the open_basedir list.
5 >>>     EXAMPLE: 
6 >>>     open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/
7 >>> 2. Enable the PHP JSON extention
8 >>>     EXAMPLE:         
9 >>>     extension=json.so
10 >>> 3. Enable the PHP ZIP extension
11 >>>     EXAMPLE:
12 >>>     extension=zip.so
13 >>>
14 >>> Additionally, the following PHP extensions are optional, but recommended:
15 >>>     OpenSSL : support HTTPS traffic
16 >>>     GD      : improved graph rendering (from package: php-gd)
17 >>>     POSIX   : highly recommended
18 >>>     CURL    : better download experience (from package: php-curl)
19 >>> Enable them as desired in /etc/php/php.ini
20 >>>
21 >>> For a GUI, install php-gtk from the AUR
22 EOF