From: Alain F. <al...@va...> - 2001-08-03 07:32:59
|
Hello, First of all, yes! I am still alive :). I was very busy these past weeks, but now I have some time again. I am in the process of installing phpWebSite on a w2k server running PHP 4.0.5, and the crypt() function is not supported on that platform. I have seen that at some places, the PHP code seems to make use of a $system variable to chose whether or not to use crypt(), but this doesn't work right yet, mainly because the $system variable doesn't seem to be defined, and misses "global" declaration in many functions. This can be fixed in one of the next releases, maybe. Thanks :) |