goba            Thu Oct 23 05:53:31 2003 EDT

  Modified files:              
    /php-src/win32      install.txt 
  Log:
  The web server user name starts with IUSR_ and not ISUR_,
  and some clarifications from Phil Driscoll
  
Index: php-src/win32/install.txt
diff -u php-src/win32/install.txt:1.22 php-src/win32/install.txt:1.23
--- php-src/win32/install.txt:1.22      Fri Sep 19 08:24:06 2003
+++ php-src/win32/install.txt   Thu Oct 23 05:53:31 2003
@@ -684,8 +684,8 @@
    If it still fails then it could be one of the following:
 
    file permissions on your php script, php.exe, php4ts.dll, php.ini or any php
-   extensions you are trying to load are such that the anonymous internet user
-   ISUR_<machinename> cannot access them.
+   extensions you are trying to load are such that the web server cannot access 
+   them. For IIS, IUSR_<machinename> needs at least read access.
 
    The script file does not exist (or possibly isn't where you think it is
    relative to your web root directory). Note that for IIS you can trap this error by 
ticking

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to