]> git.mxchange.org Git - friendica.git/commitdiff
Bump minimum PHP version to 5.6.1
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 1 Jul 2018 19:15:17 +0000 (15:15 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Mon, 16 Jul 2018 23:38:15 +0000 (19:38 -0400)
.travis.yml
INSTALL.txt
composer.json
composer.lock
doc/Install.md
doc/de/Install.md

index 6e7ac1c2e0b0f1c2dbcd02e828173c04400b5962..7419ecbfbea09dafab6e06875853b5a90374f16b 100644 (file)
@@ -1,6 +1,6 @@
 ---
 language: php
-## Friendica supports PHP version >= 5.6
+## Friendica supports PHP version >= 5.6.1
 php:
  - 5.6
  - 7.0
index a849f493a726b7d8a472b3b9ec50cca3eedfcff7..705eb8fed2fe90a6f944b615394044b90d944bbe 100644 (file)
@@ -32,7 +32,7 @@ link if your cert is self-signed).
        - Apache with mod-rewrite enabled and "Options All" so you can use a
 local .htaccess file
 
-       - PHP 5.6+ (PHP 7 recommended for performance).
+       - PHP 5.6.1+ (PHP 7 recommended for performance).
 
                - PHP *command line* access with register_argc_argv set to true in the
 php.ini file [or see 'poormancron' in section 8]
index 941464e70c78ad45b470d0c46d274a599b5197e3..9ef0dcd101ed400b64f4631ea8b796312663de09 100644 (file)
@@ -13,7 +13,7 @@
                "issues": "https://github.com/friendica/friendica/issues"
        },
        "require": {
-               "php": ">5.6",
+               "php": ">=5.6.1",
                "ext-xml": "*",
                "asika/simple-console": "^1.0",
                "divineomega/password_exposed": "^2.4",
index 7ba8fc1cfd1f8000f2f608fb16e0f154464d75bb..5ba27098357010811ab370a8b0b68159404b2189 100644 (file)
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "content-hash": "4fcae78061a3eb72f91e4fa81e53af56",
+    "content-hash": "9e24971ae9340c5d9d4d4ca477d4ec29",
     "packages": [
         {
             "name": "asika/simple-console",
     "prefer-stable": false,
     "prefer-lowest": false,
     "platform": {
-        "php": ">5.6",
+        "php": ">=5.6.1",
         "ext-xml": "*"
     },
     "platform-dev": []
index ea0bff26c33eecb964920fba20d93a9e42634121..6eb249a81215d115ee0605209c6c29f1a6980f4e 100644 (file)
@@ -27,7 +27,7 @@ Requirements
 ---
 
 * Apache with mod-rewrite enabled and "Options All" so you can use a local .htaccess file
-* PHP 5.6+ (PHP 7 is recommended for performance)
+* PHP 5.6.1+ (PHP 7 is recommended for performance)
   * PHP *command line* access with register_argc_argv set to true in the php.ini file
   * Curl, GD, PDO, MySQLi, hash, xml, zip and OpenSSL extensions
   * The POSIX module of PHP needs to be activated (e.g. [RHEL, CentOS](http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7) have disabled it)
index ef4ef8aadc83411892c7f3ebf99a57e31444c851..84941d9282abb17b5dfb2dcb27779e6cb4d0ce75 100644 (file)
@@ -28,7 +28,7 @@ Requirements
 ---
 
 * Apache mit einer aktiverten mod-rewrite-Funktion und dem Eintrag "Options All", so dass du die lokale .htaccess-Datei nutzen kannst
-* PHP  5.6+ (PHP 7 ist aufgrund der Performance empfohlen)
+* PHP  5.6.1+ (PHP 7 ist aufgrund der Performance empfohlen)
   * PHP *Kommandozeilen*-Zugang mit register_argc_argv auf "true" gesetzt in der php.ini-Datei
   * Curl, GD, PDO, MySQLi, xml, zip und OpenSSL-Erweiterung
   * Das POSIX Modul muss aktiviert sein ([CentOS, RHEL](http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7) haben dies z.B. deaktiviert)