--- variables_from_uri-1.0.0.php.asc	Sat Nov 25 00:45:06 2000
+++ ../variables_from_uri-1.0.1.php.asc	Mon Apr  1 22:29:28 2002
@@ -5,11 +5,11 @@
         /**
         Set variables from Search Engine friendly URLs.
     
-        Copyright 2000 Jeremy Brand  <jeremy@nirvani.net>
+        Copyright 2000,2002 Jeremy Brand  <jeremy@nirvani.net>
         http://www.jeremybrand.com/Jeremy/Brand/Jeremy_Brand.html
     
         Variables from URI for PHP.
-        Release 1.0.0
+        Release 1.0.1
         http://www.nirvani.net/software/
     
         This program is free software; you can redistribute it and/or modify
@@ -32,10 +32,15 @@
         This would set $living= '1', $login = 'nirvani' and 
         $color = 'yellow' iff living, login and color are in the 
         $cvs_allowed_vars string.
+
+        ChangeLog:
+        Jeremy Brand <jeremy@nirvani.net> 1.0.1 -- allow for use on servers
+          that do not register globals.
         
         **/
 
-        global $PATH_INFO;
+        global $HTTP_SERVER_VARS;
+        $PATH_INFO = $HTTP_SERVER_VARS['PATH_INFO'];
 
         /** This is so you can pass in an array if you want
          ** instead of a comma delimited string **/
