From 13dcf9662c3f6f0b5af47fc2a5d322eda1b0fbce Mon Sep 17 00:00:00 2001 From: Tobias Sekan Date: Mon, 30 Mar 2020 11:13:10 +0200 Subject: [PATCH 1/5] Add phpmatrix.md --- doc/phpmatrix.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/phpmatrix.md diff --git a/doc/phpmatrix.md b/doc/phpmatrix.md new file mode 100644 index 00000000000..ce336856ed0 --- /dev/null +++ b/doc/phpmatrix.md @@ -0,0 +1,36 @@ +# Dolibarr PHP support + +## Dolibar current + +| Dolibarr | Latest | Minimum PHP | Maximum PHP | +| -------- | ---------- | ----------- | ----------- | +| 12 | develop | PHP 5.6+ | PHP 7.4 | +| 11 | 11.0.3 | PHP 5.5+ | PHP 7.3 | +| 10 | 10.0.6 | PHP 5.5+ | PHP 7.3 | +| 9 | 9.0.4 | PHP 5.4+ | PHP 7.3 | +| 8 | 8.0.6 | PHP 5.3+ | PHP 7.2 | +| 7 | 7.0.5 | PHP 5.3+ | PHP 7.2 | +| 6 | 6.0.8 | PHP 5.3+ | PHP 7.1 | +| 5 | 5.0.7 | PHP 5.3+ | PHP 7.0 | +| 4 | 4.0.6 | PHP 5.0+ | PHP 5.x | + +## Dolibar 3.x + +| Dolibarr | Latest | Minimum PHP | Maximum PHP | +| -------- | ---------- | ----------- | ----------- | +| 3.9 | 3.9.4 | PHP 5.0+ | PHP 5.x | +| 3.8 | 3.8.5 | PHP 5.0+ | PHP 5.x | +| 3.7 | 3.7.4 | PHP 5.0+ | PHP 5.x | +| 3.6 | 3.6.7 | PHP 5.0+ | PHP 5.x | +| 3.5 | 3.5.8 | PHP 5.0+ | PHP 5.x | +| 3.4 | 3.4.3 | PHP 5.0+ | PHP 5.x | +| 3.3 | 3.3.5 | PHP 5.0+ | PHP 5.x | +| 3.2 | 3.2.3 | PHP 5.0+ | PHP 5.x | +| 3.1 | 3.1.3 | PHP 4+ | PHP 5.x | +| 3.0 | 3.0 | PHP 4+ | PHP 5.x | + +## Dolibar 2.x + +* Minimum PHP: PHP 4 +* Maximum PHP: PHP 5 (since 2.1) + From 4dbf7b6f5816b19e3d76d4763fa8648ab431da50 Mon Sep 17 00:00:00 2001 From: Tobias Sekan Date: Mon, 30 Mar 2020 09:20:24 +0000 Subject: [PATCH 2/5] Update readme.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b8d067ffb7a..11e69c5e593 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Releases can be downloaded from [official website](https://www.dolibarr.org/). You can use a Web server and a supported database (MariaDB, MySQL or PostgreSQL) to install the standard version. +- Check that your installed PHP version is supported [see PHP support](./doc/phpmatrix.md). + - Uncompress the downloaded .zip archive to copy the "dolibarr/htdocs" directory and all its files inside your web server root or get the files directly from GitHub (recommanded if you known git): `git clone https://github.com/dolibarr/dolibarr -b x.y` (where x.y is main version like 3.6, 9.0, ...) @@ -68,6 +70,7 @@ If you don't have time to install it yourself, you can try some commercial 'read ## UPGRADING - At first make a backup of your Dolibarr files & than see https://wiki.dolibarr.org/index.php/Installation_-_Upgrade#Upgrade_Dolibarr +- Check that your installed PHP version is support by the new version [see PHP support](./doc/phpmatrix.md). - Overwrite all old files from 'dolibarr' directory with files provided into the new version's package. - At first next access, Dolibarr will redirect your to the "install/" page to follow the upgrade process.  If an `install.lock` file exists to lock any other upgrade process, the application will ask you to remove the file manually (you should find the `install.lock` file into the directory used to store generated and uploaded documents, in most cases, it is the directory called "*documents*"). From 0e1e825802cc8c1429573ef747dae7ea42bf95e1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 30 Mar 2020 19:32:02 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11e69c5e593..6f813fa1626 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ If you don't have time to install it yourself, you can try some commercial 'read ## UPGRADING - At first make a backup of your Dolibarr files & than see https://wiki.dolibarr.org/index.php/Installation_-_Upgrade#Upgrade_Dolibarr -- Check that your installed PHP version is support by the new version [see PHP support](./doc/phpmatrix.md). +- Check that your installed PHP version is supported by the new version [see PHP support](./doc/phpmatrix.md). - Overwrite all old files from 'dolibarr' directory with files provided into the new version's package. - At first next access, Dolibarr will redirect your to the "install/" page to follow the upgrade process.  If an `install.lock` file exists to lock any other upgrade process, the application will ask you to remove the file manually (you should find the `install.lock` file into the directory used to store generated and uploaded documents, in most cases, it is the directory called "*documents*"). From 2a57b0acc6150fc3a5543a0552fb6dc99c02322c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 30 Mar 2020 19:34:29 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f813fa1626..fbf59a27a74 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Releases can be downloaded from [official website](https://www.dolibarr.org/). You can use a Web server and a supported database (MariaDB, MySQL or PostgreSQL) to install the standard version. -- Check that your installed PHP version is supported [see PHP support](./doc/phpmatrix.md). +- Check that your installed PHP version is supported [see PHP support](https://wiki.dolibarr.org/index.php/Versions). - Uncompress the downloaded .zip archive to copy the "dolibarr/htdocs" directory and all its files inside your web server root or get the files directly from GitHub (recommanded if you known git): From 920eedb542136c548fe574673c73c8c98cabb662 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 30 Mar 2020 19:34:40 +0200 Subject: [PATCH 5/5] Delete phpmatrix.md --- doc/phpmatrix.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 doc/phpmatrix.md diff --git a/doc/phpmatrix.md b/doc/phpmatrix.md deleted file mode 100644 index ce336856ed0..00000000000 --- a/doc/phpmatrix.md +++ /dev/null @@ -1,36 +0,0 @@ -# Dolibarr PHP support - -## Dolibar current - -| Dolibarr | Latest | Minimum PHP | Maximum PHP | -| -------- | ---------- | ----------- | ----------- | -| 12 | develop | PHP 5.6+ | PHP 7.4 | -| 11 | 11.0.3 | PHP 5.5+ | PHP 7.3 | -| 10 | 10.0.6 | PHP 5.5+ | PHP 7.3 | -| 9 | 9.0.4 | PHP 5.4+ | PHP 7.3 | -| 8 | 8.0.6 | PHP 5.3+ | PHP 7.2 | -| 7 | 7.0.5 | PHP 5.3+ | PHP 7.2 | -| 6 | 6.0.8 | PHP 5.3+ | PHP 7.1 | -| 5 | 5.0.7 | PHP 5.3+ | PHP 7.0 | -| 4 | 4.0.6 | PHP 5.0+ | PHP 5.x | - -## Dolibar 3.x - -| Dolibarr | Latest | Minimum PHP | Maximum PHP | -| -------- | ---------- | ----------- | ----------- | -| 3.9 | 3.9.4 | PHP 5.0+ | PHP 5.x | -| 3.8 | 3.8.5 | PHP 5.0+ | PHP 5.x | -| 3.7 | 3.7.4 | PHP 5.0+ | PHP 5.x | -| 3.6 | 3.6.7 | PHP 5.0+ | PHP 5.x | -| 3.5 | 3.5.8 | PHP 5.0+ | PHP 5.x | -| 3.4 | 3.4.3 | PHP 5.0+ | PHP 5.x | -| 3.3 | 3.3.5 | PHP 5.0+ | PHP 5.x | -| 3.2 | 3.2.3 | PHP 5.0+ | PHP 5.x | -| 3.1 | 3.1.3 | PHP 4+ | PHP 5.x | -| 3.0 | 3.0 | PHP 4+ | PHP 5.x | - -## Dolibar 2.x - -* Minimum PHP: PHP 4 -* Maximum PHP: PHP 5 (since 2.1) -