         VERSION=0.2.1
          
         UPDATED=20050408
           SPELL=PEAR-Stream_Var
        WEB_SITE=http://pear.php.net/package/Stream_Var/
      LICENSE[0]=PHP
           SHORT='PEAR: Allows stream based access to any variable.'
cat << EOF
Stream_Var can be registered as a stream with
stream_register_wrapper() and allows stream
based acces to variables in any scope. Arrays
are treated as directories, so it's possible to
replace temporary directories and files in your
application with variables.
EOF


