Create dynamodules in the order they where touche

This commit is contained in:
Scott Ullrich 2011-07-12 15:41:01 -04:00
parent d916bfab54
commit c317af9937

View File

@ -192,7 +192,7 @@ fi
# Read in dynamodules
if [ -d /etc/php_dynamodules ]; then
DYNA_MODULES=`/bin/ls /etc/php_dynamodules/`
DYNA_MODULES=`/bin/ls -Utr /etc/php_dynamodules/`
PHPMODULES="$PHPMODULES $DYNA_MODULES"
fi