You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,10 @@ You need to have curl (in order to download packages required to build chash.pha
60
60
61
61
apt-get install php-curl
62
62
63
-
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):
63
+
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:
64
64
65
65
curl -sS https://getcomposer.org/installer | php
66
-
php5 composer.phar update --no-dev --prefer-dist
66
+
php composer.phar update --no-dev --prefer-dist
67
67
68
68
In order to generate the executable chash.phar file. You have to set first this php setting (in your cli php configuration file).
69
69
@@ -86,7 +86,7 @@ In detail:
86
86
composer update --no-dev
87
87
php -d phar.readonly=0 createPhar.php
88
88
89
-
If you're using php 5.3 with suhosin, the phar will not be executed. You can try this:
89
+
If you're using php with suhosin, the phar might not be executed. You can try this:
0 commit comments