From a0fe5b706ce3cbe9c149ef9580bbff102f86f53b Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 25 Dec 2021 18:15:57 -0500 Subject: [PATCH] php-stem.yml: Mention iiab/php-stem#2 fixed location idea --- roles/www_base/tasks/php-stem.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: