Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Increase the PHP memory limit

/*
To increase the PHP memory limit setting, edit your PHP.ini file found under /usr/local/etc/php/7.4/.
Increase the default value (example: Maximum amount of memory a script may consume = 128MB) of the PHP memory limit line in php.ini.
*/

memory_limit = 256M
Comment

increase PHP Memory

define( 'WP_MEMORY_LIMIT', '64M' );
Comment

PREVIOUS NEXT
Code Example
Php :: a facade root has not been set laravel 7 
Php :: name of today php 
Php :: laravel model save get id 
Php :: php print array nice format 
Php :: apache2 php 8 update not working 
Php :: laravel create new file if not exists 
Php :: laravel datepicker date format 
Php :: laravel eloquent many to many query using whereHas 
Php :: Day of Week Using carbon library 
Php :: check if session is started 
Php :: laravel set a session variable 
Php :: function () ?type{} in php 
Php :: eloquent where parentheses 
Php :: how to send html table in email body in php 
Php :: php comment 
Php :: laravel break 
Php :: error_log wordpress 
Php :: laravel migration delete column 
Php :: combine 2 columns search query laravel 
Php :: lDownload multiple files as a zip-file using php 
Php :: php use function from same class 
Php :: yii2 clear schema cache 
Php :: Php get all timezone 
Php :: how to check where function defined in php 
Php :: 301 redirect 
Php :: php get last digit of number 
Php :: how to get attachments to emails php 
Php :: php array get value at index 
Php :: php typeof 
Php :: rename migration laravel 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =