View Single Post
  #3  
Old 02-11-2013, 08:31 AM
joek168 joek168 is offline
Member
 
Join Date: Jan 2009
Posts: 19
Default solved

from php.net

If you have multiple PHP versions installed, you may be able to specify for which installation you'd like to build by using the --with-php-config option during configuration.

--with-php-config=[Insert path to proper php-config here]

------------------------

this worked for me!
Reply With Quote