Re: [PHP] Problems with Linux PHP

2001-03-20 Thread Dennis Gearon
try 'chmod 0700 session', as I believe it's octal in linux. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Problems with Linux PHP

2001-03-19 Thread Liam Gibbs
I'm having a couple of problems while porting some software from Lynx OS to Linux. Here they are: 1. The encryption method seems to be different. Does anyone know the salt to use in the crypt() function in Linux? 2. Also, I seem to not be able to popen() in Linux. I get a file pointer which

Re: [PHP] Problems with Linux PHP

2001-03-19 Thread Liam Gibbs
I'm having a couple of problems while porting some software from Lynx OS to Linux. Here they are: 1. The encryption method seems to be different. Does anyone know the salt to use in the crypt() function in Linux? 2. Also, I seem to not be able to popen() in Linux. I get a file pointer which is

Re: [PHP] Problems with Linux PHP

2001-03-19 Thread Christian Reiniger
On Monday 19 March 2001 15:28, you wrote: I'm having a couple of problems while porting some software from Lynx OS to Linux. Here they are: 1. The encryption method seems to be different. Does anyone know the salt to use in the crypt() function in Linux? Depends on the distribution you're