[PHP-DEV] PHP 4.0 Bug #9177 Updated: crypt problems with openssl

2001-04-23 Thread max
ID: 9177 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: *Encryption and hash functions Description: crypt problems with openssl It doesn't seem like it was fixed. From CVS checked about about 30 minutes ago, configure says: checking for MD5 crypt... no And a

Re: [PHP-DEV] PHP 4.0 Bug #9177 Updated: crypt problems with openssl

2001-02-19 Thread Boian Bonev
Well, I think it's just the link order of libraries. ie. the openssl lib should be before libc..but is that even possible? Or just add another entry for libc after ssl? Might be possible to do some kludge with the link order, I would prefer that OpenSSL changed a bit though, I'll probably

[PHP-DEV] PHP 4.0 Bug #9177 Updated: crypt problems with openssl

2001-02-18 Thread sniper
ID: 9177 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Install and Config Assigned To: Comments: My bad. It was only discussed about, not fixed.. --Jani Previous Comments:

Re: [PHP-DEV] PHP 4.0 Bug #9177 Updated: crypt problems with openssl

2001-02-15 Thread Stig Venaas
On Thu, Feb 15, 2001 at 04:35:43PM -, [EMAIL PROTECTED] wrote: ID: 9177 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Install and Config Assigned To: Comments: IIRC this is fixed already in CVS so please try the latest CVS snapshot

Re: [PHP-DEV] PHP 4.0 Bug #9177 Updated: crypt problems with openssl

2001-02-15 Thread Stig Venaas
On Thu, Feb 15, 2001 at 08:29:57PM +0100, Jani Taskinen wrote: On Thu, 15 Feb 2001, Stig Venaas wrote: Are you sure? I haven't seen any fix. Could someone tell me what was Oh? I remembered incorrectly then..I thought you were the one who fixed it.. :) I don't mind the credit (: Well, I

Re: [PHP-DEV] PHP 4.0 Bug #9177 Updated: crypt problems with openssl

2001-02-15 Thread Jani Taskinen
On Thu, 15 Feb 2001, Stig Venaas wrote: Well, I think it's just the link order of libraries. ie. the openssl lib should be before libc..but is that even possible? Or just add another entry for libc after ssl? Might be possible to do some kludge with the link order, I would prefer that