Search
 
SCRIPT & CODE EXAMPLE
 

PHP

How to create custom php.ini file in CPanel?

Create File Path: public_html/website.com/.user.ini

memory_limit=512M
max_input_vars = 2000
upload_max_filesize=64M
post_max_size=64M
max_execution_time=120
max_file_uploads=20



then check changes by running 
<?php phpinfo(); ?>
Comment

PREVIOUS NEXT
Code Example
Php :: mod_fcgid: stderr: PHP Fatal error: Maximum execution time of 0 seconds exceeded in /home/circusconcepts/public_html/shop/system/library/PHPExcel/Shared/String.php on line 576 
Php :: css en linea php 
Php :: array value auto fill in old value laravel 8 
Php :: database interaction in codeigniter 
Php :: Posting file in Database comes with unwanted quotation marks laravel 
Php :: twig global 
Php :: WooCommerce Catalog Mode snippets 
Php :: php array_diff vs array_diff_assoc 
Php :: Store Notice 
Php :: show all tags 
Php :: how to get data from two tables in laravel 
Php :: drupal 7 hook_node_insert 
Php :: remove public from url laravel 
Php :: cakephp 3 migrations foreign key 
Php :: fichier wp-config.php 
Php :: MethodNotAllowedHttpException 
Php :: BelongsToMany relations pivot fields are null in Livewire refresh 
Php :: User.php 
Php :: laravel import csv files 
Php :: php add km to longitude 
Php :: ajouter une panier php 
Php :: eager loading set limit to relationship 
Php :: solaris 11 php mysql 
Php :: check input value is not empty or spaced php 
Php :: #@923uf8023hFO@I#H# 
Php :: if Offset php 
Php :: gerar aquivo csv php 
Php :: php set 404 page 
Php :: php string filter email 
Php :: find string lenght in php 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =