Add note about short open tags in README

This commit is contained in:
Alex Cabal 2019-04-03 16:25:08 -05:00
parent def275ab3c
commit 106a156f5e

View file

@ -12,6 +12,8 @@ Youll also need to ensure the following:
- Your PHP installation must be configured to have `/standardebooks.org/lib/` in its include path.
- [PHP short open tags](https://www.php.net/manual/en/ini.core.php#ini.short-open-tag) must be enabled.
- [PHP-APCu](http://php.net/manual/en/book.apcu.php) and [PHP-intl](http://php.net/manual/en/book.intl.php) must be installed. On Ubuntu this can be done with `sudo apt install php-apcu php-intl`.
- The URL `^/ebooks/([^\.]+?)/?$` must redirect to `/standardebooks.org/ebooks/ebook.php?url-path=$1`