php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #9808 crypt function not supported
Submitted: 2001-03-17 11:09 UTC Modified: 2001-08-12 15:23 UTC
From: manandhar_sachin at hotmail dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.4pl1 OS: windows ME
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: manandhar_sachin at hotmail dot com
New email:
PHP Version: OS:

 

 [2001-03-17 11:09 UTC] manandhar_sachin at hotmail dot com
i use personal web server
when i try to use crypt function i get error message
function called not supported

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-17 11:14 UTC] derick@php.net
From the manual:

crypt() will return an encrypted string using the standard Unix DES
encryption method.

It only works on Unix, so moving to a feature request
 [2001-03-17 11:20 UTC] manandhar_sachin at hotmail dot com
what other option to crypt function 
that would be compactable with windows system.
 
 [2001-08-12 15:23 UTC] sebastian@php.net
crypt() does work on win32. however, you need to compile
the crypt() function into your php library manually.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu May 08 07:01:27 2025 UTC