| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2005-04-05 17:47 UTC] tony2001@php.net
  [2005-04-06 17:01 UTC] webtech at get-telecom dot fr
  [2005-04-06 18:21 UTC] sniper@php.net
  [2005-04-06 18:27 UTC] webtech at get-telecom dot fr
  [2005-04-06 18:29 UTC] sniper@php.net
  [2005-04-06 19:01 UTC] webtech at get-telecom dot fr
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 09:00:01 2025 UTC | 
Description: ------------ Hi, I've just compiled PHP 4.3.11 (with a "make install-sapi") and there's no more crypt function. So I decided to install back PHP 4.3.10 where crypt function is available, and it works. Is it possible to use 'crypt' function with PHP 4.3.11 ? Reproduce code: --------------- $str=crypt("zzz"); Expected result: ---------------- No error. Actual result: -------------- Fatal error: Call to undefined function crypt() in ...