> > I haven't explained how to set PHPRC, because I think it doesn't worth it. > > I've just used the PHPIniPath registry setting. > > You should document PHPRC too as it is more portable and users might > not have rights to edit the registry on multi-user win32 servers. > > --Wez.
And whats the best option to set PHPRC? It can be set throught the registry, but people don't like to touch there.... Will 'set PHPRC C:\php' work? Can I advise to go to Start->Run and type that? (if that works?) ------------ About the syslog: you can bundle, in the win32 zip file, a .reg file to enter the keys automatically. And one more thing: in registersyslog.php you are using 'Application\\PHP-" . phpversion();' IHMO, this is not good, as if a person updates PHP, it will create a new entry and the registry will become bigger and bigger and bigger... ------------- Nuno