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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed May 08 16:01:33 2024 UTC