alecpl
2011-09-15 140abb0ca07eff1e2e076916c67f28000fde72b1
- Require magic_quotes_runtime=Off because it modifies data streams (too much effort to handle this)


2 files modified
2 ■■■■■ changed files
INSTALL 1 ●●●● patch | view | raw | blame | history
program/include/iniset.php 1 ●●●● patch | view | raw | blame | history
INSTALL
@@ -29,6 +29,7 @@
   - zend.ze1_compatibility_mode disabled
   - suhosin.session.encrypt disabled
   - mbstring.func_overload disabled
   - magic_quotes_runtime 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
program/include/iniset.php
@@ -28,6 +28,7 @@
    'suhosin.session.encrypt' => 0,
    'session.auto_start' => 0,
    'file_uploads' => 1,
    'magic_quotes_runtime' => 0,
);
foreach ($crit_opts as $optname => $optval) {
    if ($optval != ini_get($optname)) {