Re: [PHP] Use PHP or MySQL for MD5 function

2003-08-26 Thread Curt Zirzow
* Thus wrote Daevid Vincent ([EMAIL PROTECTED]): > > If you really care, just make a program like this and do some MD5() calls in > both mysql and php to see which is faster. I'd be curious to know as well... > You'll have to modify appropriately, and only do a single MD5 check because > I think l

RE: [PHP] Use PHP or MySQL for MD5 function

2003-08-25 Thread Daevid Vincent
ho "version two: \t$time2 seconds\n"; ?> > -Original Message- > From: Sid [mailto:[EMAIL PROTECTED] > Sent: Monday, August 25, 2003 1:25 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Use PHP or MySQL > > > Hello, > > This question has been linge

[PHP] Use PHP or MySQL

2003-08-25 Thread Sid
Hello, This question has been lingering in my mind for some time - Say we have a function such as MD5, which is available on both PHP and MySQL? Which is faster - the PHP version or the MySQL one. Have any benchmarks been made on this? We can use the same question for say... arithmetic operation