• 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

CONCAT columns with Laravel 5 eloquent

Limit WooCommerce products in cart only from one custom taxonomy

How to use functions that are declared in snippets in Evolution CMS (Modx) in an external PHP Script?

PHP array sort and remove duplicates by two field values

Script @php artisan package:discover handling the post-autoload-dump event returned with error code 255

Jquery DataTables: Data not displaying in table via Ajax

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

XML to CSV with PHP converter [problem with images grabing]

Query Optimization, changing the queries in the loop into a single processing query

AJAX call fails with SyntaxError: Unexpected end of JSON input

find in set in laravel ? example

PHPS source file - 403 Forbidden You don't have permission to access this resource

Having issue with matching rows in the database using PDO

Laravel insert dynamic input values with radio button

Webscraping Symfony/Panther: Can't get HTML

About Contact Privacy policy Terms and conditions