From: cajus Date: Wed, 1 Jun 2005 18:27:07 +0000 (+0000) Subject: Replaced ini_get_all() by single ini_get() calls, because the first is not available... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bc94fb022da7cc1b78f8d39986ecaa2f0cbff7ae;p=gosa.git Replaced ini_get_all() by single ini_get() calls, because the first is not available in the minimum required version of PHP. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@577 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/TODO b/TODO index 91caf6cf5..ecb6a8f80 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,8 @@ Things to fix before 2.4: - shared folders - Kolab disabled -> check. Check is_account! +* set_error_handler seems not to work for PHP 4.1! + Target for 2.5: ===============