Re: [PHP] php 4.x + mysql 5

2008-02-09 Thread Nathan Rixham
save passwords as sha2 or such like instead? further, it would appear that since the "old password" "new password" is set mysql server side, then php will have no bearing what so ever on how passwords are saved, seeing as it's mysql which will run the password() function and not php :) ps t

Re: [PHP] php 4.x + mysql 5

2008-02-08 Thread ahlist
On Feb 8, 2008 4:16 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: > ahlist wrote: > > Hi, > > > > > > I have a clean php 4.4.7 compile but it still shows the old mysql lib > > version. I can't find where it is picking that up at. Is it just built > > into the php sources that way? > > Yes, it is include

Re: [PHP] php 4.x + mysql 5

2008-02-08 Thread Jim Lucas
ahlist wrote: Hi, I have a client who requires php 4.x with mysql 5 (cannot use php 5 for this project). Too bad... Can anyone confirm that it is possible to use this combination without setting mysql to use old-style passwords. Not sure I have a clean php 4.4.7 compile but it still sh

[PHP] php 4.x + mysql 5

2008-02-08 Thread ahlist
Hi, I have a client who requires php 4.x with mysql 5 (cannot use php 5 for this project). Can anyone confirm that it is possible to use this combination without setting mysql to use old-style passwords. I have a clean php 4.4.7 compile but it still shows the old mysql lib version. I can't find