php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7415 possible bug in crypt function
Submitted: 2000-10-23 15:49 UTC Modified: 2000-11-03 12:22 UTC
From: design at worldsoft-unlimited dot nl Assigned:
Status: Closed Package: *Function Specific
PHP Version: 4.0.3pl1 OS: linux 2.2.16
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: design at worldsoft-unlimited dot nl
New email:
PHP Version: OS:

 

 [2000-10-23 15:49 UTC] design at worldsoft-unlimited dot nl
i use the script below to generate a user reference code
and worked well for a couple of years.

a few days ago my hostprovider upgraded to PHP-4.0.3pl1
and my script stopt working as it supposed to.

<?php
....
$today = date("Y-m-d",time());
$dateemail = $today ."-".$emailaddress;
$code= crypt($dateemail);
...
?>

when entering different value's for $emailaddress en using
different dates the script generates the same code.

can you tell what the problem is.




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-03 12:22 UTC] sniper@php.net
This should be fixed in CVS now.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC