• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

How update php.ini on a Mac OS X Mojave?

phpapachemacos-mojavephp-inimemory-limit


PHP Snippet 1:

<?php phpinfo(); ?>

PHP Snippet 2:

sudo vi /etc/apache2/httpd.conf

PHP Snippet 3:

#LoadModule php7_module libexec/apache2/libphp7.so
LoadModule php7_module /usr/local/opt/[email protected]/lib/httpd/modules/libphp7.so

PHP Snippet 4:

sudo apachectl restart

PHP Snippet 5:

tail -f  /var/log/apache2/error_log

Related Snippets

How to give apache permission to write to home directory?

Mysqli Output to a table

How to get page number on dompdf PDF when using "view"

Undefined Array Key error when uploading image on php

Failing validation doesn't stop code execution in livewire component

PHP: How to solve ob_start() in combination imagepng() issue?

Check if user online laravel

Entity provider not working in security.yml php symfony3.4 ({"code":401,"message":"bad credentials"}.)

Autoloading classes in PHPUnit using Composer and autoload.php

Get sum of arrays inside array

how to remove white space in select 2

hidden INPUT value not available in $_POST

Boolean assignment operators in PHP

array_key_exists(): The first argument should be either a string or an integer

Using if(isset($_POST['submit'])) to not display echo when script is open is not working

About Contact Privacy policy Terms and conditions