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
// For exeding the php.ini file limit without changing the core file. This one is the best option to do this. Just you need to add this file on your root directory or if you have already .htaccess fiel then just copy past this code to make changes. Also don't forget to restart once your local server for changes.
Alos if you want to change other limit of php.ini file you just add them here.
after changes if you want to check the changes just run the php code
<?php phpinfo(); ?> it will show you the php cofigrations all details. So you find your changes.