Skip to main content
added 4 characters in body
Source Link
avpaderno
  • 98.1k
  • 15
  • 165
  • 284

The problem was due to a phpPHP conflict. Drush was using the os xOS X installed phpPHP instead of xamppthe XAMPP one. Adding the following line in my .profile fixed the problem:.

export DRUSH_PHP='/Applications/XAMPP/xamppfiles/bin/php' 

The problem was due to a php conflict. Drush was using the os x installed php instead of xampp one. Adding the following line in my .profile fixed the problem:

export DRUSH_PHP='/Applications/XAMPP/xamppfiles/bin/php' 

The problem was due to a PHP conflict. Drush was using the OS X installed PHP instead of the XAMPP one. Adding the following line in my .profile fixed the problem.

export DRUSH_PHP='/Applications/XAMPP/xamppfiles/bin/php' 
Source Link
Baba
  • 541
  • 11
  • 20

The problem was due to a php conflict. Drush was using the os x installed php instead of xampp one. Adding the following line in my .profile fixed the problem:

export DRUSH_PHP='/Applications/XAMPP/xamppfiles/bin/php'