Andrius Posted November 14, 2006 Share Posted November 14, 2006 I am setting up a pre-built website and in the installation it requests the following which I have no idea how to find. Path to php binary. You should specify full path to your PHP interpreter here. Example: /usr/local/bin/php Path to sox binary.If sox binary doesn't exist please install SoX Example: /usr/bin/sox Path to mogrify binary. If mogrify binary doesn't exist please install ImageMagick Example: /usr/local/bin/mogrify Path to convert binary. If convert binary doesn't exist please install ImageMagick Example: /usr/local/bin/convert Path to composite binary. If composite binary doesn't exist please install ImageMagick Example: /usr/local/bin/composite Link to comment https://forums.phpfreaks.com/topic/27234-how-to-find-the-path-to-php-binary/ Share on other sites More sharing options...
doni49 Posted November 14, 2006 Share Posted November 14, 2006 for the first one, put the following in a php file all by itself, put it on your server and load it in your browser.<?phpphpinfo();?>I don't know anything about the others. Link to comment https://forums.phpfreaks.com/topic/27234-how-to-find-the-path-to-php-binary/#findComment-124578 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.