From 3133cc3bd775ee905adc2b6f8fcc74caab053d6d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 18 Jan 2012 11:12:32 -0500 Subject: [PATCH] Do not set EXTENSIONSDIR twice --- etc/rc.php_ini_setup | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index 902b103068..2046a94cf5 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -27,7 +27,6 @@ # Set our operating platform PLATFORM=`/bin/cat /etc/platform` -EXTENSIONSDIR="/usr/local/lib/php/20060613/" if [ -d /usr/local/lib/php/20090626 ]; then EXTENSIONSDIR="/usr/local/lib/php/20090626/"