[PHP-users 18397]Re: pack関数とMD5関数について

Osamu Shigematsu m5issige @ mr.hitachi-medical.co.jp
2003年 10月 10日 (金) 16:47:28 JST


重松です。こんにちは。
ソース見ました。

static unsigned
break_cookie(pool *p, authcookie *info, const char *cookie) {
  char *creation;
  unless (info->IP   = ap_pstrndup(p, cookie +  0,  4)) return 0;
  unless (creation   = ap_pstrndup(p, cookie +  4,  4)) return 0;
  unless (info->hash = ap_pstrndup(p, cookie +  8, 32)) return 0;
  unless (info->user =  ap_pstrdup(p, cookie + 40)) return 0;

  info->creation = *(time_t *)creation;
  return 1;
}

多分ですけど、IP は使っても使わなくても、なんか入れないといけないですね。

これまた、斜め読みですが。

-- 
Osamu Shigematsu <m5issige @ mr.hitachi-medical.co.jp>



PHP-users メーリングリストの案内