summaryrefslogtreecommitdiffstats
path: root/web/README
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2009-01-25 20:37:18 +0100
committerLoui Chang <louipc.ist@gmail.com>2009-01-25 20:37:18 +0100
commit24865f2a4d6d44265fe5d1b4762671cb3feb3ba9 (patch)
tree13460bca67822df90f17ae1efc793465422104c5 /web/README
parent5b4e63c57f69f80319062c406cdbc3628285748d (diff)
downloadaur-24865f2a4d6d44265fe5d1b4762671cb3feb3ba9.tar.gz
aur-24865f2a4d6d44265fe5d1b4762671cb3feb3ba9.tar.xz
Add note about short open tags in web/README.
Since .htaccess was removed some people might have issues. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/README')
-rw-r--r--web/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/README b/web/README
index e15f88a3..9958e7f3 100644
--- a/web/README
+++ b/web/README
@@ -54,6 +54,10 @@ Setup on Arch Linux:
PEAR's path may vary depending on your set up.
+ - AUR does not work properly with PHP's short open tag enabled.
+ Be sure you have this in php.ini:
+ short_open_tag = Off
+
6) Configure MySQL
- Start the MySQL service. Example:
# /etc/rc.d/mysqld start