php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10735 Crypt function not available?
Submitted: 2001-05-08 11:38 UTC Modified: 2001-05-08 13:15 UTC
From: support at paddle-coorp dot yi dot org Assigned:
Status: Closed Package: PHP options/info functions
PHP Version: 4.0.5 OS: Win2k
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 + 9 = ?
Subscribe to this entry?

 
 [2001-05-08 11:38 UTC] support at paddle-coorp dot yi dot org
Hi,

with version v4.04pl1, there is a function "crypt"...
If I upgrade to v4.0.5, it doesn't work annymore...

Question:
How can I use again this function with v4.0.5, or is-it normal (you may have suppres it?)?

Paddle
(sorry for my poor english, I'm french)

PS: Here is a script to test the function crypt:
<?php
$a = 'it is a test';
$crypt = crypt($a);
echo ("$crypt <- ok ?");
?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-08 13:15 UTC] jmoore@php.net
This was to do with the build that was released from php.net not having it built in, hopefully when Zend get their win32 box up we will be able to build all versions of PHP on one box and release a standard set of modules with win32 rather than, as now, a developer builds it with what ever they have avalible at the time. Crypt will make a comeback in 4.0.6 hopefully :)

- James
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 21:01:30 2024 UTC