diff --git a/roles/www_base/tasks/php-stem.yml b/roles/www_base/tasks/php-stem.yml index 817ff556a7..5ef6002add 100644 --- a/roles/www_base/tasks/php-stem.yml +++ b/roles/www_base/tasks/php-stem.yml @@ -27,6 +27,11 @@ # (Or in PHP code...) # phpinfo() +# Or consider https://github.com/iiab/php-stem/issues/2 in future? +# "Current practice is to put the stem.so file in a different place for each php version. +# Would it be better to create a directory /usr/local/lib/php-stem and always put it there. +# Then put that location in stem.ini" + - name: Download https://github.com/iiab/php-stem/raw/main/so/stem-armhf-{{ php_version }}.so to /usr/lib/php/{{ php_extension }}/stem.so (armv6l or armv7l) get_url: