[PHP] RE: aborted connections? (fwd)

2001-01-26 Thread tc lewis
26 Jan 2001 21:04:12 +0100 From: Maciek Uhlig <[EMAIL PROTECTED]> To: tc lewis <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: RE: aborted connections? As far as PHP is concerned, 4.0.4pl1 is not enough. You need to install CVS version later than 2001-01-18. At least thi

Re: [PHP] md5 crypt question

2001-07-17 Thread tc lewis
not sure if you've gotten any help on this yet. perhaps test the CRYPT_SALT_LENGTH and CRYPT_MD5 constants to make sure that your system and compiled php support md5 via crypt(). also, what salts did you try? note the comments at the bottom of http://php.net/manual/en/function.crypt.php about d

Re: [PHP] md5 crypt question

2001-07-17 Thread tc lewis
crypt() doesn't seem to do anything special with it and my > salt remains the same, first two character are taken like regular des. > > How would I go about testing the CRYPT_SALT_LENGTH and CRYPT_MD5 > constants. > > Thanks > -jeremy > > On Tue, 17 Jul 2001, tc le

Re: [PHP] md5 crypt question

2001-07-17 Thread tc lewis
On Tue, 17 Jul 2001, Jeremy Hansen wrote: > On Tue, 17 Jul 2001, tc lewis wrote: > > try: > > > > > > > > or: > > > > > > > > you should get output of 12 and 1 (not 2 and 0) if md5 is supported in > > crypt(), i think. > &g