diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-06-04 16:05:57 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-06-04 16:05:57 +0200 |
commit | 0b6d022e6fa9dc08ddbc8ba420cdd58a690cf852 (patch) | |
tree | 2955ddf5630968a3a2a956a3ae86dcfa47646c27 /INSTALL | |
parent | aede1f9ab41e8dfc5272a149b1e88a464ce12f89 (diff) |
Fix magic_quotes_sybase handling (#1488506)
Improved handling of critical PHP settings - try to set them to required value before die()
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ REQUIREMENTS - suhosin.session.encrypt disabled - mbstring.func_overload disabled - magic_quotes_runtime disabled + - magic_quotes_sybase disabled * PHP compiled with OpenSSL to connect to IMAPS and to use the spell checker * A MySQL (4.0.8 or newer), PostgreSQL, MSSQL database engine or the SQLite extension for PHP |