• 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

Laravel 5.5 change unauthenticated login redirect url

PHP/HTML: Creating A SubMenu

Laravel s3 upload file with metadata using pre-signed url

Two buttons one form

How to use a PHP MVC Controller, one thats invoked by calling a URL, to call and execute more than one function? [duplicate]

How to execute sql code based on fetch array

Display specific shipping method if woocommerce product has specific acf field value

Detect if PHP session exists

ConstraintViolationListInterface to Exception in Symfony

Send Outlook 2010 email using PHP

What is my SQL missing?

How can I make a full text index of the column?

How can I convert from a{a{} b{}} to a[a[],b[]] using php preg_match?

Display the default discounted price and percentage on Woocommerce products

Reading input in php from terminal

About Contact Privacy policy Terms and conditions