From: | "Stefan Sturm" <mailling(at)anrath(dot)info> |
---|---|
To: | <pgsql-php(at)postgresql(dot)org> |
Subject: | Re: MD5 in pg and php |
Date: | 2004-04-29 08:49:32 |
Message-ID: | 20040429084952.31FEED1E406@svr1.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-php |
Hello,
> I really wouldn't like to upgrade from my current stable situation,
> only to find out that it didn't solve my original problem.
I did a "select md5('apple');". PostgreSQL 7.4.2
For me, the result is: 1f3870be274f6c49b3e31a0c6728957f
In php I did a "echo md5('apple');". php 4.3.6
The result in php is also: 1f3870be274f6c49b3e31a0c6728957f
I don't now, how you get your answer...
Greetings,
Stefan Sturm
From | Date | Subject | |
---|---|---|---|
Next Message | Nick Barr | 2004-04-29 08:50:40 | Re: MD5 in pg and php |
Previous Message | Marek Lewczuk | 2004-04-29 08:31:14 | Re: MD5 in pg and php |