Installing MS SQL Drivers for PHP on Mac OS
Mac OS : Catalina 10.15.7 install PHP 7.2$ curl -s http://php-osx.liip.ch/install.sh | bash -s 7.2แก้ไข .bash_profile เพื่ม บันทัดด้านล่างนี้$ nano ~/.bash_profileexport PATH=/usr/local/php5/bin:$PATHทำการ update sourcesource ~/.bash_profile $ brew...