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?)

You cannot set PHPRC through the registry, it is an environment var. It needs to be set the same way as the PATH var is extended. put the set command into autoexec.bat on Win98 and go through adding a new environment var on the UI on newer systems. It is 98% similar to the extension of PATH, you just need to add a new var and not edit an existing one.


------------
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...

But if he uses different PHP versions, he needs this stuff :) Otherwise if the registry becomes bigger on a machine, it will not be PHP's fault IMHO :))


Goba

Reply via email to