Index: main.h
===================================================================
--- main.h	(revision 483)
+++ main.h	(revision 484)
@@ -198,6 +198,10 @@
 The next variable, ##raydium_texture_filter##, is very important. You can
 assign ##RAYDIUM_TEXTURE_FILTER_NONE## (default), ##RAYDIUM_TEXTURE_FILTER_BILINEAR##
 or ##RAYDIUM_TEXTURE_FILTER_TRILINEAR## (recommended).
+Raydium now support anisotropic filtering with ##RAYDIUM_TEXTURE_FILTER_ANISO##.
+Do not change the variable yourself, use the ##raydium_texture_filter_change()##
+function instead, it allows the user to override your setting from the
+command line (--filer option).
     
 Using no texture filter can gives you higher framerate on old 3D hardware,
 but this is quite ugly.
     echo "   Renaming $php to raydium/php/ ..."
     mv "$php" "raydium/php"
     exit_if_error "$?" "Is this script up to date ?"
@@ -221,7 +221,7 @@
 
 # deleting
     echo "   Deleting tar.gz ..."
-    rm -f raydium/php5-latest.tar.gz
+    rm -f raydium/php-latest.tar.gz
 }