You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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.