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

PHP8 in the .htaccess #26569

Closed
castillo92 opened this issue Apr 15, 2021 · 1 comment · Fixed by #26584
Closed

PHP8 in the .htaccess #26569

castillo92 opened this issue Apr 15, 2021 · 1 comment · Fixed by #26584
Labels

Comments

@castillo92
Copy link
Contributor

castillo92 commented Apr 15, 2021

Should be moddified L51 or add a new block to consider <IfModule mod_php8.c>

server/.htaccess

Lines 51 to 58 in 8ef920f

<IfModule mod_php7.c>
php_value mbstring.func_overload 0
php_value default_charset 'UTF-8'
php_value output_buffering 0
<IfModule mod_env.c>
SetEnv htaccessWorking true
</IfModule>
</IfModule>

@marcos-guerrero
Copy link

In apache2 with mod_php php8 the name of the module is mod_php.c so the text that should be used must start with
<IfModule mod_php.c>
without the 8

@szaimen szaimen added the 0. Needs triage Pending check for reproducibility or if it fits our roadmap label May 20, 2021
@szaimen szaimen added 2. developing Work in progress enhancement and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants