summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark L. Woodward <mlwmohawk@php.net>2001-09-25 12:21:45 +0000
committerMark L. Woodward <mlwmohawk@php.net>2001-09-25 12:21:45 +0000
commitad2113e635cedfb00f95a27647396dd895c7050f (patch)
tree46e8bf875478e8d5355ffd689b57fa0ec29a592a
parent622fe4d488719982e85970f4ec117977ca3eb859 (diff)
downloadphp-git-ad2113e635cedfb00f95a27647396dd895c7050f.tar.gz
Added REQ_RANDSTR to support msession_randstr
-rw-r--r--ext/msession/reqclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/msession/reqclient.h b/ext/msession/reqclient.h
index de6c3c3881..d17e21867f 100644
--- a/ext/msession/reqclient.h
+++ b/ext/msession/reqclient.h
@@ -39,6 +39,7 @@ enum REQ_TYPES
REQ_LIST,
REQ_LISTVAR,
REQ_UNIQ,
+ REQ_RANDSTR,
REQ_LAST,
REQ_POPEN=1024,
REQ_PCLOSE