Search
 
SCRIPT & CODE EXAMPLE
 

PHP

mac use php@7.4

brew install php@7.4
brew services restart php
brew unlink php@8.1
brew link php@7.4

echo 'export PATH="/usr/local/opt/php@7.4/bin:$PATH"' >> ~/.zshrc
echo 'export PATH="/usr/local/opt/php@7.4/sbin:$PATH"' >> ~/.zshrc
Comment

install php 5.6 mac

#php 5.6 is deprecated so to install it
brew tap exolnet/homebrew-deprecated
brew install php@5.6
Comment

PREVIOUS NEXT
Code Example
Php :: php loop through start and end date 
Php :: drupal 8 get all nodes of type 
Php :: specified key was too long; max key length is 767 bytes (s 
Php :: php routing htaccess 
Php :: prepend 0 to number php 
Php :: php loop through json 
Php :: php strict-origin-when-cross-origin 
Php :: php header pdf open in browser 
Php :: convert one time zone datetime value to another using php 
Php :: php check if parameter exists 
Php :: how to get category from post id 
Php :: php iterate folder 
Php :: php date format minus 1 day 
Php :: laravel get file name 
Php :: check the php version in ubuntu 
Php :: php max input vars wordpress wp-config 
Php :: php get ip to location 
Php :: php find multiple strings in string 
Php :: wordpress get archive title 
Php :: php sec into date time 
Php :: php exception message 
Php :: php json key value loop 
Php :: Enable / Disable modules in PHP 
Php :: wp wc php if cart page is empty redirect 
Php :: what php can do 
Php :: Download a file from external server using PHP - Move one project to another server 
Php :: php sha256 example 
Php :: custom js css using wordpress hook 
Php :: create laravel project using laravel installer 
Php :: how get all files name in one folder in laravel 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =