System-Requirements

by wbbaddons, May 8th 2011

System-Requirements

wbbaddons

1.0.1, May 31st 2011

Community Framework 1.1.x

LGPL

3,010

More about this plug-in

Adds a pip that checks the system-requirements before installation.
Author:
  • Tim Düsterhus (TimWolla)

With the requirements-PIP you can check the system-requirements before installation:

  • <?xml version="1.0" encoding="UTF-8"?>
  • <requirements xmlns="http://www.wbb3addons.de" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wbb3addons.de http://www.wbb3addons.de/XSD/requirements.xsd">
    • <php>
      • <functions>
        • <function type="minimum">json_encode</function> <!-- Without json_encode nothing will work -->
        • <function type="recommend">explode</function> <!-- Most of it works without explode-->
      • </functions>
    • </php>
    • <mysql>
      • <versions>
        • <version type="minimum">4.0.0</version> <!-- MySQL 4 is a minimum -->
        • <version type="recommend">5.0.0</version> <!-- But MySQL 5 is better than MySQL 4 -->
      • </versions>
    • </mysql>
  • </requirements>


There are these checks for PHP: Version (<versions>), Function available (<functions>), Class available (<classes>), Extension available (<extensions>)

For MySQL there is: Version (<versions>).

Please refer also to the XSD: http://www.wbb3addons.de/XSD/requirements.xsd

Screenshots (1)





Versions (1)

Version 1.0.1

May 31st 2011, 4.45 kB, 2,719 Downloads

- English language was not installed

What has changed?

Here you can read what has changed in the different versions of the software and download an older version if necessary.


Reviews (1)

Schöne Sache #1

by "Hawkes", Monday, May 9th 2011, 9:53pm

Gut gemacht :) Erleichtert es den Administrator über die Anforderungen zu informieren. Wäre schön, wenn sowas das WCF 2.0 von Hause aus könnte.

Write a review!

Tell the plugin author and other customers your opinion about this plugin and rate it!
Please do not use the review feature to ask technical questions or to report errors!