Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable path to PHP executable #80

Closed
jurajkapsz opened this issue Jul 24, 2018 · 6 comments
Closed

Configurable path to PHP executable #80

jurajkapsz opened this issue Jul 24, 2018 · 6 comments
Assignees

Comments

@jurajkapsz
Copy link

In my webhosting environment I have to have defined a path to the PHP executable like:

shell_exec('env -i /some/path/to/php ...

This breaks future updates with ENM upstream version.

It is only me? Or would it be useful to have a configurable path to the PHP executable, e.g. in config.php:

###### EMAIL_NEWSLETTER_MANAGER ######
'enm' => array(
    'php_executable_path' => '',
),
########

Using latest ENM version 3.7.0

@michael-e
Copy link
Owner

This is a rare case. But still I consider your idea a valuable improvement.

I will have to find the time, however, to think about how to implement this properly. I will keep this issue open.

@jurajkapsz
Copy link
Author

Thanks, that's fine with me.

@wdebusschere
Copy link

Very usefull, thanks!

@michael-e
Copy link
Owner

I hope you like it. :-) Feedback is welcome!

@michael-e michael-e self-assigned this Jul 29, 2018
@jurajkapsz
Copy link
Author

Absolutely perfect! Tested the latest v3.8.3 and everything works like a charm.

Thanks @michael-e !

@michael-e
Copy link
Owner

Thanks for the feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants