tillo
Verified User
I beleive I have CustomBuild 1.2.13 (the latest), even if it says it's 1.2.12.
Patch for the small bug:
Patch for the small bug:
Code:
--- build.orig 2010-02-23 13:14:24.000000000 +0100
+++ build 2010-02-23 13:14:53.000000000 +0100
@@ -7428,7 +7428,7 @@
if [ "${PHP6_CGI_OPT}" = "yes" ]; then
if [ -e /usr/local/php6/bin/php ]; then
- PHP5VCGI="`/usr/local/php6/bin/php -v | grep built | awk '{ print $2 }'`"
+ PHP6VCGI="`/usr/local/php6/bin/php -v | grep built | awk '{ print $2 }'`"
if [ "${VERSIONS}" = "1" ]; then
echo "Latest version of PHP6 (CGI): ${PHP6_VER}"
echo "Installed version of PHP6 (CGI): ${PHP6VCGI}"