diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-26 18:49:31 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-26 18:49:31 +0100 |
commit | 25fb9732a008d4fb35e4afdefea552f36835fa43 (patch) | |
tree | ee35f1a78d42f82b68179128a822f9e036a957d0 /INSTALL | |
parent | 787a421846ad12c4e36488f1c50d4e6d93c22b22 (diff) |
Fix so all unknown email addresses from Google csv format are imported (#1490159)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ REQUIREMENTS * The Apache, Lighttpd, Cherokee or Hiawatha web server * .htaccess support allowing overrides for DirectoryIndex * PHP Version 5.3.7 or greater including - - PCRE, DOM, JSON, XML, Session, Sockets (required) + - PCRE, DOM, JSON, Session, Sockets (required) - PHP Data Objects (PDO) with driver for either MySQL, PostgreSQL or SQLite (required) - Libiconv, Zip (recommended) - OpenSSL, Fileinfo, Mcrypt, mbstring (optional) |