if (is_string($val)) {
// These entries are text fields.
- $ret->$env_data[$key] = substr($val, 0, $env_str);
+ $ret->{$env_data[$key]} = substr($val, 0, $env_str);
} else {
// These entries are address structures.
$group = null;
}
}
- $ret->$env_data[$key] = $tmp;
+ $ret->{$env_data[$key]} = $tmp;
}
++$key;
# Copy the following script and store it on /tmp, change it's execute bit, and run it, passing
in your path to Horde (the directory you've cloned the repository):
/tmp/copyhorde.sh ~/git/ext/horde/
+# MDL-52361 patched for PHP7 compatibility, after upgrade make sure it's updated upstream and remove this line
====
#!/bin/sh