|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-08 13:15 UTC] jmoore@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 06:00:01 2025 UTC |
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 ?"); ?>