From 24865f2a4d6d44265fe5d1b4762671cb3feb3ba9 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Sun, 25 Jan 2009 14:37:18 -0500 Subject: Add note about short open tags in web/README. Since .htaccess was removed some people might have issues. Signed-off-by: Loui Chang --- web/README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/README') 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 -- cgit v1.2.3-24-g4f1b