Project

General

Profile

« Previous | Next » 

Revision b2484fd2

Added by Warren Baker almost 14 years ago

Remove extra "/"

View differences:

etc/rc.php_ini_setup
230 230
for EXT in $PHP_ZEND_MODULES; do
231 231
	# Ensure extension exists before adding.
232 232
	if [ -f "${EXTENSIONSDIR}${EXT}.so" ]; then
233
		echo "zend_extension=${EXTENSIONSDIR}/${EXT}.so" >> /usr/local/lib/php.ini
233
		echo "zend_extension=${EXTENSIONSDIR}${EXT}.so" >> /usr/local/lib/php.ini
234 234
	fi
235 235
done
236 236

  

Also available in: Unified diff