• 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

PHP SoapClient: set a namespace without prefix

PHP echo values of all sub keys [duplicate]

Symfony Error: "An exception has been thrown during the rendering of a template"

Show date difference as "20" instead of "20 years ago"

Symfony autowiring issues since docker update

Laravel Multi-language routes without prefix

php curl requesting twice

How to check user Permissions using Custom Middleware in Laravel

how to pass row id in href of a tag in codeigniter controller?

Installing Composer - Internal Error

I want to store data in new index as per my key in php [duplicate]

Laravel query builder binding parameters more than once

MySQL order by field in Eloquent

Loading data from MySQL and populating dropdown select with jQuery Mobile, PHP

Can we define variables in `.tpl` files?

About Contact Privacy policy Terms and conditions