mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
UPGRADING: Remove reference to Archive_Tar
The Archive_Tar PEAR module is no longer needed as of commit
acdf9a85a0
. Remove the associated
upgrading instruction.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
69e2d1dcff
commit
2193676098
1 changed files with 3 additions and 5 deletions
|
@ -13,13 +13,11 @@ ALTER TABLE Users ADD COLUMN PGPKey VARCHAR(40) NULL DEFAULT NULL;
|
|||
|
||||
2. Merge "web/lib/config.inc.php.proto" with "web/lib/config.inc.php".
|
||||
|
||||
3. Update Archive_Tar to version greater than 1.3.7.
|
||||
3. Enable the PDO MySQL extension (pdo_mysql.so) in "php.ini".
|
||||
|
||||
4. Enable the PDO MySQL extension (pdo_mysql.so) in "php.ini".
|
||||
4. Upgrade to PHP>=5.4.0 or enable "short_open_tag" in "php.ini".
|
||||
|
||||
5. Upgrade to PHP>=5.4.0 or enable "short_open_tag" in "php.ini".
|
||||
|
||||
6. Install translations by running `make install` in "po/".
|
||||
5. Install translations by running `make install` in "po/".
|
||||
|
||||
From 1.9.0 to 1.9.1
|
||||
-------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue