Skip to content

Commit

Permalink
Adding info related to php 8.2 settings in php.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
msinghai committed May 12, 2024
1 parent 5a964c9 commit 698ca62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PHP8_Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@

* If php-fpm is used than enable flushpackets. Refer to https://beamtic.com/php-output-buffering

# PHP version >= 8.2 #

If in php.ini the error reporting is set to E_ALL, there would be depreciation errors. So keep setting as E_ALL & ~E_DEPRECATED & ~E_STRICT in php.ini for the application to work properly.

0 comments on commit 698ca62

Please sign in to comment.