From fbfc65303ef5abcaf74b39fa6cd053fdd150c3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 15 Dec 2014 13:48:37 +0100 Subject: [PATCH] documenting library names and their versions --- developer_manual/app/info.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/developer_manual/app/info.rst b/developer_manual/app/info.rst index 0e22aae4c..6449ebf99 100644 --- a/developer_manual/app/info.rst +++ b/developer_manual/app/info.rst @@ -133,7 +133,8 @@ specified. Valid values for the 'os' attribute are as returned by the php functi lib --- -Defines a required php extension with required minimum and/or maximum version. +Defines a required php extension with required minimum and/or maximum version. The names for the libraries have to match the result as returned by the php function `get_loaded_extensions http://php.net/manual/en/function.get-loaded-extensions.php`_. +The explicit version of an extension is read from `phpversion http://php.net/manual/de/function.phpversion.php`_ - with some exception as to be read up in the code base `https://github.com/owncloud/core/blob/master/lib/private/app/platformrepository.php#L45`_ os --