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
 [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: Sat Apr 27 00:01:30 2024 UTC