I got the Php Standalone running but have a probem when running a simple phpscript
#! /usr/local/bin/php -q
<?//
echo "Hello World";
?>//
when run displays the below
PHP: Error parsing php.ini on line 158
Hello World//
The line 158 in the php.ini is
;error_prepend_string = "<font color=cc0000>" ; string to output before an error message