Skip to content

Commit

Permalink
Merge pull request #229 from dbarzin/dev
Browse files Browse the repository at this point in the history
fix php 8.3
  • Loading branch information
dbarzin authored Nov 17, 2024
2 parents 081d64c + 7feb621 commit 362ac28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions INSTALL.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ Enregistrez et fermez le fichier lorsque vous avez terminé. Ensuite, activez l'
sudo a2enmod rewrite
sudo a2dissite 000-default.conf
sudo a2ensite deming.conf
sudo a2dismod php8.1
sudo a2dismod php8.3
sudo a2enmod proxy_fcgi setenvif
sudo a2enconf php8.1-fpm
sudo a2enconf php8.3-fpm

Enfin, redémarrez le service Apache pour activer les modifications :

Expand All @@ -175,7 +175,7 @@ Enfin, redémarrez le service Apache pour activer les modifications :
## PHP

Vous devez définir les valeurs de upload_max_filesize et post_max_size dans votre php.ini
(/etc/php/8.1/fpm/php.ini) :
(/etc/php/8.3/fpm/php.ini) :

; Taille maximale autorisée pour les fichiers téléchargés.
upload_max_filesize = 10M
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ Save and close the file when finished. Next, activate the Apache virtual host an
sudo a2enmod rewrite
sudo a2dissite 000-default.conf
sudo a2ensite deming.conf
sudo a2dismod php8.1
sudo a2dismod php8.3
sudo a2enmod proxy_fcgi setenvif
sudo a2enconf php8.1-fpm
sudo a2enconf php8.3-fpm

Finally, restart the Apache service to activate the changes:

Expand All @@ -171,7 +171,7 @@ Finally, restart the Apache service to activate the changes:
## PHP

You need to set the value of upload_max_filesize and post_max_size in your php.ini
(/etc/php/8.1/fpm/php.ini) :
(/etc/php/8.3/fpm/php.ini) :

; Maximum allowed size for uploaded files.
upload_max_filesize = 10M
Expand Down

0 comments on commit 362ac28

Please sign in to comment.