• 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

Adding one microsecond to Datetime object in PHP

php: command not found Command PhaseScriptExecution failed with a nonzero exit code

Laravel s3 upload file with metadata using pre-signed url

How do I get friend list from Friends table with counts of friends of my friends

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

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

Prevent blank space in pdf pages (DomPdf)

Laravel print last executed SQL query with Query log

Natural ORDER in Laravel Eloquent ORM

RuntimeException: Unable to create the cache directory (/var/www/sonata/app/cache/dev)

Refresh specific HTML content that retrieves data from MySQL

Connecting an HTML webpage to a SQL Server

Warning: Unknown: Failed to write session data using user defined save handler. (session.save_path: ) in Unknown on line 0

How to set dynamic `home` and `siteurl` in WordPress?

Stop caching for PHP 5.5.3 in MAMP

About Contact Privacy policy Terms and conditions