From 25f6db266b96cfac588c38ec14e70560f7faad14 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 13 Mar 2024 11:40:38 +0100 Subject: [PATCH] Update README.md to remove references to PHP5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7969235..c3e9b65 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,10 @@ You need to have curl (in order to download packages required to build chash.pha apt-get install php-curl -If you don't have composer installed on your computer, you can just do the following to download and install it and run the command above (make sure you have PHP5 enabled on the command line): +If you don't have composer installed on your computer, you can just do the following to download and install it and run the command above: curl -sS https://getcomposer.org/installer | php - php5 composer.phar update --no-dev --prefer-dist + php composer.phar update --no-dev --prefer-dist In order to generate the executable chash.phar file. You have to set first this php setting (in your cli php configuration file). @@ -86,7 +86,7 @@ In detail: composer update --no-dev php -d phar.readonly=0 createPhar.php -If you're using php 5.3 with suhosin, the phar will not be executed. You can try this: +If you're using php with suhosin, the phar might not be executed. You can try this: php -d suhosin.executor.include.whitelist="phar" chash.phar