• 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

Call to a member function givePermissionTo() on null

User pool client {id}does not exist

httpd.conf on Windows: can't locate API model structure `php8_module`

phpMyAdmin ERROR: mysqli_real_connect(): (HY000/1045): Access denied for user 'pma'@'localhost' (using password: NO)

Laravel display validation error

Twig - How to check if variable is a number / integer

Log a user out of a website when they put their computer to sleep

Send same name multiple checkbox values via ajax

Upload a file Using PHP and JavaScript

Filter array by skipping every nth element from the end

How to get multiple values with same key from an array PHP

Magento 2 - How to add new block to admin panel in product page?

Dropzone: Submit both form data and dropzone at once

How can I pass the list to the component variable in Laravel?

Doctrine ORM: Excluding Records Based on Values of Nested Relationships

About Contact Privacy policy Terms and conditions