phpbar.de logo

Mailinglisten-Archive

[php] crypt fuer windows

[php] crypt fuer windows

Arash Yalpani Arash.Yalpani_(at)_dol2day.com
Thu, 4 May 2000 18:03:40 +0200


hallo liste!

kann mir jemand mal bitte weiterhelfen? Die exec-funktion gibt leider nichts zurueck. woran kann es
liegen bzw. wie kann ich da debuggen?

danke fuer die hilfe - gruesse, arash

if( getenv( "WINDIR" ) ) {
  function crypt( $string, $salt = "" ) {
    srand( time() );
    if( $salt == "" ) $salt = substr( md5( uniqid( rand() ) ), 0, 2);
    return exec("perl -e \"print crypt('$string', '$salt');\"");
  }
}



php::bar PHP Wiki   -   Listenarchive