From 106a156f5e202992dfce0d09e98382c533feb3a2 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Wed, 3 Apr 2019 16:25:08 -0500 Subject: [PATCH] Add note about short open tags in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 717095b4..b45f2b5a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ You’ll 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`