mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix incompatibility with php short open tags
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
9c65ad3aa2
commit
b60a30af71
2 changed files with 1 additions and 5 deletions
|
@ -62,10 +62,6 @@ Setup on Arch Linux:
|
||||||
|
|
||||||
PEAR's path may vary depending on your set up.
|
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
|
6) Configure MySQL
|
||||||
- Start the MySQL service. Example:
|
- Start the MySQL service. Example:
|
||||||
# /etc/rc.d/mysqld start
|
# /etc/rc.d/mysqld start
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||||
|
|
Loading…
Add table
Reference in a new issue