diff options
author | Dan Kalowsky <kalowsky@php.net> | 2002-08-05 21:53:09 +0000 |
---|---|---|
committer | Dan Kalowsky <kalowsky@php.net> | 2002-08-05 21:53:09 +0000 |
commit | 61fc6e766f493577798779469d4d8a075c522961 (patch) | |
tree | a021c1c4c674a5a9f57ee8f8a561fd50fa0fac17 /ext/imap/php_imap.h | |
parent | dddf2356712128752a79769ee9d8e1976c79c127 (diff) | |
download | php-git-61fc6e766f493577798779469d4d8a075c522961.tar.gz |
Removing the imap_popen command... because as Jani puts it "it never worked
and it never will work" until IMAP servers support this feature.
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r-- | ext/imap/php_imap.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index 6234ddc745..429262fe71 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -79,12 +79,6 @@ typedef enum { typedef struct php_imap_le_struct { MAILSTREAM *imap_stream; long flags; -#ifdef OP_RELOGIN - /* AJS: busy flag for persistent connections, pointers for chaining */ - struct php_imap_le_struct *next; - struct php_imap_le_struct **prev; - char busy; -#endif } pils; typedef struct php_imap_mailbox_struct { |